Shades of Slate Grey #6E7F9A
Tints of Slate Grey #6E7F9A
RGB
CMYK
RGB Variations
Color information
#6E7F9A (or 0x6E7F9A) is known color: Slate Grey. HEX triplet: 6E, 7F and 9A. RGB value is (110,127,154). Sum of RGB (Red+Green+Blue) = 110+127+154=391 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.13% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E7F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7F9A is #918065. Grayscale: #7C7C7C. Windows color (decimal): -9535590 or 10125166. OLE color: 10125166.
HSL color Cylindrical-coordinate representation of color #6E7F9A: hue angle of 216.82º 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 #6E7F9A is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 127 | 154 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.40 |
| HSL | 216.82º | 0.18% | 0.52% | - |
| HSV(B) | 216.82º | 0.29% | 0.6% | - |
| XYZ | 19.85 | 20.83 | 33.55 | - |
| YUV | 125 | 144.37 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 127 | 154 | 0.29 | 0.18 | 0 | 0.40 | 216.82 | 0.18 | 0.52 |
| Hex | 6E | 7F | 9A | 1D | 12 | 0 | 28 | D9 | 12 | 34 |
| Octal | 156 | 177 | 232 | 35 | 22 | 0 | 50 | 331 | 22 | 64 |
| Binary | 1101110 | 1111111 | 10011010 | 11101 | 10010 | 0 | 101000 | 11011001 | 10010 | 110100 |
Color Harmonies of #6E7F9A
Complementary color
Monochromatic Colors of #6E7F9A
Black with #6E7F9A
Text Example
Text Example
White with #6E7F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7F9A; }
p { color: rgb(110,127,154); }
H1.HeaderClassName
{
color: #6E7F9A;
}
.AnyTagClassName
{
color: #6E7F9A;
}
</style>
background-color css
<style>
a { background-color: #6E7F9A; }
a { background-color: rgb(110,127,154); }
div.DivClassName
{
background-color: #6E7F9A;
}
.BgClassName
{
background-color: #6E7F9A;
}
</style>
border-color css
<style>
span { border-color: #6E7F9A; }
span { border-color: rgb(110,127,154); }
td.TdClassName
{
border-color: #6E7F9A;
}
.TagClassName
{
border-color: #6E7F9A;
}
</style>