Shades of Slate Grey #6F8693
Tints of Slate Grey #6F8693
RGB
CMYK
RGB Variations
Color information
#6F8693 (or 0x6F8693) is known color: Slate Grey. HEX triplet: 6F, 86 and 93. RGB value is (111,134,147). Sum of RGB (Red+Green+Blue) = 111+134+147=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F8693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8693 is #90796C. Grayscale: #808080. Windows color (decimal): -9468269 or 9668207. OLE color: 9668207.
HSL color Cylindrical-coordinate representation of color #6F8693: hue angle of 201.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 #6F8693 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 134 | 147 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.42 |
| HSL | 201.67º | 0.14% | 0.51% | - |
| HSV(B) | 201.67º | 0.24% | 0.58% | - |
| XYZ | 20.35 | 22.54 | 30.88 | - |
| YUV | 128.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 147 | 0.24 | 0.09 | 0 | 0.42 | 201.67 | 0.14 | 0.51 |
| Hex | 6F | 86 | 93 | 18 | 9 | 0 | 2A | CA | E | 33 |
| Octal | 157 | 206 | 223 | 30 | 11 | 0 | 52 | 312 | 16 | 63 |
| Binary | 1101111 | 10000110 | 10010011 | 11000 | 1001 | 0 | 101010 | 11001010 | 1110 | 110011 |
Color Harmonies of #6F8693
Complementary color
Monochromatic Colors of #6F8693
Black with #6F8693
Text Example
Text Example
White with #6F8693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8693; }
p { color: rgb(111,134,147); }
H1.HeaderClassName
{
color: #6F8693;
}
.AnyTagClassName
{
color: #6F8693;
}
</style>
background-color css
<style>
a { background-color: #6F8693; }
a { background-color: rgb(111,134,147); }
div.DivClassName
{
background-color: #6F8693;
}
.BgClassName
{
background-color: #6F8693;
}
</style>
border-color css
<style>
span { border-color: #6F8693; }
span { border-color: rgb(111,134,147); }
td.TdClassName
{
border-color: #6F8693;
}
.TagClassName
{
border-color: #6F8693;
}
</style>