Shades of Honey Flower #60486F
Tints of Honey Flower #60486F
RGB
CMYK
RGB Variations
Color information
#60486F (or 0x60486F) is known color: Honey Flower. HEX triplet: 60, 48 and 6F. RGB value is (96,72,111). Sum of RGB (Red+Green+Blue) = 96+72+111=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 111 - color contains mainly: blue. Hex color #60486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60486F is #9FB790. Grayscale: #535353. Windows color (decimal): -10467217 or 7293024. OLE color: 7293024.
HSL color Cylindrical-coordinate representation of color #60486F: hue angle of 276.92º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60486F is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 72 | 111 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.56 |
| HSL | 276.92º | 0.21% | 0.36% | - |
| HSV(B) | 276.92º | 0.35% | 0.44% | - |
| XYZ | 10.01 | 8.27 | 16.11 | - |
| YUV | 83.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 111 | 0.14 | 0.35 | 0 | 0.56 | 276.92 | 0.21 | 0.36 |
| Hex | 60 | 48 | 6F | E | 23 | 0 | 38 | 115 | 15 | 24 |
| Octal | 140 | 110 | 157 | 16 | 43 | 0 | 70 | 425 | 25 | 44 |
| Binary | 1100000 | 1001000 | 1101111 | 1110 | 100011 | 0 | 111000 | 100010101 | 10101 | 100100 |
Color Harmonies of #60486F
Complementary color
Monochromatic Colors of #60486F
Black with #60486F
Text Example
Text Example
White with #60486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60486F; }
p { color: rgb(96,72,111); }
H1.HeaderClassName
{
color: #60486F;
}
.AnyTagClassName
{
color: #60486F;
}
</style>
background-color css
<style>
a { background-color: #60486F; }
a { background-color: rgb(96,72,111); }
div.DivClassName
{
background-color: #60486F;
}
.BgClassName
{
background-color: #60486F;
}
</style>
border-color css
<style>
span { border-color: #60486F; }
span { border-color: rgb(96,72,111); }
td.TdClassName
{
border-color: #60486F;
}
.TagClassName
{
border-color: #60486F;
}
</style>