Shades of Honey Flower #64467C
Tints of Honey Flower #64467C
RGB
CMYK
RGB Variations
Color information
#64467C (or 0x64467C) is known color: Honey Flower. HEX triplet: 64, 46 and 7C. RGB value is (100,70,124). Sum of RGB (Red+Green+Blue) = 100+70+124=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #64467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64467C is #9BB983. Grayscale: #545454. Windows color (decimal): -10205572 or 8144484. OLE color: 8144484.
HSL color Cylindrical-coordinate representation of color #64467C: hue angle of 273.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64467C is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 70 | 124 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.51 |
| HSL | 273.33º | 0.28% | 0.38% | - |
| HSV(B) | 273.33º | 0.44% | 0.49% | - |
| XYZ | 11.08 | 8.54 | 20.13 | - |
| YUV | 85.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 124 | 0.19 | 0.44 | 0 | 0.51 | 273.33 | 0.28 | 0.38 |
| Hex | 64 | 46 | 7C | 13 | 2C | 0 | 33 | 111 | 1C | 26 |
| Octal | 144 | 106 | 174 | 23 | 54 | 0 | 63 | 421 | 34 | 46 |
| Binary | 1100100 | 1000110 | 1111100 | 10011 | 101100 | 0 | 110011 | 100010001 | 11100 | 100110 |
Color Harmonies of #64467C
Complementary color
Monochromatic Colors of #64467C
Black with #64467C
Text Example
Text Example
White with #64467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64467C; }
p { color: rgb(100,70,124); }
H1.HeaderClassName
{
color: #64467C;
}
.AnyTagClassName
{
color: #64467C;
}
</style>
background-color css
<style>
a { background-color: #64467C; }
a { background-color: rgb(100,70,124); }
div.DivClassName
{
background-color: #64467C;
}
.BgClassName
{
background-color: #64467C;
}
</style>
border-color css
<style>
span { border-color: #64467C; }
span { border-color: rgb(100,70,124); }
td.TdClassName
{
border-color: #64467C;
}
.TagClassName
{
border-color: #64467C;
}
</style>