Shades of Smoky #615C6F
Tints of Smoky #615C6F
RGB
CMYK
RGB Variations
Color information
#615C6F (or 0x615C6F) is known color: Smoky. HEX triplet: 61, 5C and 6F. RGB value is (97,92,111). Sum of RGB (Red+Green+Blue) = 97+92+111=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 111 - color contains mainly: blue. Hex color #615C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615C6F is #9EA390. Grayscale: #5F5F5F. Windows color (decimal): -10396561 or 7298145. OLE color: 7298145.
HSL color Cylindrical-coordinate representation of color #615C6F: hue angle of 255.79º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #615C6F is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 92 | 111 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.56 |
| HSL | 255.79º | 0.09% | 0.4% | - |
| HSV(B) | 255.79º | 0.17% | 0.44% | - |
| XYZ | 11.63 | 11.34 | 16.62 | - |
| YUV | 95.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 111 | 0.13 | 0.17 | 0 | 0.56 | 255.79 | 0.09 | 0.4 |
| Hex | 61 | 5C | 6F | D | 11 | 0 | 38 | 100 | 9 | 28 |
| Octal | 141 | 134 | 157 | 15 | 21 | 0 | 70 | 400 | 11 | 50 |
| Binary | 1100001 | 1011100 | 1101111 | 1101 | 10001 | 0 | 111000 | 100000000 | 1001 | 101000 |
Color Harmonies of #615C6F
Complementary color
Monochromatic Colors of #615C6F
Black with #615C6F
Text Example
Text Example
White with #615C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C6F; }
p { color: rgb(97,92,111); }
H1.HeaderClassName
{
color: #615C6F;
}
.AnyTagClassName
{
color: #615C6F;
}
</style>
background-color css
<style>
a { background-color: #615C6F; }
a { background-color: rgb(97,92,111); }
div.DivClassName
{
background-color: #615C6F;
}
.BgClassName
{
background-color: #615C6F;
}
</style>
border-color css
<style>
span { border-color: #615C6F; }
span { border-color: rgb(97,92,111); }
td.TdClassName
{
border-color: #615C6F;
}
.TagClassName
{
border-color: #615C6F;
}
</style>