Shades of Slate Grey #6F808D
Tints of Slate Grey #6F808D
RGB
CMYK
RGB Variations
Color information
#6F808D (or 0x6F808D) is known color: Slate Grey. HEX triplet: 6F, 80 and 8D. RGB value is (111,128,141). Sum of RGB (Red+Green+Blue) = 111+128+141=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F808D is #907F72. Grayscale: #7C7C7C. Windows color (decimal): -9469811 or 9273455. OLE color: 9273455.
HSL color Cylindrical-coordinate representation of color #6F808D: hue angle of 206º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F808D is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 128 | 141 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.45 |
| HSL | 206º | 0.12% | 0.49% | - |
| HSV(B) | 206º | 0.21% | 0.55% | - |
| XYZ | 19.08 | 20.74 | 28.2 | - |
| YUV | 124.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 141 | 0.21 | 0.09 | 0 | 0.45 | 206 | 0.12 | 0.49 |
| Hex | 6F | 80 | 8D | 15 | 9 | 0 | 2D | CE | C | 31 |
| Octal | 157 | 200 | 215 | 25 | 11 | 0 | 55 | 316 | 14 | 61 |
| Binary | 1101111 | 10000000 | 10001101 | 10101 | 1001 | 0 | 101101 | 11001110 | 1100 | 110001 |
Color Harmonies of #6F808D
Complementary color
Monochromatic Colors of #6F808D
Black with #6F808D
Text Example
Text Example
White with #6F808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F808D; }
p { color: rgb(111,128,141); }
H1.HeaderClassName
{
color: #6F808D;
}
.AnyTagClassName
{
color: #6F808D;
}
</style>
background-color css
<style>
a { background-color: #6F808D; }
a { background-color: rgb(111,128,141); }
div.DivClassName
{
background-color: #6F808D;
}
.BgClassName
{
background-color: #6F808D;
}
</style>
border-color css
<style>
span { border-color: #6F808D; }
span { border-color: rgb(111,128,141); }
td.TdClassName
{
border-color: #6F808D;
}
.TagClassName
{
border-color: #6F808D;
}
</style>