Shades of Honey Flower #64416F
Tints of Honey Flower #64416F
RGB
CMYK
RGB Variations
Color information
#64416F (or 0x64416F) is known color: Honey Flower. HEX triplet: 64, 41 and 6F. RGB value is (100,65,111). Sum of RGB (Red+Green+Blue) = 100+65+111=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 111 - color contains mainly: blue. Hex color #64416F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64416F is #9BBE90. Grayscale: #505050. Windows color (decimal): -10206865 or 7291236. OLE color: 7291236.
HSL color Cylindrical-coordinate representation of color #64416F: hue angle of 285.65º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64416F is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 65 | 111 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.56 |
| HSL | 285.65º | 0.26% | 0.35% | - |
| HSV(B) | 285.65º | 0.41% | 0.44% | - |
| XYZ | 10.02 | 7.64 | 15.99 | - |
| YUV | 80.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 111 | 0.10 | 0.41 | 0 | 0.56 | 285.65 | 0.26 | 0.35 |
| Hex | 64 | 41 | 6F | A | 29 | 0 | 38 | 11E | 1A | 23 |
| Octal | 144 | 101 | 157 | 12 | 51 | 0 | 70 | 436 | 32 | 43 |
| Binary | 1100100 | 1000001 | 1101111 | 1010 | 101001 | 0 | 111000 | 100011110 | 11010 | 100011 |
Color Harmonies of #64416F
Complementary color
Monochromatic Colors of #64416F
Black with #64416F
Text Example
Text Example
White with #64416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64416F; }
p { color: rgb(100,65,111); }
H1.HeaderClassName
{
color: #64416F;
}
.AnyTagClassName
{
color: #64416F;
}
</style>
background-color css
<style>
a { background-color: #64416F; }
a { background-color: rgb(100,65,111); }
div.DivClassName
{
background-color: #64416F;
}
.BgClassName
{
background-color: #64416F;
}
</style>
border-color css
<style>
span { border-color: #64416F; }
span { border-color: rgb(100,65,111); }
td.TdClassName
{
border-color: #64416F;
}
.TagClassName
{
border-color: #64416F;
}
</style>