Shades of Slate Grey #6F8394
Tints of Slate Grey #6F8394
RGB
CMYK
RGB Variations
Color information
#6F8394 (or 0x6F8394) is known color: Slate Grey. HEX triplet: 6F, 83 and 94. RGB value is (111,131,148). Sum of RGB (Red+Green+Blue) = 111+131+148=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F8394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8394 is #907C6B. Grayscale: #7E7E7E. Windows color (decimal): -9469036 or 9732975. OLE color: 9732975.
HSL color Cylindrical-coordinate representation of color #6F8394: hue angle of 207.57º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F8394 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 131 | 148 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.42 |
| HSL | 207.57º | 0.15% | 0.51% | - |
| HSV(B) | 207.57º | 0.25% | 0.58% | - |
| XYZ | 20.02 | 21.75 | 31.16 | - |
| YUV | 126.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 131 | 148 | 0.25 | 0.11 | 0 | 0.42 | 207.57 | 0.15 | 0.51 |
| Hex | 6F | 83 | 94 | 19 | B | 0 | 2A | D0 | F | 33 |
| Octal | 157 | 203 | 224 | 31 | 13 | 0 | 52 | 320 | 17 | 63 |
| Binary | 1101111 | 10000011 | 10010100 | 11001 | 1011 | 0 | 101010 | 11010000 | 1111 | 110011 |
Color Harmonies of #6F8394
Complementary color
Monochromatic Colors of #6F8394
Black with #6F8394
Text Example
Text Example
White with #6F8394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8394; }
p { color: rgb(111,131,148); }
H1.HeaderClassName
{
color: #6F8394;
}
.AnyTagClassName
{
color: #6F8394;
}
</style>
background-color css
<style>
a { background-color: #6F8394; }
a { background-color: rgb(111,131,148); }
div.DivClassName
{
background-color: #6F8394;
}
.BgClassName
{
background-color: #6F8394;
}
</style>
border-color css
<style>
span { border-color: #6F8394; }
span { border-color: rgb(111,131,148); }
td.TdClassName
{
border-color: #6F8394;
}
.TagClassName
{
border-color: #6F8394;
}
</style>