Shades of Smoky #615A7A
Tints of Smoky #615A7A
RGB
CMYK
RGB Variations
Color information
#615A7A (or 0x615A7A) is known color: Smoky. HEX triplet: 61, 5A and 7A. RGB value is (97,90,122). Sum of RGB (Red+Green+Blue) = 97+90+122=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #615A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A7A is #9EA585. Grayscale: #5F5F5F. Windows color (decimal): -10397062 or 8018529. OLE color: 8018529.
HSL color Cylindrical-coordinate representation of color #615A7A: hue angle of 253.12º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #615A7A is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 90 | 122 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.52 |
| HSL | 253.13º | 0.15% | 0.42% | - |
| HSV(B) | 253.13º | 0.26% | 0.48% | - |
| XYZ | 12.1 | 11.26 | 19.95 | - |
| YUV | 95.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 122 | 0.20 | 0.26 | 0 | 0.52 | 253.13 | 0.15 | 0.42 |
| Hex | 61 | 5A | 7A | 14 | 1A | 0 | 34 | FD | F | 2A |
| Octal | 141 | 132 | 172 | 24 | 32 | 0 | 64 | 375 | 17 | 52 |
| Binary | 1100001 | 1011010 | 1111010 | 10100 | 11010 | 0 | 110100 | 11111101 | 1111 | 101010 |
Color Harmonies of #615A7A
Complementary color
Monochromatic Colors of #615A7A
Black with #615A7A
Text Example
Text Example
White with #615A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A7A; }
p { color: rgb(97,90,122); }
H1.HeaderClassName
{
color: #615A7A;
}
.AnyTagClassName
{
color: #615A7A;
}
</style>
background-color css
<style>
a { background-color: #615A7A; }
a { background-color: rgb(97,90,122); }
div.DivClassName
{
background-color: #615A7A;
}
.BgClassName
{
background-color: #615A7A;
}
</style>
border-color css
<style>
span { border-color: #615A7A; }
span { border-color: rgb(97,90,122); }
td.TdClassName
{
border-color: #615A7A;
}
.TagClassName
{
border-color: #615A7A;
}
</style>