Shades of Light Slate Grey #6F869B
Tints of Light Slate Grey #6F869B
RGB
CMYK
RGB Variations
Color information
#6F869B (or 0x6F869B) is known color: Light Slate Grey. HEX triplet: 6F, 86 and 9B. RGB value is (111,134,155). Sum of RGB (Red+Green+Blue) = 111+134+155=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F869B is #907964. Grayscale: #818181. Windows color (decimal): -9468261 or 10192495. OLE color: 10192495.
HSL color Cylindrical-coordinate representation of color #6F869B: hue angle of 208.64º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F869B is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 134 | 155 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.39 |
| HSL | 208.64º | 0.18% | 0.52% | - |
| HSV(B) | 208.64º | 0.28% | 0.61% | - |
| XYZ | 21 | 22.8 | 34.3 | - |
| YUV | 129.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 155 | 0.28 | 0.14 | 0 | 0.39 | 208.64 | 0.18 | 0.52 |
| Hex | 6F | 86 | 9B | 1C | E | 0 | 27 | D1 | 12 | 34 |
| Octal | 157 | 206 | 233 | 34 | 16 | 0 | 47 | 321 | 22 | 64 |
| Binary | 1101111 | 10000110 | 10011011 | 11100 | 1110 | 0 | 100111 | 11010001 | 10010 | 110100 |
Color Harmonies of #6F869B
Complementary color
Monochromatic Colors of #6F869B
Black with #6F869B
Text Example
Text Example
White with #6F869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F869B; }
p { color: rgb(111,134,155); }
H1.HeaderClassName
{
color: #6F869B;
}
.AnyTagClassName
{
color: #6F869B;
}
</style>
background-color css
<style>
a { background-color: #6F869B; }
a { background-color: rgb(111,134,155); }
div.DivClassName
{
background-color: #6F869B;
}
.BgClassName
{
background-color: #6F869B;
}
</style>
border-color css
<style>
span { border-color: #6F869B; }
span { border-color: rgb(111,134,155); }
td.TdClassName
{
border-color: #6F869B;
}
.TagClassName
{
border-color: #6F869B;
}
</style>