Shades of Light Slate Grey #6F809D
Tints of Light Slate Grey #6F809D
RGB
CMYK
RGB Variations
Color information
#6F809D (or 0x6F809D) is known color: Light Slate Grey. HEX triplet: 6F, 80 and 9D. RGB value is (111,128,157). Sum of RGB (Red+Green+Blue) = 111+128+157=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F809D is #907F62. Grayscale: #7E7E7E. Windows color (decimal): -9469795 or 10322031. OLE color: 10322031.
HSL color Cylindrical-coordinate representation of color #6F809D: hue angle of 217.83º 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 #6F809D is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 128 | 157 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.38 |
| HSL | 217.83º | 0.19% | 0.53% | - |
| HSV(B) | 217.83º | 0.29% | 0.62% | - |
| XYZ | 20.36 | 21.25 | 34.93 | - |
| YUV | 126.22 | 145.37 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 157 | 0.29 | 0.18 | 0 | 0.38 | 217.83 | 0.19 | 0.53 |
| Hex | 6F | 80 | 9D | 1D | 12 | 0 | 26 | DA | 13 | 35 |
| Octal | 157 | 200 | 235 | 35 | 22 | 0 | 46 | 332 | 23 | 65 |
| Binary | 1101111 | 10000000 | 10011101 | 11101 | 10010 | 0 | 100110 | 11011010 | 10011 | 110101 |
Color Harmonies of #6F809D
Complementary color
Monochromatic Colors of #6F809D
Black with #6F809D
Text Example
Text Example
White with #6F809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F809D; }
p { color: rgb(111,128,157); }
H1.HeaderClassName
{
color: #6F809D;
}
.AnyTagClassName
{
color: #6F809D;
}
</style>
background-color css
<style>
a { background-color: #6F809D; }
a { background-color: rgb(111,128,157); }
div.DivClassName
{
background-color: #6F809D;
}
.BgClassName
{
background-color: #6F809D;
}
</style>
border-color css
<style>
span { border-color: #6F809D; }
span { border-color: rgb(111,128,157); }
td.TdClassName
{
border-color: #6F809D;
}
.TagClassName
{
border-color: #6F809D;
}
</style>