Shades of Slate Grey #6F8093
Tints of Slate Grey #6F8093
RGB
CMYK
RGB Variations
Color information
#6F8093 (or 0x6F8093) is known color: Slate Grey. HEX triplet: 6F, 80 and 93. RGB value is (111,128,147). Sum of RGB (Red+Green+Blue) = 111+128+147=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F8093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8093 is #907F6C. Grayscale: #7C7C7C. Windows color (decimal): -9469805 or 9666671. OLE color: 9666671.
HSL color Cylindrical-coordinate representation of color #6F8093: hue angle of 211.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F8093 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 128 | 147 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.42 |
| HSL | 211.67º | 0.14% | 0.51% | - |
| HSV(B) | 211.67º | 0.24% | 0.58% | - |
| XYZ | 19.54 | 20.92 | 30.61 | - |
| YUV | 125.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 147 | 0.24 | 0.13 | 0 | 0.42 | 211.67 | 0.14 | 0.51 |
| Hex | 6F | 80 | 93 | 18 | D | 0 | 2A | D4 | E | 33 |
| Octal | 157 | 200 | 223 | 30 | 15 | 0 | 52 | 324 | 16 | 63 |
| Binary | 1101111 | 10000000 | 10010011 | 11000 | 1101 | 0 | 101010 | 11010100 | 1110 | 110011 |
Color Harmonies of #6F8093
Complementary color
Monochromatic Colors of #6F8093
Black with #6F8093
Text Example
Text Example
White with #6F8093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8093; }
p { color: rgb(111,128,147); }
H1.HeaderClassName
{
color: #6F8093;
}
.AnyTagClassName
{
color: #6F8093;
}
</style>
background-color css
<style>
a { background-color: #6F8093; }
a { background-color: rgb(111,128,147); }
div.DivClassName
{
background-color: #6F8093;
}
.BgClassName
{
background-color: #6F8093;
}
</style>
border-color css
<style>
span { border-color: #6F8093; }
span { border-color: rgb(111,128,147); }
td.TdClassName
{
border-color: #6F8093;
}
.TagClassName
{
border-color: #6F8093;
}
</style>