Shades of Honey Flower #64496E
Tints of Honey Flower #64496E
RGB
CMYK
RGB Variations
Color information
#64496E (or 0x64496E) is known color: Honey Flower. HEX triplet: 64, 49 and 6E. RGB value is (100,73,110). Sum of RGB (Red+Green+Blue) = 100+73+110=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #64496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64496E is #9BB691. Grayscale: #555555. Windows color (decimal): -10204818 or 7227748. OLE color: 7227748.
HSL color Cylindrical-coordinate representation of color #64496E: hue angle of 283.78º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64496E is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 73 | 110 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.57 |
| HSL | 283.78º | 0.2% | 0.36% | - |
| HSV(B) | 283.78º | 0.34% | 0.43% | - |
| XYZ | 10.45 | 8.6 | 15.86 | - |
| YUV | 85.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 110 | 0.09 | 0.34 | 0 | 0.57 | 283.78 | 0.2 | 0.36 |
| Hex | 64 | 49 | 6E | 9 | 22 | 0 | 39 | 11C | 14 | 24 |
| Octal | 144 | 111 | 156 | 11 | 42 | 0 | 71 | 434 | 24 | 44 |
| Binary | 1100100 | 1001001 | 1101110 | 1001 | 100010 | 0 | 111001 | 100011100 | 10100 | 100100 |
Color Harmonies of #64496E
Complementary color
Monochromatic Colors of #64496E
Black with #64496E
Text Example
Text Example
White with #64496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64496E; }
p { color: rgb(100,73,110); }
H1.HeaderClassName
{
color: #64496E;
}
.AnyTagClassName
{
color: #64496E;
}
</style>
background-color css
<style>
a { background-color: #64496E; }
a { background-color: rgb(100,73,110); }
div.DivClassName
{
background-color: #64496E;
}
.BgClassName
{
background-color: #64496E;
}
</style>
border-color css
<style>
span { border-color: #64496E; }
span { border-color: rgb(100,73,110); }
td.TdClassName
{
border-color: #64496E;
}
.TagClassName
{
border-color: #64496E;
}
</style>