Shades of Smoky #605C72
Tints of Smoky #605C72
RGB
CMYK
RGB Variations
Color information
#605C72 (or 0x605C72) is known color: Smoky. HEX triplet: 60, 5C and 72. RGB value is (96,92,114). Sum of RGB (Red+Green+Blue) = 96+92+114=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 114 - color contains mainly: blue. Hex color #605C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C72 is #9FA38D. Grayscale: #5F5F5F. Windows color (decimal): -10462094 or 7494752. OLE color: 7494752.
HSL color Cylindrical-coordinate representation of color #605C72: hue angle of 250.91º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #605C72 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 92 | 114 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.55 |
| HSL | 250.91º | 0.11% | 0.4% | - |
| HSV(B) | 250.91º | 0.19% | 0.45% | - |
| XYZ | 11.69 | 11.36 | 17.5 | - |
| YUV | 95.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 114 | 0.16 | 0.19 | 0 | 0.55 | 250.91 | 0.11 | 0.4 |
| Hex | 60 | 5C | 72 | 10 | 13 | 0 | 37 | FB | B | 28 |
| Octal | 140 | 134 | 162 | 20 | 23 | 0 | 67 | 373 | 13 | 50 |
| Binary | 1100000 | 1011100 | 1110010 | 10000 | 10011 | 0 | 110111 | 11111011 | 1011 | 101000 |
Color Harmonies of #605C72
Complementary color
Monochromatic Colors of #605C72
Black with #605C72
Text Example
Text Example
White with #605C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C72; }
p { color: rgb(96,92,114); }
H1.HeaderClassName
{
color: #605C72;
}
.AnyTagClassName
{
color: #605C72;
}
</style>
background-color css
<style>
a { background-color: #605C72; }
a { background-color: rgb(96,92,114); }
div.DivClassName
{
background-color: #605C72;
}
.BgClassName
{
background-color: #605C72;
}
</style>
border-color css
<style>
span { border-color: #605C72; }
span { border-color: rgb(96,92,114); }
td.TdClassName
{
border-color: #605C72;
}
.TagClassName
{
border-color: #605C72;
}
</style>