Shades of Slate Grey #6E7F96
Tints of Slate Grey #6E7F96
RGB
CMYK
RGB Variations
Color information
#6E7F96 (or 0x6E7F96) is known color: Slate Grey. HEX triplet: 6E, 7F and 96. RGB value is (110,127,150). Sum of RGB (Red+Green+Blue) = 110+127+150=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #6E7F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7F96 is #918069. Grayscale: #7C7C7C. Windows color (decimal): -9535594 or 9863022. OLE color: 9863022.
HSL color Cylindrical-coordinate representation of color #6E7F96: hue angle of 214.5º 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 #6E7F96 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 127 | 150 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.41 |
| HSL | 214.5º | 0.16% | 0.51% | - |
| HSV(B) | 214.5º | 0.27% | 0.59% | - |
| XYZ | 19.52 | 20.7 | 31.82 | - |
| YUV | 124.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 127 | 150 | 0.27 | 0.15 | 0 | 0.41 | 214.5 | 0.16 | 0.51 |
| Hex | 6E | 7F | 96 | 1B | F | 0 | 29 | D6 | 10 | 33 |
| Octal | 156 | 177 | 226 | 33 | 17 | 0 | 51 | 326 | 20 | 63 |
| Binary | 1101110 | 1111111 | 10010110 | 11011 | 1111 | 0 | 101001 | 11010110 | 10000 | 110011 |
Color Harmonies of #6E7F96
Complementary color
Monochromatic Colors of #6E7F96
Black with #6E7F96
Text Example
Text Example
White with #6E7F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7F96; }
p { color: rgb(110,127,150); }
H1.HeaderClassName
{
color: #6E7F96;
}
.AnyTagClassName
{
color: #6E7F96;
}
</style>
background-color css
<style>
a { background-color: #6E7F96; }
a { background-color: rgb(110,127,150); }
div.DivClassName
{
background-color: #6E7F96;
}
.BgClassName
{
background-color: #6E7F96;
}
</style>
border-color css
<style>
span { border-color: #6E7F96; }
span { border-color: rgb(110,127,150); }
td.TdClassName
{
border-color: #6E7F96;
}
.TagClassName
{
border-color: #6E7F96;
}
</style>