Shades of Slate Grey #6D7D8E
Tints of Slate Grey #6D7D8E
RGB
CMYK
RGB Variations
Color information
#6D7D8E (or 0x6D7D8E) is known color: Slate Grey. HEX triplet: 6D, 7D and 8E. RGB value is (109,125,142). Sum of RGB (Red+Green+Blue) = 109+125+142=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D7D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7D8E is #928271. Grayscale: #7A7A7A. Windows color (decimal): -9601650 or 9338221. OLE color: 9338221.
HSL color Cylindrical-coordinate representation of color #6D7D8E: hue angle of 210.91º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D7D8E is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 125 | 142 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.44 |
| HSL | 210.91º | 0.13% | 0.49% | - |
| HSV(B) | 210.91º | 0.23% | 0.56% | - |
| XYZ | 18.52 | 19.87 | 28.45 | - |
| YUV | 122.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 125 | 142 | 0.23 | 0.12 | 0 | 0.44 | 210.91 | 0.13 | 0.49 |
| Hex | 6D | 7D | 8E | 17 | C | 0 | 2C | D3 | D | 31 |
| Octal | 155 | 175 | 216 | 27 | 14 | 0 | 54 | 323 | 15 | 61 |
| Binary | 1101101 | 1111101 | 10001110 | 10111 | 1100 | 0 | 101100 | 11010011 | 1101 | 110001 |
Color Harmonies of #6D7D8E
Complementary color
Monochromatic Colors of #6D7D8E
Black with #6D7D8E
Text Example
Text Example
White with #6D7D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7D8E; }
p { color: rgb(109,125,142); }
H1.HeaderClassName
{
color: #6D7D8E;
}
.AnyTagClassName
{
color: #6D7D8E;
}
</style>
background-color css
<style>
a { background-color: #6D7D8E; }
a { background-color: rgb(109,125,142); }
div.DivClassName
{
background-color: #6D7D8E;
}
.BgClassName
{
background-color: #6D7D8E;
}
</style>
border-color css
<style>
span { border-color: #6D7D8E; }
span { border-color: rgb(109,125,142); }
td.TdClassName
{
border-color: #6D7D8E;
}
.TagClassName
{
border-color: #6D7D8E;
}
</style>