Shades of Honey Flower #60446D
Tints of Honey Flower #60446D
RGB
CMYK
RGB Variations
Color information
#60446D (or 0x60446D) is known color: Honey Flower. HEX triplet: 60, 44 and 6D. RGB value is (96,68,109). Sum of RGB (Red+Green+Blue) = 96+68+109=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #60446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60446D is #9FBB92. Grayscale: #505050. Windows color (decimal): -10468243 or 7160928. OLE color: 7160928.
HSL color Cylindrical-coordinate representation of color #60446D: hue angle of 280.98º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60446D is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 68 | 109 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.57 |
| HSL | 280.98º | 0.23% | 0.35% | - |
| HSV(B) | 280.98º | 0.38% | 0.43% | - |
| XYZ | 9.65 | 7.73 | 15.45 | - |
| YUV | 81.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 109 | 0.12 | 0.38 | 0 | 0.57 | 280.98 | 0.23 | 0.35 |
| Hex | 60 | 44 | 6D | C | 26 | 0 | 39 | 119 | 17 | 23 |
| Octal | 140 | 104 | 155 | 14 | 46 | 0 | 71 | 431 | 27 | 43 |
| Binary | 1100000 | 1000100 | 1101101 | 1100 | 100110 | 0 | 111001 | 100011001 | 10111 | 100011 |
Color Harmonies of #60446D
Complementary color
Monochromatic Colors of #60446D
Black with #60446D
Text Example
Text Example
White with #60446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60446D; }
p { color: rgb(96,68,109); }
H1.HeaderClassName
{
color: #60446D;
}
.AnyTagClassName
{
color: #60446D;
}
</style>
background-color css
<style>
a { background-color: #60446D; }
a { background-color: rgb(96,68,109); }
div.DivClassName
{
background-color: #60446D;
}
.BgClassName
{
background-color: #60446D;
}
</style>
border-color css
<style>
span { border-color: #60446D; }
span { border-color: rgb(96,68,109); }
td.TdClassName
{
border-color: #60446D;
}
.TagClassName
{
border-color: #60446D;
}
</style>