Shades of Slate Grey #6F7D91
Tints of Slate Grey #6F7D91
RGB
CMYK
RGB Variations
Color information
#6F7D91 (or 0x6F7D91) is known color: Slate Grey. HEX triplet: 6F, 7D and 91. RGB value is (111,125,145). Sum of RGB (Red+Green+Blue) = 111+125+145=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F7D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7D91 is #90826E. Grayscale: #7B7B7B. Windows color (decimal): -9470575 or 9534831. OLE color: 9534831.
HSL color Cylindrical-coordinate representation of color #6F7D91: hue angle of 215.29º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F7D91 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 125 | 145 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.43 |
| HSL | 215.29º | 0.13% | 0.5% | - |
| HSV(B) | 215.29º | 0.23% | 0.57% | - |
| XYZ | 19 | 20.09 | 29.66 | - |
| YUV | 123.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 145 | 0.23 | 0.14 | 0 | 0.43 | 215.29 | 0.13 | 0.5 |
| Hex | 6F | 7D | 91 | 17 | E | 0 | 2B | D7 | D | 32 |
| Octal | 157 | 175 | 221 | 27 | 16 | 0 | 53 | 327 | 15 | 62 |
| Binary | 1101111 | 1111101 | 10010001 | 10111 | 1110 | 0 | 101011 | 11010111 | 1101 | 110010 |
Color Harmonies of #6F7D91
Complementary color
Monochromatic Colors of #6F7D91
Black with #6F7D91
Text Example
Text Example
White with #6F7D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7D91; }
p { color: rgb(111,125,145); }
H1.HeaderClassName
{
color: #6F7D91;
}
.AnyTagClassName
{
color: #6F7D91;
}
</style>
background-color css
<style>
a { background-color: #6F7D91; }
a { background-color: rgb(111,125,145); }
div.DivClassName
{
background-color: #6F7D91;
}
.BgClassName
{
background-color: #6F7D91;
}
</style>
border-color css
<style>
span { border-color: #6F7D91; }
span { border-color: rgb(111,125,145); }
td.TdClassName
{
border-color: #6F7D91;
}
.TagClassName
{
border-color: #6F7D91;
}
</style>