Shades of Slate Grey #6F8592
Tints of Slate Grey #6F8592
RGB
CMYK
RGB Variations
Color information
#6F8592 (or 0x6F8592) is known color: Slate Grey. HEX triplet: 6F, 85 and 92. RGB value is (111,133,146). Sum of RGB (Red+Green+Blue) = 111+133+146=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F8592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8592 is #907A6D. Grayscale: #7F7F7F. Windows color (decimal): -9468526 or 9602415. OLE color: 9602415.
HSL color Cylindrical-coordinate representation of color #6F8592: hue angle of 202.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F8592 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 133 | 146 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.43 |
| HSL | 202.29º | 0.14% | 0.5% | - |
| HSV(B) | 202.29º | 0.24% | 0.57% | - |
| XYZ | 20.13 | 22.23 | 30.42 | - |
| YUV | 127.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 146 | 0.24 | 0.09 | 0 | 0.43 | 202.29 | 0.14 | 0.5 |
| Hex | 6F | 85 | 92 | 18 | 9 | 0 | 2B | CA | E | 32 |
| Octal | 157 | 205 | 222 | 30 | 11 | 0 | 53 | 312 | 16 | 62 |
| Binary | 1101111 | 10000101 | 10010010 | 11000 | 1001 | 0 | 101011 | 11001010 | 1110 | 110010 |
Color Harmonies of #6F8592
Complementary color
Monochromatic Colors of #6F8592
Black with #6F8592
Text Example
Text Example
White with #6F8592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8592; }
p { color: rgb(111,133,146); }
H1.HeaderClassName
{
color: #6F8592;
}
.AnyTagClassName
{
color: #6F8592;
}
</style>
background-color css
<style>
a { background-color: #6F8592; }
a { background-color: rgb(111,133,146); }
div.DivClassName
{
background-color: #6F8592;
}
.BgClassName
{
background-color: #6F8592;
}
</style>
border-color css
<style>
span { border-color: #6F8592; }
span { border-color: rgb(111,133,146); }
td.TdClassName
{
border-color: #6F8592;
}
.TagClassName
{
border-color: #6F8592;
}
</style>