Shades of Dark Slate #40615C
Tints of Dark Slate #40615C
RGB
CMYK
RGB Variations
Color information
#40615C (or 0x40615C) is known color: Dark Slate. HEX triplet: 40, 61 and 5C. RGB value is (64,97,92). Sum of RGB (Red+Green+Blue) = 64+97+92=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 97 - color contains mainly: green. Hex color #40615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40615C is #BF9EA3. Grayscale: #565656. Windows color (decimal): -12557988 or 6054208. OLE color: 6054208.
HSL color Cylindrical-coordinate representation of color #40615C: hue angle of 170.91º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #40615C is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 97 | 92 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.62 |
| HSL | 170.91º | 0.2% | 0.32% | - |
| HSV(B) | 170.91º | 0.34% | 0.38% | - |
| XYZ | 8.32 | 10.41 | 11.7 | - |
| YUV | 86.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 97 | 92 | 0.34 | 0 | 0.05 | 0.62 | 170.91 | 0.2 | 0.32 |
| Hex | 40 | 61 | 5C | 22 | 0 | 5 | 3E | AB | 14 | 20 |
| Octal | 100 | 141 | 134 | 42 | 0 | 5 | 76 | 253 | 24 | 40 |
| Binary | 1000000 | 1100001 | 1011100 | 100010 | 0 | 101 | 111110 | 10101011 | 10100 | 100000 |
Color Harmonies of #40615C
Complementary color
Monochromatic Colors of #40615C
Black with #40615C
Text Example
Text Example
White with #40615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40615C; }
p { color: rgb(64,97,92); }
H1.HeaderClassName
{
color: #40615C;
}
.AnyTagClassName
{
color: #40615C;
}
</style>
background-color css
<style>
a { background-color: #40615C; }
a { background-color: rgb(64,97,92); }
div.DivClassName
{
background-color: #40615C;
}
.BgClassName
{
background-color: #40615C;
}
</style>
border-color css
<style>
span { border-color: #40615C; }
span { border-color: rgb(64,97,92); }
td.TdClassName
{
border-color: #40615C;
}
.TagClassName
{
border-color: #40615C;
}
</style>