Shades of Light Slate Grey #6F869D
Tints of Light Slate Grey #6F869D
RGB
CMYK
RGB Variations
Color information
#6F869D (or 0x6F869D) is known color: Light Slate Grey. HEX triplet: 6F, 86 and 9D. RGB value is (111,134,157). Sum of RGB (Red+Green+Blue) = 111+134+157=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F869D is #907962. Grayscale: #818181. Windows color (decimal): -9468259 or 10323567. OLE color: 10323567.
HSL color Cylindrical-coordinate representation of color #6F869D: hue angle of 210º 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 #6F869D is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 134 | 157 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.38 |
| HSL | 210º | 0.19% | 0.53% | - |
| HSV(B) | 210º | 0.29% | 0.62% | - |
| XYZ | 21.17 | 22.86 | 35.2 | - |
| YUV | 129.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 157 | 0.29 | 0.15 | 0 | 0.38 | 210 | 0.19 | 0.53 |
| Hex | 6F | 86 | 9D | 1D | F | 0 | 26 | D2 | 13 | 35 |
| Octal | 157 | 206 | 235 | 35 | 17 | 0 | 46 | 322 | 23 | 65 |
| Binary | 1101111 | 10000110 | 10011101 | 11101 | 1111 | 0 | 100110 | 11010010 | 10011 | 110101 |
Color Harmonies of #6F869D
Complementary color
Monochromatic Colors of #6F869D
Black with #6F869D
Text Example
Text Example
White with #6F869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F869D; }
p { color: rgb(111,134,157); }
H1.HeaderClassName
{
color: #6F869D;
}
.AnyTagClassName
{
color: #6F869D;
}
</style>
background-color css
<style>
a { background-color: #6F869D; }
a { background-color: rgb(111,134,157); }
div.DivClassName
{
background-color: #6F869D;
}
.BgClassName
{
background-color: #6F869D;
}
</style>
border-color css
<style>
span { border-color: #6F869D; }
span { border-color: rgb(111,134,157); }
td.TdClassName
{
border-color: #6F869D;
}
.TagClassName
{
border-color: #6F869D;
}
</style>