Shades of Honey Flower #60456C
Tints of Honey Flower #60456C
RGB
CMYK
RGB Variations
Color information
#60456C (or 0x60456C) is known color: Honey Flower. HEX triplet: 60, 45 and 6C. RGB value is (96,69,108). Sum of RGB (Red+Green+Blue) = 96+69+108=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #60456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60456C is #9FBA93. Grayscale: #515151. Windows color (decimal): -10467988 or 7095648. OLE color: 7095648.
HSL color Cylindrical-coordinate representation of color #60456C: hue angle of 281.54º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60456C is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 69 | 108 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.58 |
| HSL | 281.54º | 0.22% | 0.35% | - |
| HSV(B) | 281.54º | 0.36% | 0.42% | - |
| XYZ | 9.66 | 7.83 | 15.19 | - |
| YUV | 81.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 108 | 0.11 | 0.36 | 0 | 0.58 | 281.54 | 0.22 | 0.35 |
| Hex | 60 | 45 | 6C | B | 24 | 0 | 3A | 11A | 16 | 23 |
| Octal | 140 | 105 | 154 | 13 | 44 | 0 | 72 | 432 | 26 | 43 |
| Binary | 1100000 | 1000101 | 1101100 | 1011 | 100100 | 0 | 111010 | 100011010 | 10110 | 100011 |
Color Harmonies of #60456C
Complementary color
Monochromatic Colors of #60456C
Black with #60456C
Text Example
Text Example
White with #60456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60456C; }
p { color: rgb(96,69,108); }
H1.HeaderClassName
{
color: #60456C;
}
.AnyTagClassName
{
color: #60456C;
}
</style>
background-color css
<style>
a { background-color: #60456C; }
a { background-color: rgb(96,69,108); }
div.DivClassName
{
background-color: #60456C;
}
.BgClassName
{
background-color: #60456C;
}
</style>
border-color css
<style>
span { border-color: #60456C; }
span { border-color: rgb(96,69,108); }
td.TdClassName
{
border-color: #60456C;
}
.TagClassName
{
border-color: #60456C;
}
</style>