Shades of Smoky #615F68
Tints of Smoky #615F68
RGB
CMYK
RGB Variations
Color information
#615F68 (or 0x615F68) is known color: Smoky. HEX triplet: 61, 5F and 68. RGB value is (97,95,104). Sum of RGB (Red+Green+Blue) = 97+95+104=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 104 - color contains mainly: blue. Hex color #615F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F68 is #9EA097. Grayscale: #606060. Windows color (decimal): -10395800 or 6840161. OLE color: 6840161.
HSL color Cylindrical-coordinate representation of color #615F68: hue angle of 253.33º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #615F68 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 95 | 104 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.59 |
| HSL | 253.33º | 0.05% | 0.39% | - |
| HSV(B) | 253.33º | 0.09% | 0.41% | - |
| XYZ | 11.52 | 11.73 | 14.75 | - |
| YUV | 96.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 95 | 104 | 0.07 | 0.09 | 0 | 0.59 | 253.33 | 0.05 | 0.39 |
| Hex | 61 | 5F | 68 | 7 | 9 | 0 | 3B | FD | 5 | 27 |
| Octal | 141 | 137 | 150 | 7 | 11 | 0 | 73 | 375 | 5 | 47 |
| Binary | 1100001 | 1011111 | 1101000 | 111 | 1001 | 0 | 111011 | 11111101 | 101 | 100111 |
Color Harmonies of #615F68
Complementary color
Monochromatic Colors of #615F68
Black with #615F68
Text Example
Text Example
White with #615F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615F68; }
p { color: rgb(97,95,104); }
H1.HeaderClassName
{
color: #615F68;
}
.AnyTagClassName
{
color: #615F68;
}
</style>
background-color css
<style>
a { background-color: #615F68; }
a { background-color: rgb(97,95,104); }
div.DivClassName
{
background-color: #615F68;
}
.BgClassName
{
background-color: #615F68;
}
</style>
border-color css
<style>
span { border-color: #615F68; }
span { border-color: rgb(97,95,104); }
td.TdClassName
{
border-color: #615F68;
}
.TagClassName
{
border-color: #615F68;
}
</style>