Shades of Honey Flower #60466A
Tints of Honey Flower #60466A
RGB
CMYK
RGB Variations
Color information
#60466A (or 0x60466A) is known color: Honey Flower. HEX triplet: 60, 46 and 6A. RGB value is (96,70,106). Sum of RGB (Red+Green+Blue) = 96+70+106=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 106 - color contains mainly: blue. Hex color #60466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60466A is #9FB995. Grayscale: #515151. Windows color (decimal): -10467734 or 6964832. OLE color: 6964832.
HSL color Cylindrical-coordinate representation of color #60466A: hue angle of 283.33º 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 #60466A is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 70 | 106 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.58 |
| HSL | 283.33º | 0.2% | 0.35% | - |
| HSV(B) | 283.33º | 0.34% | 0.42% | - |
| XYZ | 9.62 | 7.91 | 14.66 | - |
| YUV | 81.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 106 | 0.09 | 0.34 | 0 | 0.58 | 283.33 | 0.2 | 0.35 |
| Hex | 60 | 46 | 6A | 9 | 22 | 0 | 3A | 11B | 14 | 23 |
| Octal | 140 | 106 | 152 | 11 | 42 | 0 | 72 | 433 | 24 | 43 |
| Binary | 1100000 | 1000110 | 1101010 | 1001 | 100010 | 0 | 111010 | 100011011 | 10100 | 100011 |
Color Harmonies of #60466A
Complementary color
Monochromatic Colors of #60466A
Black with #60466A
Text Example
Text Example
White with #60466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60466A; }
p { color: rgb(96,70,106); }
H1.HeaderClassName
{
color: #60466A;
}
.AnyTagClassName
{
color: #60466A;
}
</style>
background-color css
<style>
a { background-color: #60466A; }
a { background-color: rgb(96,70,106); }
div.DivClassName
{
background-color: #60466A;
}
.BgClassName
{
background-color: #60466A;
}
</style>
border-color css
<style>
span { border-color: #60466A; }
span { border-color: rgb(96,70,106); }
td.TdClassName
{
border-color: #60466A;
}
.TagClassName
{
border-color: #60466A;
}
</style>