Shades of Honey Flower #644074
Tints of Honey Flower #644074
RGB
CMYK
RGB Variations
Color information
#644074 (or 0x644074) is known color: Honey Flower. HEX triplet: 64, 40 and 74. RGB value is (100,64,116). Sum of RGB (Red+Green+Blue) = 100+64+116=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #644074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644074 is #9BBF8B. Grayscale: #505050. Windows color (decimal): -10207116 or 7618660. OLE color: 7618660.
HSL color Cylindrical-coordinate representation of color #644074: hue angle of 281.54º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #644074 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 64 | 116 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.55 |
| HSL | 281.54º | 0.29% | 0.35% | - |
| HSV(B) | 281.54º | 0.45% | 0.45% | - |
| XYZ | 10.24 | 7.64 | 17.46 | - |
| YUV | 80.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 116 | 0.14 | 0.45 | 0 | 0.55 | 281.54 | 0.29 | 0.35 |
| Hex | 64 | 40 | 74 | E | 2D | 0 | 37 | 11A | 1D | 23 |
| Octal | 144 | 100 | 164 | 16 | 55 | 0 | 67 | 432 | 35 | 43 |
| Binary | 1100100 | 1000000 | 1110100 | 1110 | 101101 | 0 | 110111 | 100011010 | 11101 | 100011 |
Color Harmonies of #644074
Complementary color
Monochromatic Colors of #644074
Black with #644074
Text Example
Text Example
White with #644074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644074; }
p { color: rgb(100,64,116); }
H1.HeaderClassName
{
color: #644074;
}
.AnyTagClassName
{
color: #644074;
}
</style>
background-color css
<style>
a { background-color: #644074; }
a { background-color: rgb(100,64,116); }
div.DivClassName
{
background-color: #644074;
}
.BgClassName
{
background-color: #644074;
}
</style>
border-color css
<style>
span { border-color: #644074; }
span { border-color: rgb(100,64,116); }
td.TdClassName
{
border-color: #644074;
}
.TagClassName
{
border-color: #644074;
}
</style>