Shades of Smoky #60597A
Tints of Smoky #60597A
RGB
CMYK
RGB Variations
Color information
#60597A (or 0x60597A) is known color: Smoky. HEX triplet: 60, 59 and 7A. RGB value is (96,89,122). Sum of RGB (Red+Green+Blue) = 96+89+122=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #60597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60597A is #9FA685. Grayscale: #5E5E5E. Windows color (decimal): -10462854 or 8018272. OLE color: 8018272.
HSL color Cylindrical-coordinate representation of color #60597A: hue angle of 252.73º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60597A is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 89 | 122 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.52 |
| HSL | 252.73º | 0.16% | 0.41% | - |
| HSV(B) | 252.73º | 0.27% | 0.48% | - |
| XYZ | 11.91 | 11.04 | 19.91 | - |
| YUV | 94.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 122 | 0.21 | 0.27 | 0 | 0.52 | 252.73 | 0.16 | 0.41 |
| Hex | 60 | 59 | 7A | 15 | 1B | 0 | 34 | FD | 10 | 29 |
| Octal | 140 | 131 | 172 | 25 | 33 | 0 | 64 | 375 | 20 | 51 |
| Binary | 1100000 | 1011001 | 1111010 | 10101 | 11011 | 0 | 110100 | 11111101 | 10000 | 101001 |
Color Harmonies of #60597A
Complementary color
Monochromatic Colors of #60597A
Black with #60597A
Text Example
Text Example
White with #60597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60597A; }
p { color: rgb(96,89,122); }
H1.HeaderClassName
{
color: #60597A;
}
.AnyTagClassName
{
color: #60597A;
}
</style>
background-color css
<style>
a { background-color: #60597A; }
a { background-color: rgb(96,89,122); }
div.DivClassName
{
background-color: #60597A;
}
.BgClassName
{
background-color: #60597A;
}
</style>
border-color css
<style>
span { border-color: #60597A; }
span { border-color: rgb(96,89,122); }
td.TdClassName
{
border-color: #60597A;
}
.TagClassName
{
border-color: #60597A;
}
</style>