Shades of Honey Flower #60476B
Tints of Honey Flower #60476B
RGB
CMYK
RGB Variations
Color information
#60476B (or 0x60476B) is known color: Honey Flower. HEX triplet: 60, 47 and 6B. RGB value is (96,71,107). Sum of RGB (Red+Green+Blue) = 96+71+107=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 107 - color contains mainly: blue. Hex color #60476B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60476B is #9FB894. Grayscale: #525252. Windows color (decimal): -10467477 or 7030624. OLE color: 7030624.
HSL color Cylindrical-coordinate representation of color #60476B: hue angle of 281.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60476B is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 71 | 107 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.58 |
| HSL | 281.67º | 0.2% | 0.35% | - |
| HSV(B) | 281.67º | 0.34% | 0.42% | - |
| XYZ | 9.73 | 8.05 | 14.95 | - |
| YUV | 82.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 107 | 0.10 | 0.34 | 0 | 0.58 | 281.67 | 0.2 | 0.35 |
| Hex | 60 | 47 | 6B | A | 22 | 0 | 3A | 11A | 14 | 23 |
| Octal | 140 | 107 | 153 | 12 | 42 | 0 | 72 | 432 | 24 | 43 |
| Binary | 1100000 | 1000111 | 1101011 | 1010 | 100010 | 0 | 111010 | 100011010 | 10100 | 100011 |
Color Harmonies of #60476B
Complementary color
Monochromatic Colors of #60476B
Black with #60476B
Text Example
Text Example
White with #60476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60476B; }
p { color: rgb(96,71,107); }
H1.HeaderClassName
{
color: #60476B;
}
.AnyTagClassName
{
color: #60476B;
}
</style>
background-color css
<style>
a { background-color: #60476B; }
a { background-color: rgb(96,71,107); }
div.DivClassName
{
background-color: #60476B;
}
.BgClassName
{
background-color: #60476B;
}
</style>
border-color css
<style>
span { border-color: #60476B; }
span { border-color: rgb(96,71,107); }
td.TdClassName
{
border-color: #60476B;
}
.TagClassName
{
border-color: #60476B;
}
</style>