Shades of Smoky #60587A
Tints of Smoky #60587A
RGB
CMYK
RGB Variations
Color information
#60587A (or 0x60587A) is known color: Smoky. HEX triplet: 60, 58 and 7A. RGB value is (96,88,122). Sum of RGB (Red+Green+Blue) = 96+88+122=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #60587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60587A is #9FA785. Grayscale: #5E5E5E. Windows color (decimal): -10463110 or 8018016. OLE color: 8018016.
HSL color Cylindrical-coordinate representation of color #60587A: hue angle of 254.12º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60587A is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 88 | 122 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.52 |
| HSL | 254.12º | 0.16% | 0.41% | - |
| HSV(B) | 254.12º | 0.28% | 0.48% | - |
| XYZ | 11.83 | 10.87 | 19.89 | - |
| YUV | 94.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 122 | 0.21 | 0.28 | 0 | 0.52 | 254.12 | 0.16 | 0.41 |
| Hex | 60 | 58 | 7A | 15 | 1C | 0 | 34 | FE | 10 | 29 |
| Octal | 140 | 130 | 172 | 25 | 34 | 0 | 64 | 376 | 20 | 51 |
| Binary | 1100000 | 1011000 | 1111010 | 10101 | 11100 | 0 | 110100 | 11111110 | 10000 | 101001 |
Color Harmonies of #60587A
Complementary color
Monochromatic Colors of #60587A
Black with #60587A
Text Example
Text Example
White with #60587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60587A; }
p { color: rgb(96,88,122); }
H1.HeaderClassName
{
color: #60587A;
}
.AnyTagClassName
{
color: #60587A;
}
</style>
background-color css
<style>
a { background-color: #60587A; }
a { background-color: rgb(96,88,122); }
div.DivClassName
{
background-color: #60587A;
}
.BgClassName
{
background-color: #60587A;
}
</style>
border-color css
<style>
span { border-color: #60587A; }
span { border-color: rgb(96,88,122); }
td.TdClassName
{
border-color: #60587A;
}
.TagClassName
{
border-color: #60587A;
}
</style>