Shades of Light Slate Grey #6F819D
Tints of Light Slate Grey #6F819D
RGB
CMYK
RGB Variations
Color information
#6F819D (or 0x6F819D) is known color: Light Slate Grey. HEX triplet: 6F, 81 and 9D. RGB value is (111,129,157). Sum of RGB (Red+Green+Blue) = 111+129+157=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F819D is #907E62. Grayscale: #7E7E7E. Windows color (decimal): -9469539 or 10322287. OLE color: 10322287.
HSL color Cylindrical-coordinate representation of color #6F819D: hue angle of 216.52º 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 #6F819D is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 129 | 157 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.38 |
| HSL | 216.52º | 0.19% | 0.53% | - |
| HSV(B) | 216.52º | 0.29% | 0.62% | - |
| XYZ | 20.49 | 21.51 | 34.97 | - |
| YUV | 126.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 157 | 0.29 | 0.18 | 0 | 0.38 | 216.52 | 0.19 | 0.53 |
| Hex | 6F | 81 | 9D | 1D | 12 | 0 | 26 | D9 | 13 | 35 |
| Octal | 157 | 201 | 235 | 35 | 22 | 0 | 46 | 331 | 23 | 65 |
| Binary | 1101111 | 10000001 | 10011101 | 11101 | 10010 | 0 | 100110 | 11011001 | 10011 | 110101 |
Color Harmonies of #6F819D
Complementary color
Monochromatic Colors of #6F819D
Black with #6F819D
Text Example
Text Example
White with #6F819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F819D; }
p { color: rgb(111,129,157); }
H1.HeaderClassName
{
color: #6F819D;
}
.AnyTagClassName
{
color: #6F819D;
}
</style>
background-color css
<style>
a { background-color: #6F819D; }
a { background-color: rgb(111,129,157); }
div.DivClassName
{
background-color: #6F819D;
}
.BgClassName
{
background-color: #6F819D;
}
</style>
border-color css
<style>
span { border-color: #6F819D; }
span { border-color: rgb(111,129,157); }
td.TdClassName
{
border-color: #6F819D;
}
.TagClassName
{
border-color: #6F819D;
}
</style>