Shades of Smoky #615D6E
Tints of Smoky #615D6E
RGB
CMYK
RGB Variations
Color information
#615D6E (or 0x615D6E) is known color: Smoky. HEX triplet: 61, 5D and 6E. RGB value is (97,93,110). Sum of RGB (Red+Green+Blue) = 97+93+110=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 110 - color contains mainly: blue. Hex color #615D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D6E is #9EA291. Grayscale: #606060. Windows color (decimal): -10396306 or 7232865. OLE color: 7232865.
HSL color Cylindrical-coordinate representation of color #615D6E: hue angle of 254.12º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #615D6E is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 93 | 110 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.57 |
| HSL | 254.12º | 0.08% | 0.4% | - |
| HSV(B) | 254.12º | 0.15% | 0.43% | - |
| XYZ | 11.66 | 11.5 | 16.36 | - |
| YUV | 96.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 110 | 0.12 | 0.15 | 0 | 0.57 | 254.12 | 0.08 | 0.4 |
| Hex | 61 | 5D | 6E | C | F | 0 | 39 | FE | 8 | 28 |
| Octal | 141 | 135 | 156 | 14 | 17 | 0 | 71 | 376 | 10 | 50 |
| Binary | 1100001 | 1011101 | 1101110 | 1100 | 1111 | 0 | 111001 | 11111110 | 1000 | 101000 |
Color Harmonies of #615D6E
Complementary color
Monochromatic Colors of #615D6E
Black with #615D6E
Text Example
Text Example
White with #615D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D6E; }
p { color: rgb(97,93,110); }
H1.HeaderClassName
{
color: #615D6E;
}
.AnyTagClassName
{
color: #615D6E;
}
</style>
background-color css
<style>
a { background-color: #615D6E; }
a { background-color: rgb(97,93,110); }
div.DivClassName
{
background-color: #615D6E;
}
.BgClassName
{
background-color: #615D6E;
}
</style>
border-color css
<style>
span { border-color: #615D6E; }
span { border-color: rgb(97,93,110); }
td.TdClassName
{
border-color: #615D6E;
}
.TagClassName
{
border-color: #615D6E;
}
</style>