Shades of Slate Grey #6E7D9A
Tints of Slate Grey #6E7D9A
RGB
CMYK
RGB Variations
Color information
#6E7D9A (or 0x6E7D9A) is known color: Slate Grey. HEX triplet: 6E, 7D and 9A. RGB value is (110,125,154). Sum of RGB (Red+Green+Blue) = 110+125+154=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E7D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7D9A is #918265. Grayscale: #7B7B7B. Windows color (decimal): -9536102 or 10124654. OLE color: 10124654.
HSL color Cylindrical-coordinate representation of color #6E7D9A: hue angle of 219.55º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E7D9A is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 125 | 154 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.40 |
| HSL | 219.55º | 0.18% | 0.52% | - |
| HSV(B) | 219.55º | 0.29% | 0.6% | - |
| XYZ | 19.6 | 20.32 | 33.46 | - |
| YUV | 123.82 | 145.03 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 125 | 154 | 0.29 | 0.19 | 0 | 0.40 | 219.55 | 0.18 | 0.52 |
| Hex | 6E | 7D | 9A | 1D | 13 | 0 | 28 | DC | 12 | 34 |
| Octal | 156 | 175 | 232 | 35 | 23 | 0 | 50 | 334 | 22 | 64 |
| Binary | 1101110 | 1111101 | 10011010 | 11101 | 10011 | 0 | 101000 | 11011100 | 10010 | 110100 |
Color Harmonies of #6E7D9A
Complementary color
Monochromatic Colors of #6E7D9A
Black with #6E7D9A
Text Example
Text Example
White with #6E7D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7D9A; }
p { color: rgb(110,125,154); }
H1.HeaderClassName
{
color: #6E7D9A;
}
.AnyTagClassName
{
color: #6E7D9A;
}
</style>
background-color css
<style>
a { background-color: #6E7D9A; }
a { background-color: rgb(110,125,154); }
div.DivClassName
{
background-color: #6E7D9A;
}
.BgClassName
{
background-color: #6E7D9A;
}
</style>
border-color css
<style>
span { border-color: #6E7D9A; }
span { border-color: rgb(110,125,154); }
td.TdClassName
{
border-color: #6E7D9A;
}
.TagClassName
{
border-color: #6E7D9A;
}
</style>