Shades of Slate Grey #6E7E9B
Tints of Slate Grey #6E7E9B
RGB
CMYK
RGB Variations
Color information
#6E7E9B (or 0x6E7E9B) is known color: Slate Grey. HEX triplet: 6E, 7E and 9B. RGB value is (110,126,155). Sum of RGB (Red+Green+Blue) = 110+126+155=391 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.13% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E7E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7E9B is #918164. Grayscale: #7C7C7C. Windows color (decimal): -9535845 or 10190446. OLE color: 10190446.
HSL color Cylindrical-coordinate representation of color #6E7E9B: hue angle of 218.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E7E9B is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 126 | 155 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.39 |
| HSL | 218.67º | 0.18% | 0.52% | - |
| HSV(B) | 218.67º | 0.29% | 0.61% | - |
| XYZ | 19.81 | 20.6 | 33.94 | - |
| YUV | 124.52 | 145.2 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 126 | 155 | 0.29 | 0.19 | 0 | 0.39 | 218.67 | 0.18 | 0.52 |
| Hex | 6E | 7E | 9B | 1D | 13 | 0 | 27 | DB | 12 | 34 |
| Octal | 156 | 176 | 233 | 35 | 23 | 0 | 47 | 333 | 22 | 64 |
| Binary | 1101110 | 1111110 | 10011011 | 11101 | 10011 | 0 | 100111 | 11011011 | 10010 | 110100 |
Color Harmonies of #6E7E9B
Complementary color
Monochromatic Colors of #6E7E9B
Black with #6E7E9B
Text Example
Text Example
White with #6E7E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7E9B; }
p { color: rgb(110,126,155); }
H1.HeaderClassName
{
color: #6E7E9B;
}
.AnyTagClassName
{
color: #6E7E9B;
}
</style>
background-color css
<style>
a { background-color: #6E7E9B; }
a { background-color: rgb(110,126,155); }
div.DivClassName
{
background-color: #6E7E9B;
}
.BgClassName
{
background-color: #6E7E9B;
}
</style>
border-color css
<style>
span { border-color: #6E7E9B; }
span { border-color: rgb(110,126,155); }
td.TdClassName
{
border-color: #6E7E9B;
}
.TagClassName
{
border-color: #6E7E9B;
}
</style>