Shades of Slate Grey #6E8394
Tints of Slate Grey #6E8394
RGB
CMYK
RGB Variations
Color information
#6E8394 (or 0x6E8394) is known color: Slate Grey. HEX triplet: 6E, 83 and 94. RGB value is (110,131,148). Sum of RGB (Red+Green+Blue) = 110+131+148=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E8394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8394 is #917C6B. Grayscale: #7E7E7E. Windows color (decimal): -9534572 or 9732974. OLE color: 9732974.
HSL color Cylindrical-coordinate representation of color #6E8394: hue angle of 206.84º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E8394 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 131 | 148 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.42 |
| HSL | 206.84º | 0.15% | 0.51% | - |
| HSV(B) | 206.84º | 0.26% | 0.58% | - |
| XYZ | 19.89 | 21.69 | 31.15 | - |
| YUV | 126.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 131 | 148 | 0.26 | 0.11 | 0 | 0.42 | 206.84 | 0.15 | 0.51 |
| Hex | 6E | 83 | 94 | 1A | B | 0 | 2A | CF | F | 33 |
| Octal | 156 | 203 | 224 | 32 | 13 | 0 | 52 | 317 | 17 | 63 |
| Binary | 1101110 | 10000011 | 10010100 | 11010 | 1011 | 0 | 101010 | 11001111 | 1111 | 110011 |
Color Harmonies of #6E8394
Complementary color
Monochromatic Colors of #6E8394
Black with #6E8394
Text Example
Text Example
White with #6E8394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8394; }
p { color: rgb(110,131,148); }
H1.HeaderClassName
{
color: #6E8394;
}
.AnyTagClassName
{
color: #6E8394;
}
</style>
background-color css
<style>
a { background-color: #6E8394; }
a { background-color: rgb(110,131,148); }
div.DivClassName
{
background-color: #6E8394;
}
.BgClassName
{
background-color: #6E8394;
}
</style>
border-color css
<style>
span { border-color: #6E8394; }
span { border-color: rgb(110,131,148); }
td.TdClassName
{
border-color: #6E8394;
}
.TagClassName
{
border-color: #6E8394;
}
</style>