Shades of Smoky #615D6F
Tints of Smoky #615D6F
RGB
CMYK
RGB Variations
Color information
#615D6F (or 0x615D6F) is known color: Smoky. HEX triplet: 61, 5D and 6F. RGB value is (97,93,111). Sum of RGB (Red+Green+Blue) = 97+93+111=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 111 - color contains mainly: blue. Hex color #615D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D6F is #9EA290. Grayscale: #606060. Windows color (decimal): -10396305 or 7298401. OLE color: 7298401.
HSL color Cylindrical-coordinate representation of color #615D6F: hue angle of 253.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #615D6F is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 93 | 111 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.56 |
| HSL | 253.33º | 0.09% | 0.4% | - |
| HSV(B) | 253.33º | 0.16% | 0.44% | - |
| XYZ | 11.71 | 11.52 | 16.64 | - |
| YUV | 96.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 111 | 0.13 | 0.16 | 0 | 0.56 | 253.33 | 0.09 | 0.4 |
| Hex | 61 | 5D | 6F | D | 10 | 0 | 38 | FD | 9 | 28 |
| Octal | 141 | 135 | 157 | 15 | 20 | 0 | 70 | 375 | 11 | 50 |
| Binary | 1100001 | 1011101 | 1101111 | 1101 | 10000 | 0 | 111000 | 11111101 | 1001 | 101000 |
Color Harmonies of #615D6F
Complementary color
Monochromatic Colors of #615D6F
Black with #615D6F
Text Example
Text Example
White with #615D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D6F; }
p { color: rgb(97,93,111); }
H1.HeaderClassName
{
color: #615D6F;
}
.AnyTagClassName
{
color: #615D6F;
}
</style>
background-color css
<style>
a { background-color: #615D6F; }
a { background-color: rgb(97,93,111); }
div.DivClassName
{
background-color: #615D6F;
}
.BgClassName
{
background-color: #615D6F;
}
</style>
border-color css
<style>
span { border-color: #615D6F; }
span { border-color: rgb(97,93,111); }
td.TdClassName
{
border-color: #615D6F;
}
.TagClassName
{
border-color: #615D6F;
}
</style>