Shades of Slate Grey #6D7E90
Tints of Slate Grey #6D7E90
RGB
CMYK
RGB Variations
Color information
#6D7E90 (or 0x6D7E90) is known color: Slate Grey. HEX triplet: 6D, 7E and 90. RGB value is (109,126,144). Sum of RGB (Red+Green+Blue) = 109+126+144=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D7E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7E90 is #92816F. Grayscale: #7A7A7A. Windows color (decimal): -9601392 or 9469549. OLE color: 9469549.
HSL color Cylindrical-coordinate representation of color #6D7E90: hue angle of 210.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D7E90 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 126 | 144 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.44 |
| HSL | 210.86º | 0.14% | 0.5% | - |
| HSV(B) | 210.86º | 0.24% | 0.56% | - |
| XYZ | 18.8 | 20.19 | 29.29 | - |
| YUV | 122.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 126 | 144 | 0.24 | 0.12 | 0 | 0.44 | 210.86 | 0.14 | 0.5 |
| Hex | 6D | 7E | 90 | 18 | C | 0 | 2C | D3 | E | 32 |
| Octal | 155 | 176 | 220 | 30 | 14 | 0 | 54 | 323 | 16 | 62 |
| Binary | 1101101 | 1111110 | 10010000 | 11000 | 1100 | 0 | 101100 | 11010011 | 1110 | 110010 |
Color Harmonies of #6D7E90
Complementary color
Monochromatic Colors of #6D7E90
Black with #6D7E90
Text Example
Text Example
White with #6D7E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7E90; }
p { color: rgb(109,126,144); }
H1.HeaderClassName
{
color: #6D7E90;
}
.AnyTagClassName
{
color: #6D7E90;
}
</style>
background-color css
<style>
a { background-color: #6D7E90; }
a { background-color: rgb(109,126,144); }
div.DivClassName
{
background-color: #6D7E90;
}
.BgClassName
{
background-color: #6D7E90;
}
</style>
border-color css
<style>
span { border-color: #6D7E90; }
span { border-color: rgb(109,126,144); }
td.TdClassName
{
border-color: #6D7E90;
}
.TagClassName
{
border-color: #6D7E90;
}
</style>