By their very nature, the RGB values used in HTML consist of 3 bytes (octets) and are only represented by 6 characters.
Storing the character representation , rather than the actual value, is (ever so) slightly wasteful and I believe the overhead introduced by the conversion is (even more) negligible.
Changing this will require a migration, however, so it might not be worth it.
By their very nature, the RGB values used in HTML consist of 3 bytes (octets) and are only represented by 6 characters.
Storing the character representation , rather than the actual value, is (ever so) slightly wasteful and I believe the overhead introduced by the conversion is (even more) negligible.
Changing this will require a migration, however, so it might not be worth it.