Shades of Light Slate Grey #6F869F
Tints of Light Slate Grey #6F869F
RGB
CMYK
RGB Variations
Color information
#6F869F (or 0x6F869F) is known color: Light Slate Grey. HEX triplet: 6F, 86 and 9F. RGB value is (111,134,159). Sum of RGB (Red+Green+Blue) = 111+134+159=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F869F is #907960. Grayscale: #818181. Windows color (decimal): -9468257 or 10454639. OLE color: 10454639.
HSL color Cylindrical-coordinate representation of color #6F869F: hue angle of 211.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F869F is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 134 | 159 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.38 |
| HSL | 211.25º | 0.2% | 0.53% | - |
| HSV(B) | 211.25º | 0.3% | 0.62% | - |
| XYZ | 21.34 | 22.93 | 36.1 | - |
| YUV | 129.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 159 | 0.30 | 0.16 | 0 | 0.38 | 211.25 | 0.2 | 0.53 |
| Hex | 6F | 86 | 9F | 1E | 10 | 0 | 26 | D3 | 14 | 35 |
| Octal | 157 | 206 | 237 | 36 | 20 | 0 | 46 | 323 | 24 | 65 |
| Binary | 1101111 | 10000110 | 10011111 | 11110 | 10000 | 0 | 100110 | 11010011 | 10100 | 110101 |
Color Harmonies of #6F869F
Complementary color
Monochromatic Colors of #6F869F
Black with #6F869F
Text Example
Text Example
White with #6F869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F869F; }
p { color: rgb(111,134,159); }
H1.HeaderClassName
{
color: #6F869F;
}
.AnyTagClassName
{
color: #6F869F;
}
</style>
background-color css
<style>
a { background-color: #6F869F; }
a { background-color: rgb(111,134,159); }
div.DivClassName
{
background-color: #6F869F;
}
.BgClassName
{
background-color: #6F869F;
}
</style>
border-color css
<style>
span { border-color: #6F869F; }
span { border-color: rgb(111,134,159); }
td.TdClassName
{
border-color: #6F869F;
}
.TagClassName
{
border-color: #6F869F;
}
</style>