Shades of Honey Flower #644473
Tints of Honey Flower #644473
RGB
CMYK
RGB Variations
Color information
#644473 (or 0x644473) is known color: Honey Flower. HEX triplet: 64, 44 and 73. RGB value is (100,68,115). Sum of RGB (Red+Green+Blue) = 100+68+115=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #644473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644473 is #9BBB8C. Grayscale: #525252. Windows color (decimal): -10206093 or 7554148. OLE color: 7554148.
HSL color Cylindrical-coordinate representation of color #644473: hue angle of 280.85º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #644473 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 68 | 115 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.55 |
| HSL | 280.85º | 0.26% | 0.36% | - |
| HSV(B) | 280.85º | 0.41% | 0.45% | - |
| XYZ | 10.42 | 8.08 | 17.23 | - |
| YUV | 82.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 115 | 0.13 | 0.41 | 0 | 0.55 | 280.85 | 0.26 | 0.36 |
| Hex | 64 | 44 | 73 | D | 29 | 0 | 37 | 119 | 1A | 24 |
| Octal | 144 | 104 | 163 | 15 | 51 | 0 | 67 | 431 | 32 | 44 |
| Binary | 1100100 | 1000100 | 1110011 | 1101 | 101001 | 0 | 110111 | 100011001 | 11010 | 100100 |
Color Harmonies of #644473
Complementary color
Monochromatic Colors of #644473
Black with #644473
Text Example
Text Example
White with #644473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644473; }
p { color: rgb(100,68,115); }
H1.HeaderClassName
{
color: #644473;
}
.AnyTagClassName
{
color: #644473;
}
</style>
background-color css
<style>
a { background-color: #644473; }
a { background-color: rgb(100,68,115); }
div.DivClassName
{
background-color: #644473;
}
.BgClassName
{
background-color: #644473;
}
</style>
border-color css
<style>
span { border-color: #644473; }
span { border-color: rgb(100,68,115); }
td.TdClassName
{
border-color: #644473;
}
.TagClassName
{
border-color: #644473;
}
</style>