Shades of Smoky #615979
Tints of Smoky #615979
RGB
CMYK
RGB Variations
Color information
#615979 (or 0x615979) is known color: Smoky. HEX triplet: 61, 59 and 79. RGB value is (97,89,121). Sum of RGB (Red+Green+Blue) = 97+89+121=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 121 - color contains mainly: blue. Hex color #615979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615979 is #9EA686. Grayscale: #5E5E5E. Windows color (decimal): -10397319 or 7952737. OLE color: 7952737.
HSL color Cylindrical-coordinate representation of color #615979: hue angle of 255º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #615979 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 89 | 121 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.53 |
| HSL | 255º | 0.15% | 0.41% | - |
| HSV(B) | 255º | 0.26% | 0.47% | - |
| XYZ | 11.95 | 11.07 | 19.6 | - |
| YUV | 95.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 121 | 0.20 | 0.26 | 0 | 0.53 | 255 | 0.15 | 0.41 |
| Hex | 61 | 59 | 79 | 14 | 1A | 0 | 35 | FF | F | 29 |
| Octal | 141 | 131 | 171 | 24 | 32 | 0 | 65 | 377 | 17 | 51 |
| Binary | 1100001 | 1011001 | 1111001 | 10100 | 11010 | 0 | 110101 | 11111111 | 1111 | 101001 |
Color Harmonies of #615979
Complementary color
Monochromatic Colors of #615979
Black with #615979
Text Example
Text Example
White with #615979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615979; }
p { color: rgb(97,89,121); }
H1.HeaderClassName
{
color: #615979;
}
.AnyTagClassName
{
color: #615979;
}
</style>
background-color css
<style>
a { background-color: #615979; }
a { background-color: rgb(97,89,121); }
div.DivClassName
{
background-color: #615979;
}
.BgClassName
{
background-color: #615979;
}
</style>
border-color css
<style>
span { border-color: #615979; }
span { border-color: rgb(97,89,121); }
td.TdClassName
{
border-color: #615979;
}
.TagClassName
{
border-color: #615979;
}
</style>