Shades of Light Slate Grey #6F839D
Tints of Light Slate Grey #6F839D
RGB
CMYK
RGB Variations
Color information
#6F839D (or 0x6F839D) is known color: Light Slate Grey. HEX triplet: 6F, 83 and 9D. RGB value is (111,131,157). Sum of RGB (Red+Green+Blue) = 111+131+157=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F839D is #907C62. Grayscale: #7F7F7F. Windows color (decimal): -9469027 or 10322799. OLE color: 10322799.
HSL color Cylindrical-coordinate representation of color #6F839D: hue angle of 213.91º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F839D is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 131 | 157 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.38 |
| HSL | 213.91º | 0.19% | 0.53% | - |
| HSV(B) | 213.91º | 0.29% | 0.62% | - |
| XYZ | 20.76 | 22.05 | 35.06 | - |
| YUV | 127.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 131 | 157 | 0.29 | 0.17 | 0 | 0.38 | 213.91 | 0.19 | 0.53 |
| Hex | 6F | 83 | 9D | 1D | 11 | 0 | 26 | D6 | 13 | 35 |
| Octal | 157 | 203 | 235 | 35 | 21 | 0 | 46 | 326 | 23 | 65 |
| Binary | 1101111 | 10000011 | 10011101 | 11101 | 10001 | 0 | 100110 | 11010110 | 10011 | 110101 |
Color Harmonies of #6F839D
Complementary color
Monochromatic Colors of #6F839D
Black with #6F839D
Text Example
Text Example
White with #6F839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F839D; }
p { color: rgb(111,131,157); }
H1.HeaderClassName
{
color: #6F839D;
}
.AnyTagClassName
{
color: #6F839D;
}
</style>
background-color css
<style>
a { background-color: #6F839D; }
a { background-color: rgb(111,131,157); }
div.DivClassName
{
background-color: #6F839D;
}
.BgClassName
{
background-color: #6F839D;
}
</style>
border-color css
<style>
span { border-color: #6F839D; }
span { border-color: rgb(111,131,157); }
td.TdClassName
{
border-color: #6F839D;
}
.TagClassName
{
border-color: #6F839D;
}
</style>