Shades of Smoky #605773
Tints of Smoky #605773
RGB
CMYK
RGB Variations
Color information
#605773 (or 0x605773) is known color: Smoky. HEX triplet: 60, 57 and 73. RGB value is (96,87,115). Sum of RGB (Red+Green+Blue) = 96+87+115=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #605773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605773 is #9FA88C. Grayscale: #5C5C5C. Windows color (decimal): -10463373 or 7559008. OLE color: 7559008.
HSL color Cylindrical-coordinate representation of color #605773: hue angle of 259.29º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #605773 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 87 | 115 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.55 |
| HSL | 259.29º | 0.14% | 0.4% | - |
| HSV(B) | 259.29º | 0.24% | 0.45% | - |
| XYZ | 11.33 | 10.54 | 17.66 | - |
| YUV | 92.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 115 | 0.17 | 0.24 | 0 | 0.55 | 259.29 | 0.14 | 0.4 |
| Hex | 60 | 57 | 73 | 11 | 18 | 0 | 37 | 103 | E | 28 |
| Octal | 140 | 127 | 163 | 21 | 30 | 0 | 67 | 403 | 16 | 50 |
| Binary | 1100000 | 1010111 | 1110011 | 10001 | 11000 | 0 | 110111 | 100000011 | 1110 | 101000 |
Color Harmonies of #605773
Complementary color
Monochromatic Colors of #605773
Black with #605773
Text Example
Text Example
White with #605773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605773; }
p { color: rgb(96,87,115); }
H1.HeaderClassName
{
color: #605773;
}
.AnyTagClassName
{
color: #605773;
}
</style>
background-color css
<style>
a { background-color: #605773; }
a { background-color: rgb(96,87,115); }
div.DivClassName
{
background-color: #605773;
}
.BgClassName
{
background-color: #605773;
}
</style>
border-color css
<style>
span { border-color: #605773; }
span { border-color: rgb(96,87,115); }
td.TdClassName
{
border-color: #605773;
}
.TagClassName
{
border-color: #605773;
}
</style>