Shades of Smoky #605D73
Tints of Smoky #605D73
RGB
CMYK
RGB Variations
Color information
#605D73 (or 0x605D73) is known color: Smoky. HEX triplet: 60, 5D and 73. RGB value is (96,93,115). Sum of RGB (Red+Green+Blue) = 96+93+115=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 115 - color contains mainly: blue. Hex color #605D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D73 is #9FA28C. Grayscale: #606060. Windows color (decimal): -10461837 or 7560544. OLE color: 7560544.
HSL color Cylindrical-coordinate representation of color #605D73: hue angle of 248.18º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #605D73 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 93 | 115 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.55 |
| HSL | 248.18º | 0.11% | 0.41% | - |
| HSV(B) | 248.18º | 0.19% | 0.45% | - |
| XYZ | 11.83 | 11.55 | 17.83 | - |
| YUV | 96.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 115 | 0.17 | 0.19 | 0 | 0.55 | 248.18 | 0.11 | 0.41 |
| Hex | 60 | 5D | 73 | 11 | 13 | 0 | 37 | F8 | B | 29 |
| Octal | 140 | 135 | 163 | 21 | 23 | 0 | 67 | 370 | 13 | 51 |
| Binary | 1100000 | 1011101 | 1110011 | 10001 | 10011 | 0 | 110111 | 11111000 | 1011 | 101001 |
Color Harmonies of #605D73
Complementary color
Monochromatic Colors of #605D73
Black with #605D73
Text Example
Text Example
White with #605D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D73; }
p { color: rgb(96,93,115); }
H1.HeaderClassName
{
color: #605D73;
}
.AnyTagClassName
{
color: #605D73;
}
</style>
background-color css
<style>
a { background-color: #605D73; }
a { background-color: rgb(96,93,115); }
div.DivClassName
{
background-color: #605D73;
}
.BgClassName
{
background-color: #605D73;
}
</style>
border-color css
<style>
span { border-color: #605D73; }
span { border-color: rgb(96,93,115); }
td.TdClassName
{
border-color: #605D73;
}
.TagClassName
{
border-color: #605D73;
}
</style>