Shades of Smoky #615D73
Tints of Smoky #615D73
RGB
CMYK
RGB Variations
Color information
#615D73 (or 0x615D73) is known color: Smoky. HEX triplet: 61, 5D and 73. RGB value is (97,93,115). Sum of RGB (Red+Green+Blue) = 97+93+115=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: blue. Hex color #615D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D73 is #9EA28C. Grayscale: #606060. Windows color (decimal): -10396301 or 7560545. OLE color: 7560545.
HSL color Cylindrical-coordinate representation of color #615D73: hue angle of 250.91º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #615D73 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 93 | 115 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.55 |
| HSL | 250.91º | 0.11% | 0.41% | - |
| HSV(B) | 250.91º | 0.19% | 0.45% | - |
| XYZ | 11.94 | 11.61 | 17.83 | - |
| YUV | 96.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 115 | 0.16 | 0.19 | 0 | 0.55 | 250.91 | 0.11 | 0.41 |
| Hex | 61 | 5D | 73 | 10 | 13 | 0 | 37 | FB | B | 29 |
| Octal | 141 | 135 | 163 | 20 | 23 | 0 | 67 | 373 | 13 | 51 |
| Binary | 1100001 | 1011101 | 1110011 | 10000 | 10011 | 0 | 110111 | 11111011 | 1011 | 101001 |
Color Harmonies of #615D73
Complementary color
Monochromatic Colors of #615D73
Black with #615D73
Text Example
Text Example
White with #615D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D73; }
p { color: rgb(97,93,115); }
H1.HeaderClassName
{
color: #615D73;
}
.AnyTagClassName
{
color: #615D73;
}
</style>
background-color css
<style>
a { background-color: #615D73; }
a { background-color: rgb(97,93,115); }
div.DivClassName
{
background-color: #615D73;
}
.BgClassName
{
background-color: #615D73;
}
</style>
border-color css
<style>
span { border-color: #615D73; }
span { border-color: rgb(97,93,115); }
td.TdClassName
{
border-color: #615D73;
}
.TagClassName
{
border-color: #615D73;
}
</style>