Shades of Smoky #615D77
Tints of Smoky #615D77
RGB
CMYK
RGB Variations
Color information
#615D77 (or 0x615D77) is known color: Smoky. HEX triplet: 61, 5D and 77. RGB value is (97,93,119). Sum of RGB (Red+Green+Blue) = 97+93+119=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: blue. Hex color #615D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D77 is #9EA288. Grayscale: #616161. Windows color (decimal): -10396297 or 7822689. OLE color: 7822689.
HSL color Cylindrical-coordinate representation of color #615D77: hue angle of 249.23º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #615D77 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 93 | 119 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.53 |
| HSL | 249.23º | 0.12% | 0.42% | - |
| HSV(B) | 249.23º | 0.22% | 0.47% | - |
| XYZ | 12.17 | 11.7 | 19.07 | - |
| YUV | 97.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 119 | 0.18 | 0.22 | 0 | 0.53 | 249.23 | 0.12 | 0.42 |
| Hex | 61 | 5D | 77 | 12 | 16 | 0 | 35 | F9 | C | 2A |
| Octal | 141 | 135 | 167 | 22 | 26 | 0 | 65 | 371 | 14 | 52 |
| Binary | 1100001 | 1011101 | 1110111 | 10010 | 10110 | 0 | 110101 | 11111001 | 1100 | 101010 |
Color Harmonies of #615D77
Complementary color
Monochromatic Colors of #615D77
Black with #615D77
Text Example
Text Example
White with #615D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D77; }
p { color: rgb(97,93,119); }
H1.HeaderClassName
{
color: #615D77;
}
.AnyTagClassName
{
color: #615D77;
}
</style>
background-color css
<style>
a { background-color: #615D77; }
a { background-color: rgb(97,93,119); }
div.DivClassName
{
background-color: #615D77;
}
.BgClassName
{
background-color: #615D77;
}
</style>
border-color css
<style>
span { border-color: #615D77; }
span { border-color: rgb(97,93,119); }
td.TdClassName
{
border-color: #615D77;
}
.TagClassName
{
border-color: #615D77;
}
</style>