Shades of Honey Flower #654A76
Tints of Honey Flower #654A76
RGB
CMYK
RGB Variations
Color information
#654A76 (or 0x654A76) is known color: Honey Flower. HEX triplet: 65, 4A and 76. RGB value is (101,74,118). Sum of RGB (Red+Green+Blue) = 101+74+118=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #654A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654A76 is #9AB589. Grayscale: #565656. Windows color (decimal): -10139018 or 7752293. OLE color: 7752293.
HSL color Cylindrical-coordinate representation of color #654A76: hue angle of 276.82º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #654A76 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 74 | 118 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.54 |
| HSL | 276.82º | 0.23% | 0.38% | - |
| HSV(B) | 276.82º | 0.37% | 0.46% | - |
| XYZ | 11.09 | 8.97 | 18.29 | - |
| YUV | 87.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 118 | 0.14 | 0.37 | 0 | 0.54 | 276.82 | 0.23 | 0.38 |
| Hex | 65 | 4A | 76 | E | 25 | 0 | 36 | 115 | 17 | 26 |
| Octal | 145 | 112 | 166 | 16 | 45 | 0 | 66 | 425 | 27 | 46 |
| Binary | 1100101 | 1001010 | 1110110 | 1110 | 100101 | 0 | 110110 | 100010101 | 10111 | 100110 |
Color Harmonies of #654A76
Complementary color
Monochromatic Colors of #654A76
Black with #654A76
Text Example
Text Example
White with #654A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A76; }
p { color: rgb(101,74,118); }
H1.HeaderClassName
{
color: #654A76;
}
.AnyTagClassName
{
color: #654A76;
}
</style>
background-color css
<style>
a { background-color: #654A76; }
a { background-color: rgb(101,74,118); }
div.DivClassName
{
background-color: #654A76;
}
.BgClassName
{
background-color: #654A76;
}
</style>
border-color css
<style>
span { border-color: #654A76; }
span { border-color: rgb(101,74,118); }
td.TdClassName
{
border-color: #654A76;
}
.TagClassName
{
border-color: #654A76;
}
</style>