Shades of Slate Grey #6E7F9D
Tints of Slate Grey #6E7F9D
RGB
CMYK
RGB Variations
Color information
#6E7F9D (or 0x6E7F9D) is known color: Slate Grey. HEX triplet: 6E, 7F and 9D. RGB value is (110,127,157). Sum of RGB (Red+Green+Blue) = 110+127+157=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E7F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7F9D is #918062. Grayscale: #7D7D7D. Windows color (decimal): -9535587 or 10321774. OLE color: 10321774.
HSL color Cylindrical-coordinate representation of color #6E7F9D: hue angle of 218.3º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E7F9D is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 127 | 157 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.38 |
| HSL | 218.3º | 0.19% | 0.52% | - |
| HSV(B) | 218.3º | 0.3% | 0.62% | - |
| XYZ | 20.11 | 20.93 | 34.88 | - |
| YUV | 125.34 | 145.87 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 127 | 157 | 0.30 | 0.19 | 0 | 0.38 | 218.3 | 0.19 | 0.52 |
| Hex | 6E | 7F | 9D | 1E | 13 | 0 | 26 | DA | 13 | 34 |
| Octal | 156 | 177 | 235 | 36 | 23 | 0 | 46 | 332 | 23 | 64 |
| Binary | 1101110 | 1111111 | 10011101 | 11110 | 10011 | 0 | 100110 | 11011010 | 10011 | 110100 |
Color Harmonies of #6E7F9D
Complementary color
Monochromatic Colors of #6E7F9D
Black with #6E7F9D
Text Example
Text Example
White with #6E7F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7F9D; }
p { color: rgb(110,127,157); }
H1.HeaderClassName
{
color: #6E7F9D;
}
.AnyTagClassName
{
color: #6E7F9D;
}
</style>
background-color css
<style>
a { background-color: #6E7F9D; }
a { background-color: rgb(110,127,157); }
div.DivClassName
{
background-color: #6E7F9D;
}
.BgClassName
{
background-color: #6E7F9D;
}
</style>
border-color css
<style>
span { border-color: #6E7F9D; }
span { border-color: rgb(110,127,157); }
td.TdClassName
{
border-color: #6E7F9D;
}
.TagClassName
{
border-color: #6E7F9D;
}
</style>