Shades of Smoky #605979
Tints of Smoky #605979
RGB
CMYK
RGB Variations
Color information
#605979 (or 0x605979) is known color: Smoky. HEX triplet: 60, 59 and 79. RGB value is (96,89,121). Sum of RGB (Red+Green+Blue) = 96+89+121=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 121 - color contains mainly: blue. Hex color #605979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605979 is #9FA686. Grayscale: #5E5E5E. Windows color (decimal): -10462855 or 7952736. OLE color: 7952736.
HSL color Cylindrical-coordinate representation of color #605979: hue angle of 253.12º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #605979 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 89 | 121 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.53 |
| HSL | 253.13º | 0.15% | 0.41% | - |
| HSV(B) | 253.13º | 0.26% | 0.47% | - |
| XYZ | 11.85 | 11.01 | 19.59 | - |
| YUV | 94.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 121 | 0.21 | 0.26 | 0 | 0.53 | 253.13 | 0.15 | 0.41 |
| Hex | 60 | 59 | 79 | 15 | 1A | 0 | 35 | FD | F | 29 |
| Octal | 140 | 131 | 171 | 25 | 32 | 0 | 65 | 375 | 17 | 51 |
| Binary | 1100000 | 1011001 | 1111001 | 10101 | 11010 | 0 | 110101 | 11111101 | 1111 | 101001 |
Color Harmonies of #605979
Complementary color
Monochromatic Colors of #605979
Black with #605979
Text Example
Text Example
White with #605979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605979; }
p { color: rgb(96,89,121); }
H1.HeaderClassName
{
color: #605979;
}
.AnyTagClassName
{
color: #605979;
}
</style>
background-color css
<style>
a { background-color: #605979; }
a { background-color: rgb(96,89,121); }
div.DivClassName
{
background-color: #605979;
}
.BgClassName
{
background-color: #605979;
}
</style>
border-color css
<style>
span { border-color: #605979; }
span { border-color: rgb(96,89,121); }
td.TdClassName
{
border-color: #605979;
}
.TagClassName
{
border-color: #605979;
}
</style>