Shades of Honey Flower #654578
Tints of Honey Flower #654578
RGB
CMYK
RGB Variations
Color information
#654578 (or 0x654578) is known color: Honey Flower. HEX triplet: 65, 45 and 78. RGB value is (101,69,120). Sum of RGB (Red+Green+Blue) = 101+69+120=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #654578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654578 is #9ABA87. Grayscale: #545454. Windows color (decimal): -10140296 or 7882085. OLE color: 7882085.
HSL color Cylindrical-coordinate representation of color #654578: hue angle of 277.65º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #654578 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 69 | 120 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.53 |
| HSL | 277.65º | 0.27% | 0.37% | - |
| HSV(B) | 277.65º | 0.43% | 0.47% | - |
| XYZ | 10.89 | 8.38 | 18.81 | - |
| YUV | 84.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 120 | 0.16 | 0.42 | 0 | 0.53 | 277.65 | 0.27 | 0.37 |
| Hex | 65 | 45 | 78 | 10 | 2A | 0 | 35 | 116 | 1B | 25 |
| Octal | 145 | 105 | 170 | 20 | 52 | 0 | 65 | 426 | 33 | 45 |
| Binary | 1100101 | 1000101 | 1111000 | 10000 | 101010 | 0 | 110101 | 100010110 | 11011 | 100101 |
Color Harmonies of #654578
Complementary color
Monochromatic Colors of #654578
Black with #654578
Text Example
Text Example
White with #654578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654578; }
p { color: rgb(101,69,120); }
H1.HeaderClassName
{
color: #654578;
}
.AnyTagClassName
{
color: #654578;
}
</style>
background-color css
<style>
a { background-color: #654578; }
a { background-color: rgb(101,69,120); }
div.DivClassName
{
background-color: #654578;
}
.BgClassName
{
background-color: #654578;
}
</style>
border-color css
<style>
span { border-color: #654578; }
span { border-color: rgb(101,69,120); }
td.TdClassName
{
border-color: #654578;
}
.TagClassName
{
border-color: #654578;
}
</style>