Shades of Honey Flower #644575
Tints of Honey Flower #644575
RGB
CMYK
RGB Variations
Color information
#644575 (or 0x644575) is known color: Honey Flower. HEX triplet: 64, 45 and 75. RGB value is (100,69,117). Sum of RGB (Red+Green+Blue) = 100+69+117=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #644575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644575 is #9BBA8A. Grayscale: #535353. Windows color (decimal): -10205835 or 7685476. OLE color: 7685476.
HSL color Cylindrical-coordinate representation of color #644575: hue angle of 278.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #644575 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 69 | 117 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.54 |
| HSL | 278.75º | 0.26% | 0.36% | - |
| HSV(B) | 278.75º | 0.41% | 0.46% | - |
| XYZ | 10.59 | 8.25 | 17.86 | - |
| YUV | 83.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 117 | 0.15 | 0.41 | 0 | 0.54 | 278.75 | 0.26 | 0.36 |
| Hex | 64 | 45 | 75 | F | 29 | 0 | 36 | 117 | 1A | 24 |
| Octal | 144 | 105 | 165 | 17 | 51 | 0 | 66 | 427 | 32 | 44 |
| Binary | 1100100 | 1000101 | 1110101 | 1111 | 101001 | 0 | 110110 | 100010111 | 11010 | 100100 |
Color Harmonies of #644575
Complementary color
Monochromatic Colors of #644575
Black with #644575
Text Example
Text Example
White with #644575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644575; }
p { color: rgb(100,69,117); }
H1.HeaderClassName
{
color: #644575;
}
.AnyTagClassName
{
color: #644575;
}
</style>
background-color css
<style>
a { background-color: #644575; }
a { background-color: rgb(100,69,117); }
div.DivClassName
{
background-color: #644575;
}
.BgClassName
{
background-color: #644575;
}
</style>
border-color css
<style>
span { border-color: #644575; }
span { border-color: rgb(100,69,117); }
td.TdClassName
{
border-color: #644575;
}
.TagClassName
{
border-color: #644575;
}
</style>