Shades of Honey Flower #644C70
Tints of Honey Flower #644C70
RGB
CMYK
RGB Variations
Color information
#644C70 (or 0x644C70) is known color: Honey Flower. HEX triplet: 64, 4C and 70. RGB value is (100,76,112). Sum of RGB (Red+Green+Blue) = 100+76+112=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #644C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644C70 is #9BB38F. Grayscale: #575757. Windows color (decimal): -10204048 or 7359588. OLE color: 7359588.
HSL color Cylindrical-coordinate representation of color #644C70: hue angle of 280º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #644C70 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 76 | 112 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.56 |
| HSL | 280º | 0.19% | 0.37% | - |
| HSV(B) | 280º | 0.32% | 0.44% | - |
| XYZ | 10.76 | 9.05 | 16.51 | - |
| YUV | 87.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 112 | 0.11 | 0.32 | 0 | 0.56 | 280 | 0.19 | 0.37 |
| Hex | 64 | 4C | 70 | B | 20 | 0 | 38 | 118 | 13 | 25 |
| Octal | 144 | 114 | 160 | 13 | 40 | 0 | 70 | 430 | 23 | 45 |
| Binary | 1100100 | 1001100 | 1110000 | 1011 | 100000 | 0 | 111000 | 100011000 | 10011 | 100101 |
Color Harmonies of #644C70
Complementary color
Monochromatic Colors of #644C70
Black with #644C70
Text Example
Text Example
White with #644C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C70; }
p { color: rgb(100,76,112); }
H1.HeaderClassName
{
color: #644C70;
}
.AnyTagClassName
{
color: #644C70;
}
</style>
background-color css
<style>
a { background-color: #644C70; }
a { background-color: rgb(100,76,112); }
div.DivClassName
{
background-color: #644C70;
}
.BgClassName
{
background-color: #644C70;
}
</style>
border-color css
<style>
span { border-color: #644C70; }
span { border-color: rgb(100,76,112); }
td.TdClassName
{
border-color: #644C70;
}
.TagClassName
{
border-color: #644C70;
}
</style>