Shades of Slate Grey #6E7C97
Tints of Slate Grey #6E7C97
RGB
CMYK
RGB Variations
Color information
#6E7C97 (or 0x6E7C97) is known color: Slate Grey. HEX triplet: 6E, 7C and 97. RGB value is (110,124,151). Sum of RGB (Red+Green+Blue) = 110+124+151=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E7C97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7C97 is #918368. Grayscale: #7A7A7A. Windows color (decimal): -9536361 or 9927790. OLE color: 9927790.
HSL color Cylindrical-coordinate representation of color #6E7C97: hue angle of 219.51º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E7C97 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 124 | 151 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.41 |
| HSL | 219.51º | 0.16% | 0.51% | - |
| HSV(B) | 219.51º | 0.27% | 0.59% | - |
| XYZ | 19.22 | 19.96 | 32.12 | - |
| YUV | 122.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 124 | 151 | 0.27 | 0.18 | 0 | 0.41 | 219.51 | 0.16 | 0.51 |
| Hex | 6E | 7C | 97 | 1B | 12 | 0 | 29 | DC | 10 | 33 |
| Octal | 156 | 174 | 227 | 33 | 22 | 0 | 51 | 334 | 20 | 63 |
| Binary | 1101110 | 1111100 | 10010111 | 11011 | 10010 | 0 | 101001 | 11011100 | 10000 | 110011 |
Color Harmonies of #6E7C97
Complementary color
Monochromatic Colors of #6E7C97
Black with #6E7C97
Text Example
Text Example
White with #6E7C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7C97; }
p { color: rgb(110,124,151); }
H1.HeaderClassName
{
color: #6E7C97;
}
.AnyTagClassName
{
color: #6E7C97;
}
</style>
background-color css
<style>
a { background-color: #6E7C97; }
a { background-color: rgb(110,124,151); }
div.DivClassName
{
background-color: #6E7C97;
}
.BgClassName
{
background-color: #6E7C97;
}
</style>
border-color css
<style>
span { border-color: #6E7C97; }
span { border-color: rgb(110,124,151); }
td.TdClassName
{
border-color: #6E7C97;
}
.TagClassName
{
border-color: #6E7C97;
}
</style>