Shades of Slate Grey #6F828F
Tints of Slate Grey #6F828F
RGB
CMYK
RGB Variations
Color information
#6F828F (or 0x6F828F) is known color: Slate Grey. HEX triplet: 6F, 82 and 8F. RGB value is (111,130,143). Sum of RGB (Red+Green+Blue) = 111+130+143=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 143 - color contains mainly: blue. Hex color #6F828F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F828F is #907D70. Grayscale: #7D7D7D. Windows color (decimal): -9469297 or 9405039. OLE color: 9405039.
HSL color Cylindrical-coordinate representation of color #6F828F: hue angle of 204.38º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F828F is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 130 | 143 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.44 |
| HSL | 204.38º | 0.13% | 0.5% | - |
| HSV(B) | 204.38º | 0.22% | 0.56% | - |
| XYZ | 19.5 | 21.33 | 29.08 | - |
| YUV | 125.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 130 | 143 | 0.22 | 0.09 | 0 | 0.44 | 204.38 | 0.13 | 0.5 |
| Hex | 6F | 82 | 8F | 16 | 9 | 0 | 2C | CC | D | 32 |
| Octal | 157 | 202 | 217 | 26 | 11 | 0 | 54 | 314 | 15 | 62 |
| Binary | 1101111 | 10000010 | 10001111 | 10110 | 1001 | 0 | 101100 | 11001100 | 1101 | 110010 |
Color Harmonies of #6F828F
Complementary color
Monochromatic Colors of #6F828F
Black with #6F828F
Text Example
Text Example
White with #6F828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F828F; }
p { color: rgb(111,130,143); }
H1.HeaderClassName
{
color: #6F828F;
}
.AnyTagClassName
{
color: #6F828F;
}
</style>
background-color css
<style>
a { background-color: #6F828F; }
a { background-color: rgb(111,130,143); }
div.DivClassName
{
background-color: #6F828F;
}
.BgClassName
{
background-color: #6F828F;
}
</style>
border-color css
<style>
span { border-color: #6F828F; }
span { border-color: rgb(111,130,143); }
td.TdClassName
{
border-color: #6F828F;
}
.TagClassName
{
border-color: #6F828F;
}
</style>