Shades of Honey Flower #60416B
Tints of Honey Flower #60416B
RGB
CMYK
RGB Variations
Color information
#60416B (or 0x60416B) is known color: Honey Flower. HEX triplet: 60, 41 and 6B. RGB value is (96,65,107). Sum of RGB (Red+Green+Blue) = 96+65+107=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #60416B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60416B is #9FBE94. Grayscale: #4E4E4E. Windows color (decimal): -10469013 or 7029088. OLE color: 7029088.
HSL color Cylindrical-coordinate representation of color #60416B: hue angle of 284.29º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60416B is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 65 | 107 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.58 |
| HSL | 284.29º | 0.24% | 0.34% | - |
| HSV(B) | 284.29º | 0.39% | 0.42% | - |
| XYZ | 9.37 | 7.33 | 14.83 | - |
| YUV | 79.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 107 | 0.10 | 0.39 | 0 | 0.58 | 284.29 | 0.24 | 0.34 |
| Hex | 60 | 41 | 6B | A | 27 | 0 | 3A | 11C | 18 | 22 |
| Octal | 140 | 101 | 153 | 12 | 47 | 0 | 72 | 434 | 30 | 42 |
| Binary | 1100000 | 1000001 | 1101011 | 1010 | 100111 | 0 | 111010 | 100011100 | 11000 | 100010 |
Color Harmonies of #60416B
Complementary color
Monochromatic Colors of #60416B
Black with #60416B
Text Example
Text Example
White with #60416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60416B; }
p { color: rgb(96,65,107); }
H1.HeaderClassName
{
color: #60416B;
}
.AnyTagClassName
{
color: #60416B;
}
</style>
background-color css
<style>
a { background-color: #60416B; }
a { background-color: rgb(96,65,107); }
div.DivClassName
{
background-color: #60416B;
}
.BgClassName
{
background-color: #60416B;
}
</style>
border-color css
<style>
span { border-color: #60416B; }
span { border-color: rgb(96,65,107); }
td.TdClassName
{
border-color: #60416B;
}
.TagClassName
{
border-color: #60416B;
}
</style>