Shades of Honey Flower #60466E
Tints of Honey Flower #60466E
RGB
CMYK
RGB Variations
Color information
#60466E (or 0x60466E) is known color: Honey Flower. HEX triplet: 60, 46 and 6E. RGB value is (96,70,110). Sum of RGB (Red+Green+Blue) = 96+70+110=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #60466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60466E is #9FB991. Grayscale: #525252. Windows color (decimal): -10467730 or 7226976. OLE color: 7226976.
HSL color Cylindrical-coordinate representation of color #60466E: hue angle of 279º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60466E is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 70 | 110 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.57 |
| HSL | 279º | 0.22% | 0.35% | - |
| HSV(B) | 279º | 0.36% | 0.43% | - |
| XYZ | 9.83 | 7.99 | 15.78 | - |
| YUV | 82.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 110 | 0.13 | 0.36 | 0 | 0.57 | 279 | 0.22 | 0.35 |
| Hex | 60 | 46 | 6E | D | 24 | 0 | 39 | 117 | 16 | 23 |
| Octal | 140 | 106 | 156 | 15 | 44 | 0 | 71 | 427 | 26 | 43 |
| Binary | 1100000 | 1000110 | 1101110 | 1101 | 100100 | 0 | 111001 | 100010111 | 10110 | 100011 |
Color Harmonies of #60466E
Complementary color
Monochromatic Colors of #60466E
Black with #60466E
Text Example
Text Example
White with #60466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60466E; }
p { color: rgb(96,70,110); }
H1.HeaderClassName
{
color: #60466E;
}
.AnyTagClassName
{
color: #60466E;
}
</style>
background-color css
<style>
a { background-color: #60466E; }
a { background-color: rgb(96,70,110); }
div.DivClassName
{
background-color: #60466E;
}
.BgClassName
{
background-color: #60466E;
}
</style>
border-color css
<style>
span { border-color: #60466E; }
span { border-color: rgb(96,70,110); }
td.TdClassName
{
border-color: #60466E;
}
.TagClassName
{
border-color: #60466E;
}
</style>