Shades of Smoky #605D74
Tints of Smoky #605D74
RGB
CMYK
RGB Variations
Color information
#605D74 (or 0x605D74) is known color: Smoky. HEX triplet: 60, 5D and 74. RGB value is (96,93,116). Sum of RGB (Red+Green+Blue) = 96+93+116=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 116 - color contains mainly: blue. Hex color #605D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D74 is #9FA28B. Grayscale: #606060. Windows color (decimal): -10461836 or 7626080. OLE color: 7626080.
HSL color Cylindrical-coordinate representation of color #605D74: hue angle of 247.83º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #605D74 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 93 | 116 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.55 |
| HSL | 247.83º | 0.11% | 0.41% | - |
| HSV(B) | 247.83º | 0.2% | 0.45% | - |
| XYZ | 11.89 | 11.58 | 18.13 | - |
| YUV | 96.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 116 | 0.17 | 0.20 | 0 | 0.55 | 247.83 | 0.11 | 0.41 |
| Hex | 60 | 5D | 74 | 11 | 14 | 0 | 37 | F8 | B | 29 |
| Octal | 140 | 135 | 164 | 21 | 24 | 0 | 67 | 370 | 13 | 51 |
| Binary | 1100000 | 1011101 | 1110100 | 10001 | 10100 | 0 | 110111 | 11111000 | 1011 | 101001 |
Color Harmonies of #605D74
Complementary color
Monochromatic Colors of #605D74
Black with #605D74
Text Example
Text Example
White with #605D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D74; }
p { color: rgb(96,93,116); }
H1.HeaderClassName
{
color: #605D74;
}
.AnyTagClassName
{
color: #605D74;
}
</style>
background-color css
<style>
a { background-color: #605D74; }
a { background-color: rgb(96,93,116); }
div.DivClassName
{
background-color: #605D74;
}
.BgClassName
{
background-color: #605D74;
}
</style>
border-color css
<style>
span { border-color: #605D74; }
span { border-color: rgb(96,93,116); }
td.TdClassName
{
border-color: #605D74;
}
.TagClassName
{
border-color: #605D74;
}
</style>