Shades of Honey Flower #64456D
Tints of Honey Flower #64456D
RGB
CMYK
RGB Variations
Color information
#64456D (or 0x64456D) is known color: Honey Flower. HEX triplet: 64, 45 and 6D. RGB value is (100,69,109). Sum of RGB (Red+Green+Blue) = 100+69+109=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #64456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64456D is #9BBA92. Grayscale: #525252. Windows color (decimal): -10205843 or 7161188. OLE color: 7161188.
HSL color Cylindrical-coordinate representation of color #64456D: hue angle of 286.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64456D is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 69 | 109 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.57 |
| HSL | 286.5º | 0.22% | 0.35% | - |
| HSV(B) | 286.5º | 0.37% | 0.43% | - |
| XYZ | 10.14 | 8.07 | 15.49 | - |
| YUV | 82.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 109 | 0.08 | 0.37 | 0 | 0.57 | 286.5 | 0.22 | 0.35 |
| Hex | 64 | 45 | 6D | 8 | 25 | 0 | 39 | 11E | 16 | 23 |
| Octal | 144 | 105 | 155 | 10 | 45 | 0 | 71 | 436 | 26 | 43 |
| Binary | 1100100 | 1000101 | 1101101 | 1000 | 100101 | 0 | 111001 | 100011110 | 10110 | 100011 |
Color Harmonies of #64456D
Complementary color
Monochromatic Colors of #64456D
Black with #64456D
Text Example
Text Example
White with #64456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64456D; }
p { color: rgb(100,69,109); }
H1.HeaderClassName
{
color: #64456D;
}
.AnyTagClassName
{
color: #64456D;
}
</style>
background-color css
<style>
a { background-color: #64456D; }
a { background-color: rgb(100,69,109); }
div.DivClassName
{
background-color: #64456D;
}
.BgClassName
{
background-color: #64456D;
}
</style>
border-color css
<style>
span { border-color: #64456D; }
span { border-color: rgb(100,69,109); }
td.TdClassName
{
border-color: #64456D;
}
.TagClassName
{
border-color: #64456D;
}
</style>