Shades of Slate Grey #6F8291
Tints of Slate Grey #6F8291
RGB
CMYK
RGB Variations
Color information
#6F8291 (or 0x6F8291) is known color: Slate Grey. HEX triplet: 6F, 82 and 91. RGB value is (111,130,145). Sum of RGB (Red+Green+Blue) = 111+130+145=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F8291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8291 is #907D6E. Grayscale: #7D7D7D. Windows color (decimal): -9469295 or 9536111. OLE color: 9536111.
HSL color Cylindrical-coordinate representation of color #6F8291: hue angle of 206.47º 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 #6F8291 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 130 | 145 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.43 |
| HSL | 206.47º | 0.13% | 0.5% | - |
| HSV(B) | 206.47º | 0.23% | 0.57% | - |
| XYZ | 19.65 | 21.39 | 29.88 | - |
| YUV | 126.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 130 | 145 | 0.23 | 0.10 | 0 | 0.43 | 206.47 | 0.13 | 0.5 |
| Hex | 6F | 82 | 91 | 17 | A | 0 | 2B | CE | D | 32 |
| Octal | 157 | 202 | 221 | 27 | 12 | 0 | 53 | 316 | 15 | 62 |
| Binary | 1101111 | 10000010 | 10010001 | 10111 | 1010 | 0 | 101011 | 11001110 | 1101 | 110010 |
Color Harmonies of #6F8291
Complementary color
Monochromatic Colors of #6F8291
Black with #6F8291
Text Example
Text Example
White with #6F8291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8291; }
p { color: rgb(111,130,145); }
H1.HeaderClassName
{
color: #6F8291;
}
.AnyTagClassName
{
color: #6F8291;
}
</style>
background-color css
<style>
a { background-color: #6F8291; }
a { background-color: rgb(111,130,145); }
div.DivClassName
{
background-color: #6F8291;
}
.BgClassName
{
background-color: #6F8291;
}
</style>
border-color css
<style>
span { border-color: #6F8291; }
span { border-color: rgb(111,130,145); }
td.TdClassName
{
border-color: #6F8291;
}
.TagClassName
{
border-color: #6F8291;
}
</style>