Shades of Slate Grey #6F8391
Tints of Slate Grey #6F8391
RGB
CMYK
RGB Variations
Color information
#6F8391 (or 0x6F8391) is known color: Slate Grey. HEX triplet: 6F, 83 and 91. RGB value is (111,131,145). Sum of RGB (Red+Green+Blue) = 111+131+145=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F8391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8391 is #907C6E. Grayscale: #7E7E7E. Windows color (decimal): -9469039 or 9536367. OLE color: 9536367.
HSL color Cylindrical-coordinate representation of color #6F8391: hue angle of 204.71º 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 #6F8391 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 131 | 145 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.43 |
| HSL | 204.71º | 0.13% | 0.5% | - |
| HSV(B) | 204.71º | 0.23% | 0.57% | - |
| XYZ | 19.78 | 21.66 | 29.93 | - |
| YUV | 126.62 | 138.37 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 131 | 145 | 0.23 | 0.10 | 0 | 0.43 | 204.71 | 0.13 | 0.5 |
| Hex | 6F | 83 | 91 | 17 | A | 0 | 2B | CD | D | 32 |
| Octal | 157 | 203 | 221 | 27 | 12 | 0 | 53 | 315 | 15 | 62 |
| Binary | 1101111 | 10000011 | 10010001 | 10111 | 1010 | 0 | 101011 | 11001101 | 1101 | 110010 |
Color Harmonies of #6F8391
Complementary color
Monochromatic Colors of #6F8391
Black with #6F8391
Text Example
Text Example
White with #6F8391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8391; }
p { color: rgb(111,131,145); }
H1.HeaderClassName
{
color: #6F8391;
}
.AnyTagClassName
{
color: #6F8391;
}
</style>
background-color css
<style>
a { background-color: #6F8391; }
a { background-color: rgb(111,131,145); }
div.DivClassName
{
background-color: #6F8391;
}
.BgClassName
{
background-color: #6F8391;
}
</style>
border-color css
<style>
span { border-color: #6F8391; }
span { border-color: rgb(111,131,145); }
td.TdClassName
{
border-color: #6F8391;
}
.TagClassName
{
border-color: #6F8391;
}
</style>