Shades of Smoky #605B75
Tints of Smoky #605B75
RGB
CMYK
RGB Variations
Color information
#605B75 (or 0x605B75) is known color: Smoky. HEX triplet: 60, 5B and 75. RGB value is (96,91,117). Sum of RGB (Red+Green+Blue) = 96+91+117=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 117 - color contains mainly: blue. Hex color #605B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B75 is #9FA48A. Grayscale: #5F5F5F. Windows color (decimal): -10462347 or 7691104. OLE color: 7691104.
HSL color Cylindrical-coordinate representation of color #605B75: hue angle of 251.54º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #605B75 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 91 | 117 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.54 |
| HSL | 251.54º | 0.13% | 0.41% | - |
| HSV(B) | 251.54º | 0.22% | 0.46% | - |
| XYZ | 11.78 | 11.25 | 18.38 | - |
| YUV | 95.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 117 | 0.18 | 0.22 | 0 | 0.54 | 251.54 | 0.13 | 0.41 |
| Hex | 60 | 5B | 75 | 12 | 16 | 0 | 36 | FC | C | 29 |
| Octal | 140 | 133 | 165 | 22 | 26 | 0 | 66 | 374 | 14 | 51 |
| Binary | 1100000 | 1011011 | 1110101 | 10010 | 10110 | 0 | 110110 | 11111100 | 1100 | 101001 |
Color Harmonies of #605B75
Complementary color
Monochromatic Colors of #605B75
Black with #605B75
Text Example
Text Example
White with #605B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B75; }
p { color: rgb(96,91,117); }
H1.HeaderClassName
{
color: #605B75;
}
.AnyTagClassName
{
color: #605B75;
}
</style>
background-color css
<style>
a { background-color: #605B75; }
a { background-color: rgb(96,91,117); }
div.DivClassName
{
background-color: #605B75;
}
.BgClassName
{
background-color: #605B75;
}
</style>
border-color css
<style>
span { border-color: #605B75; }
span { border-color: rgb(96,91,117); }
td.TdClassName
{
border-color: #605B75;
}
.TagClassName
{
border-color: #605B75;
}
</style>