Shades of Honey Flower #60446B
Tints of Honey Flower #60446B
RGB
CMYK
RGB Variations
Color information
#60446B (or 0x60446B) is known color: Honey Flower. HEX triplet: 60, 44 and 6B. RGB value is (96,68,107). Sum of RGB (Red+Green+Blue) = 96+68+107=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 107 - color contains mainly: blue. Hex color #60446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60446B is #9FBB94. Grayscale: #505050. Windows color (decimal): -10468245 or 7029856. OLE color: 7029856.
HSL color Cylindrical-coordinate representation of color #60446B: hue angle of 283.08º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60446B is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 68 | 107 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.58 |
| HSL | 283.08º | 0.22% | 0.34% | - |
| HSV(B) | 283.08º | 0.36% | 0.42% | - |
| XYZ | 9.54 | 7.68 | 14.89 | - |
| YUV | 80.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 107 | 0.10 | 0.36 | 0 | 0.58 | 283.08 | 0.22 | 0.34 |
| Hex | 60 | 44 | 6B | A | 24 | 0 | 3A | 11B | 16 | 22 |
| Octal | 140 | 104 | 153 | 12 | 44 | 0 | 72 | 433 | 26 | 42 |
| Binary | 1100000 | 1000100 | 1101011 | 1010 | 100100 | 0 | 111010 | 100011011 | 10110 | 100010 |
Color Harmonies of #60446B
Complementary color
Monochromatic Colors of #60446B
Black with #60446B
Text Example
Text Example
White with #60446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60446B; }
p { color: rgb(96,68,107); }
H1.HeaderClassName
{
color: #60446B;
}
.AnyTagClassName
{
color: #60446B;
}
</style>
background-color css
<style>
a { background-color: #60446B; }
a { background-color: rgb(96,68,107); }
div.DivClassName
{
background-color: #60446B;
}
.BgClassName
{
background-color: #60446B;
}
</style>
border-color css
<style>
span { border-color: #60446B; }
span { border-color: rgb(96,68,107); }
td.TdClassName
{
border-color: #60446B;
}
.TagClassName
{
border-color: #60446B;
}
</style>