Shades of Slate Grey #6D7E8D
Tints of Slate Grey #6D7E8D
RGB
CMYK
RGB Variations
Color information
#6D7E8D (or 0x6D7E8D) is known color: Slate Grey. HEX triplet: 6D, 7E and 8D. RGB value is (109,126,141). Sum of RGB (Red+Green+Blue) = 109+126+141=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D7E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7E8D is #928172. Grayscale: #7A7A7A. Windows color (decimal): -9601395 or 9272941. OLE color: 9272941.
HSL color Cylindrical-coordinate representation of color #6D7E8D: hue angle of 208.12º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D7E8D is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 126 | 141 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.45 |
| HSL | 208.13º | 0.13% | 0.49% | - |
| HSV(B) | 208.13º | 0.23% | 0.55% | - |
| XYZ | 18.58 | 20.1 | 28.1 | - |
| YUV | 122.63 | 138.37 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 126 | 141 | 0.23 | 0.11 | 0 | 0.45 | 208.13 | 0.13 | 0.49 |
| Hex | 6D | 7E | 8D | 17 | B | 0 | 2D | D0 | D | 31 |
| Octal | 155 | 176 | 215 | 27 | 13 | 0 | 55 | 320 | 15 | 61 |
| Binary | 1101101 | 1111110 | 10001101 | 10111 | 1011 | 0 | 101101 | 11010000 | 1101 | 110001 |
Color Harmonies of #6D7E8D
Complementary color
Monochromatic Colors of #6D7E8D
Black with #6D7E8D
Text Example
Text Example
White with #6D7E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7E8D; }
p { color: rgb(109,126,141); }
H1.HeaderClassName
{
color: #6D7E8D;
}
.AnyTagClassName
{
color: #6D7E8D;
}
</style>
background-color css
<style>
a { background-color: #6D7E8D; }
a { background-color: rgb(109,126,141); }
div.DivClassName
{
background-color: #6D7E8D;
}
.BgClassName
{
background-color: #6D7E8D;
}
</style>
border-color css
<style>
span { border-color: #6D7E8D; }
span { border-color: rgb(109,126,141); }
td.TdClassName
{
border-color: #6D7E8D;
}
.TagClassName
{
border-color: #6D7E8D;
}
</style>