Shades of Slate Grey #6E7B9A
Tints of Slate Grey #6E7B9A
RGB
CMYK
RGB Variations
Color information
#6E7B9A (or 0x6E7B9A) is known color: Slate Grey. HEX triplet: 6E, 7B and 9A. RGB value is (110,123,154). Sum of RGB (Red+Green+Blue) = 110+123+154=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E7B9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7B9A is #918465. Grayscale: #7A7A7A. Windows color (decimal): -9536614 or 10124142. OLE color: 10124142.
HSL color Cylindrical-coordinate representation of color #6E7B9A: hue angle of 222.27º 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 #6E7B9A is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 123 | 154 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.40 |
| HSL | 222.27º | 0.18% | 0.52% | - |
| HSV(B) | 222.27º | 0.29% | 0.6% | - |
| XYZ | 19.35 | 19.81 | 33.38 | - |
| YUV | 122.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 123 | 154 | 0.29 | 0.20 | 0 | 0.40 | 222.27 | 0.18 | 0.52 |
| Hex | 6E | 7B | 9A | 1D | 14 | 0 | 28 | DE | 12 | 34 |
| Octal | 156 | 173 | 232 | 35 | 24 | 0 | 50 | 336 | 22 | 64 |
| Binary | 1101110 | 1111011 | 10011010 | 11101 | 10100 | 0 | 101000 | 11011110 | 10010 | 110100 |
Color Harmonies of #6E7B9A
Complementary color
Monochromatic Colors of #6E7B9A
Black with #6E7B9A
Text Example
Text Example
White with #6E7B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7B9A; }
p { color: rgb(110,123,154); }
H1.HeaderClassName
{
color: #6E7B9A;
}
.AnyTagClassName
{
color: #6E7B9A;
}
</style>
background-color css
<style>
a { background-color: #6E7B9A; }
a { background-color: rgb(110,123,154); }
div.DivClassName
{
background-color: #6E7B9A;
}
.BgClassName
{
background-color: #6E7B9A;
}
</style>
border-color css
<style>
span { border-color: #6E7B9A; }
span { border-color: rgb(110,123,154); }
td.TdClassName
{
border-color: #6E7B9A;
}
.TagClassName
{
border-color: #6E7B9A;
}
</style>