Shades of Smoky #605B6F
Tints of Smoky #605B6F
RGB
CMYK
RGB Variations
Color information
#605B6F (or 0x605B6F) is known color: Smoky. HEX triplet: 60, 5B and 6F. RGB value is (96,91,111). Sum of RGB (Red+Green+Blue) = 96+91+111=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 111 - color contains mainly: blue. Hex color #605B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B6F is #9FA490. Grayscale: #5E5E5E. Windows color (decimal): -10462353 or 7297888. OLE color: 7297888.
HSL color Cylindrical-coordinate representation of color #605B6F: hue angle of 255º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #605B6F is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 91 | 111 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.56 |
| HSL | 255º | 0.1% | 0.4% | - |
| HSV(B) | 255º | 0.18% | 0.44% | - |
| XYZ | 11.43 | 11.12 | 16.58 | - |
| YUV | 94.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 111 | 0.14 | 0.18 | 0 | 0.56 | 255 | 0.1 | 0.4 |
| Hex | 60 | 5B | 6F | E | 12 | 0 | 38 | FF | A | 28 |
| Octal | 140 | 133 | 157 | 16 | 22 | 0 | 70 | 377 | 12 | 50 |
| Binary | 1100000 | 1011011 | 1101111 | 1110 | 10010 | 0 | 111000 | 11111111 | 1010 | 101000 |
Color Harmonies of #605B6F
Complementary color
Monochromatic Colors of #605B6F
Black with #605B6F
Text Example
Text Example
White with #605B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B6F; }
p { color: rgb(96,91,111); }
H1.HeaderClassName
{
color: #605B6F;
}
.AnyTagClassName
{
color: #605B6F;
}
</style>
background-color css
<style>
a { background-color: #605B6F; }
a { background-color: rgb(96,91,111); }
div.DivClassName
{
background-color: #605B6F;
}
.BgClassName
{
background-color: #605B6F;
}
</style>
border-color css
<style>
span { border-color: #605B6F; }
span { border-color: rgb(96,91,111); }
td.TdClassName
{
border-color: #605B6F;
}
.TagClassName
{
border-color: #605B6F;
}
</style>