Shades of Smoky #615A77
Tints of Smoky #615A77
RGB
CMYK
RGB Variations
Color information
#615A77 (or 0x615A77) is known color: Smoky. HEX triplet: 61, 5A and 77. RGB value is (97,90,119). Sum of RGB (Red+Green+Blue) = 97+90+119=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 119 - color contains mainly: blue. Hex color #615A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A77 is #9EA588. Grayscale: #5F5F5F. Windows color (decimal): -10397065 or 7821921. OLE color: 7821921.
HSL color Cylindrical-coordinate representation of color #615A77: hue angle of 254.48º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #615A77 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 90 | 119 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.53 |
| HSL | 254.48º | 0.14% | 0.41% | - |
| HSV(B) | 254.48º | 0.24% | 0.47% | - |
| XYZ | 11.92 | 11.19 | 18.98 | - |
| YUV | 95.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 119 | 0.18 | 0.24 | 0 | 0.53 | 254.48 | 0.14 | 0.41 |
| Hex | 61 | 5A | 77 | 12 | 18 | 0 | 35 | FE | E | 29 |
| Octal | 141 | 132 | 167 | 22 | 30 | 0 | 65 | 376 | 16 | 51 |
| Binary | 1100001 | 1011010 | 1110111 | 10010 | 11000 | 0 | 110101 | 11111110 | 1110 | 101001 |
Color Harmonies of #615A77
Complementary color
Monochromatic Colors of #615A77
Black with #615A77
Text Example
Text Example
White with #615A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A77; }
p { color: rgb(97,90,119); }
H1.HeaderClassName
{
color: #615A77;
}
.AnyTagClassName
{
color: #615A77;
}
</style>
background-color css
<style>
a { background-color: #615A77; }
a { background-color: rgb(97,90,119); }
div.DivClassName
{
background-color: #615A77;
}
.BgClassName
{
background-color: #615A77;
}
</style>
border-color css
<style>
span { border-color: #615A77; }
span { border-color: rgb(97,90,119); }
td.TdClassName
{
border-color: #615A77;
}
.TagClassName
{
border-color: #615A77;
}
</style>