Shades of Honey Flower #60476C
Tints of Honey Flower #60476C
RGB
CMYK
RGB Variations
Color information
#60476C (or 0x60476C) is known color: Honey Flower. HEX triplet: 60, 47 and 6C. RGB value is (96,71,108). Sum of RGB (Red+Green+Blue) = 96+71+108=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 108 - color contains mainly: blue. Hex color #60476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60476C is #9FB893. Grayscale: #525252. Windows color (decimal): -10467476 or 7096160. OLE color: 7096160.
HSL color Cylindrical-coordinate representation of color #60476C: hue angle of 280.54º degrees, saturation: 0.21, 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 #60476C is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 71 | 108 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.58 |
| HSL | 280.54º | 0.21% | 0.35% | - |
| HSV(B) | 280.54º | 0.34% | 0.42% | - |
| XYZ | 9.78 | 8.08 | 15.23 | - |
| YUV | 82.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 108 | 0.11 | 0.34 | 0 | 0.58 | 280.54 | 0.21 | 0.35 |
| Hex | 60 | 47 | 6C | B | 22 | 0 | 3A | 119 | 15 | 23 |
| Octal | 140 | 107 | 154 | 13 | 42 | 0 | 72 | 431 | 25 | 43 |
| Binary | 1100000 | 1000111 | 1101100 | 1011 | 100010 | 0 | 111010 | 100011001 | 10101 | 100011 |
Color Harmonies of #60476C
Complementary color
Monochromatic Colors of #60476C
Black with #60476C
Text Example
Text Example
White with #60476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60476C; }
p { color: rgb(96,71,108); }
H1.HeaderClassName
{
color: #60476C;
}
.AnyTagClassName
{
color: #60476C;
}
</style>
background-color css
<style>
a { background-color: #60476C; }
a { background-color: rgb(96,71,108); }
div.DivClassName
{
background-color: #60476C;
}
.BgClassName
{
background-color: #60476C;
}
</style>
border-color css
<style>
span { border-color: #60476C; }
span { border-color: rgb(96,71,108); }
td.TdClassName
{
border-color: #60476C;
}
.TagClassName
{
border-color: #60476C;
}
</style>