Shades of Smoky #60596F
Tints of Smoky #60596F
RGB
CMYK
RGB Variations
Color information
#60596F (or 0x60596F) is known color: Smoky. HEX triplet: 60, 59 and 6F. RGB value is (96,89,111). Sum of RGB (Red+Green+Blue) = 96+89+111=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 111 - color contains mainly: blue. Hex color #60596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60596F is #9FA690. Grayscale: #5D5D5D. Windows color (decimal): -10462865 or 7297376. OLE color: 7297376.
HSL color Cylindrical-coordinate representation of color #60596F: hue angle of 259.09º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60596F is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 89 | 111 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.56 |
| HSL | 259.09º | 0.11% | 0.39% | - |
| HSV(B) | 259.09º | 0.2% | 0.44% | - |
| XYZ | 11.27 | 10.78 | 16.53 | - |
| YUV | 93.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 111 | 0.14 | 0.20 | 0 | 0.56 | 259.09 | 0.11 | 0.39 |
| Hex | 60 | 59 | 6F | E | 14 | 0 | 38 | 103 | B | 27 |
| Octal | 140 | 131 | 157 | 16 | 24 | 0 | 70 | 403 | 13 | 47 |
| Binary | 1100000 | 1011001 | 1101111 | 1110 | 10100 | 0 | 111000 | 100000011 | 1011 | 100111 |
Color Harmonies of #60596F
Complementary color
Monochromatic Colors of #60596F
Black with #60596F
Text Example
Text Example
White with #60596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60596F; }
p { color: rgb(96,89,111); }
H1.HeaderClassName
{
color: #60596F;
}
.AnyTagClassName
{
color: #60596F;
}
</style>
background-color css
<style>
a { background-color: #60596F; }
a { background-color: rgb(96,89,111); }
div.DivClassName
{
background-color: #60596F;
}
.BgClassName
{
background-color: #60596F;
}
</style>
border-color css
<style>
span { border-color: #60596F; }
span { border-color: rgb(96,89,111); }
td.TdClassName
{
border-color: #60596F;
}
.TagClassName
{
border-color: #60596F;
}
</style>