Shades of Honey Flower #64456F
Tints of Honey Flower #64456F
RGB
CMYK
RGB Variations
Color information
#64456F (or 0x64456F) is known color: Honey Flower. HEX triplet: 64, 45 and 6F. RGB value is (100,69,111). Sum of RGB (Red+Green+Blue) = 100+69+111=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #64456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64456F is #9BBA90. Grayscale: #525252. Windows color (decimal): -10205841 or 7292260. OLE color: 7292260.
HSL color Cylindrical-coordinate representation of color #64456F: hue angle of 284.29º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64456F is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 69 | 111 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.56 |
| HSL | 284.29º | 0.23% | 0.35% | - |
| HSV(B) | 284.29º | 0.38% | 0.44% | - |
| XYZ | 10.25 | 8.11 | 16.06 | - |
| YUV | 83.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 111 | 0.10 | 0.38 | 0 | 0.56 | 284.29 | 0.23 | 0.35 |
| Hex | 64 | 45 | 6F | A | 26 | 0 | 38 | 11C | 17 | 23 |
| Octal | 144 | 105 | 157 | 12 | 46 | 0 | 70 | 434 | 27 | 43 |
| Binary | 1100100 | 1000101 | 1101111 | 1010 | 100110 | 0 | 111000 | 100011100 | 10111 | 100011 |
Color Harmonies of #64456F
Complementary color
Monochromatic Colors of #64456F
Black with #64456F
Text Example
Text Example
White with #64456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64456F; }
p { color: rgb(100,69,111); }
H1.HeaderClassName
{
color: #64456F;
}
.AnyTagClassName
{
color: #64456F;
}
</style>
background-color css
<style>
a { background-color: #64456F; }
a { background-color: rgb(100,69,111); }
div.DivClassName
{
background-color: #64456F;
}
.BgClassName
{
background-color: #64456F;
}
</style>
border-color css
<style>
span { border-color: #64456F; }
span { border-color: rgb(100,69,111); }
td.TdClassName
{
border-color: #64456F;
}
.TagClassName
{
border-color: #64456F;
}
</style>