Shades of Honey Flower #60426D
Tints of Honey Flower #60426D
RGB
CMYK
RGB Variations
Color information
#60426D (or 0x60426D) is known color: Honey Flower. HEX triplet: 60, 42 and 6D. RGB value is (96,66,109). Sum of RGB (Red+Green+Blue) = 96+66+109=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #60426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60426D is #9FBD92. Grayscale: #4F4F4F. Windows color (decimal): -10468755 or 7160416. OLE color: 7160416.
HSL color Cylindrical-coordinate representation of color #60426D: hue angle of 281.86º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60426D is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 66 | 109 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.57 |
| HSL | 281.86º | 0.25% | 0.34% | - |
| HSV(B) | 281.86º | 0.39% | 0.43% | - |
| XYZ | 9.53 | 7.49 | 15.41 | - |
| YUV | 79.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 109 | 0.12 | 0.39 | 0 | 0.57 | 281.86 | 0.25 | 0.34 |
| Hex | 60 | 42 | 6D | C | 27 | 0 | 39 | 11A | 19 | 22 |
| Octal | 140 | 102 | 155 | 14 | 47 | 0 | 71 | 432 | 31 | 42 |
| Binary | 1100000 | 1000010 | 1101101 | 1100 | 100111 | 0 | 111001 | 100011010 | 11001 | 100010 |
Color Harmonies of #60426D
Complementary color
Monochromatic Colors of #60426D
Black with #60426D
Text Example
Text Example
White with #60426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60426D; }
p { color: rgb(96,66,109); }
H1.HeaderClassName
{
color: #60426D;
}
.AnyTagClassName
{
color: #60426D;
}
</style>
background-color css
<style>
a { background-color: #60426D; }
a { background-color: rgb(96,66,109); }
div.DivClassName
{
background-color: #60426D;
}
.BgClassName
{
background-color: #60426D;
}
</style>
border-color css
<style>
span { border-color: #60426D; }
span { border-color: rgb(96,66,109); }
td.TdClassName
{
border-color: #60426D;
}
.TagClassName
{
border-color: #60426D;
}
</style>