Shades of Light Slate Grey #6F829F
Tints of Light Slate Grey #6F829F
RGB
CMYK
RGB Variations
Color information
#6F829F (or 0x6F829F) is known color: Light Slate Grey. HEX triplet: 6F, 82 and 9F. RGB value is (111,130,159). Sum of RGB (Red+Green+Blue) = 111+130+159=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F829F is #907D60. Grayscale: #7F7F7F. Windows color (decimal): -9469281 or 10453615. OLE color: 10453615.
HSL color Cylindrical-coordinate representation of color #6F829F: hue angle of 216.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 #6F829F is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 130 | 159 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.38 |
| HSL | 216.25º | 0.2% | 0.53% | - |
| HSV(B) | 216.25º | 0.3% | 0.62% | - |
| XYZ | 20.8 | 21.85 | 35.92 | - |
| YUV | 127.63 | 145.71 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 130 | 159 | 0.30 | 0.18 | 0 | 0.38 | 216.25 | 0.2 | 0.53 |
| Hex | 6F | 82 | 9F | 1E | 12 | 0 | 26 | D8 | 14 | 35 |
| Octal | 157 | 202 | 237 | 36 | 22 | 0 | 46 | 330 | 24 | 65 |
| Binary | 1101111 | 10000010 | 10011111 | 11110 | 10010 | 0 | 100110 | 11011000 | 10100 | 110101 |
Color Harmonies of #6F829F
Complementary color
Monochromatic Colors of #6F829F
Black with #6F829F
Text Example
Text Example
White with #6F829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F829F; }
p { color: rgb(111,130,159); }
H1.HeaderClassName
{
color: #6F829F;
}
.AnyTagClassName
{
color: #6F829F;
}
</style>
background-color css
<style>
a { background-color: #6F829F; }
a { background-color: rgb(111,130,159); }
div.DivClassName
{
background-color: #6F829F;
}
.BgClassName
{
background-color: #6F829F;
}
</style>
border-color css
<style>
span { border-color: #6F829F; }
span { border-color: rgb(111,130,159); }
td.TdClassName
{
border-color: #6F829F;
}
.TagClassName
{
border-color: #6F829F;
}
</style>