Shades of Honey Flower #654874
Tints of Honey Flower #654874
RGB
CMYK
RGB Variations
Color information
#654874 (or 0x654874) is known color: Honey Flower. HEX triplet: 65, 48 and 74. RGB value is (101,72,116). Sum of RGB (Red+Green+Blue) = 101+72+116=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 116 - color contains mainly: blue. Hex color #654874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654874 is #9AB78B. Grayscale: #555555. Windows color (decimal): -10139532 or 7620709. OLE color: 7620709.
HSL color Cylindrical-coordinate representation of color #654874: hue angle of 279.55º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #654874 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 72 | 116 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.55 |
| HSL | 279.55º | 0.23% | 0.37% | - |
| HSV(B) | 279.55º | 0.38% | 0.45% | - |
| XYZ | 10.84 | 8.66 | 17.62 | - |
| YUV | 85.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 116 | 0.13 | 0.38 | 0 | 0.55 | 279.55 | 0.23 | 0.37 |
| Hex | 65 | 48 | 74 | D | 26 | 0 | 37 | 118 | 17 | 25 |
| Octal | 145 | 110 | 164 | 15 | 46 | 0 | 67 | 430 | 27 | 45 |
| Binary | 1100101 | 1001000 | 1110100 | 1101 | 100110 | 0 | 110111 | 100011000 | 10111 | 100101 |
Color Harmonies of #654874
Complementary color
Monochromatic Colors of #654874
Black with #654874
Text Example
Text Example
White with #654874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654874; }
p { color: rgb(101,72,116); }
H1.HeaderClassName
{
color: #654874;
}
.AnyTagClassName
{
color: #654874;
}
</style>
background-color css
<style>
a { background-color: #654874; }
a { background-color: rgb(101,72,116); }
div.DivClassName
{
background-color: #654874;
}
.BgClassName
{
background-color: #654874;
}
</style>
border-color css
<style>
span { border-color: #654874; }
span { border-color: rgb(101,72,116); }
td.TdClassName
{
border-color: #654874;
}
.TagClassName
{
border-color: #654874;
}
</style>