Shades of Slate Grey #6E7B91
Tints of Slate Grey #6E7B91
RGB
CMYK
RGB Variations
Color information
#6E7B91 (or 0x6E7B91) is known color: Slate Grey. HEX triplet: 6E, 7B and 91. RGB value is (110,123,145). Sum of RGB (Red+Green+Blue) = 110+123+145=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E7B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7B91 is #91846E. Grayscale: #797979. Windows color (decimal): -9536623 or 9534318. OLE color: 9534318.
HSL color Cylindrical-coordinate representation of color #6E7B91: hue angle of 217.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E7B91 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 123 | 145 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.43 |
| HSL | 217.71º | 0.14% | 0.5% | - |
| HSV(B) | 217.71º | 0.24% | 0.57% | - |
| XYZ | 18.62 | 19.53 | 29.58 | - |
| YUV | 121.62 | 141.19 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 123 | 145 | 0.24 | 0.15 | 0 | 0.43 | 217.71 | 0.14 | 0.5 |
| Hex | 6E | 7B | 91 | 18 | F | 0 | 2B | DA | E | 32 |
| Octal | 156 | 173 | 221 | 30 | 17 | 0 | 53 | 332 | 16 | 62 |
| Binary | 1101110 | 1111011 | 10010001 | 11000 | 1111 | 0 | 101011 | 11011010 | 1110 | 110010 |
Color Harmonies of #6E7B91
Complementary color
Monochromatic Colors of #6E7B91
Black with #6E7B91
Text Example
Text Example
White with #6E7B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7B91; }
p { color: rgb(110,123,145); }
H1.HeaderClassName
{
color: #6E7B91;
}
.AnyTagClassName
{
color: #6E7B91;
}
</style>
background-color css
<style>
a { background-color: #6E7B91; }
a { background-color: rgb(110,123,145); }
div.DivClassName
{
background-color: #6E7B91;
}
.BgClassName
{
background-color: #6E7B91;
}
</style>
border-color css
<style>
span { border-color: #6E7B91; }
span { border-color: rgb(110,123,145); }
td.TdClassName
{
border-color: #6E7B91;
}
.TagClassName
{
border-color: #6E7B91;
}
</style>