Shades of Light Slate Grey #6F829D
Tints of Light Slate Grey #6F829D
RGB
CMYK
RGB Variations
Color information
#6F829D (or 0x6F829D) is known color: Light Slate Grey. HEX triplet: 6F, 82 and 9D. RGB value is (111,130,157). Sum of RGB (Red+Green+Blue) = 111+130+157=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F829D is #907D62. Grayscale: #7F7F7F. Windows color (decimal): -9469283 or 10322543. OLE color: 10322543.
HSL color Cylindrical-coordinate representation of color #6F829D: hue angle of 215.22º 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 #6F829D is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 130 | 157 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.38 |
| HSL | 215.22º | 0.19% | 0.53% | - |
| HSV(B) | 215.22º | 0.29% | 0.62% | - |
| XYZ | 20.62 | 21.78 | 35.02 | - |
| YUV | 127.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 130 | 157 | 0.29 | 0.17 | 0 | 0.38 | 215.22 | 0.19 | 0.53 |
| Hex | 6F | 82 | 9D | 1D | 11 | 0 | 26 | D7 | 13 | 35 |
| Octal | 157 | 202 | 235 | 35 | 21 | 0 | 46 | 327 | 23 | 65 |
| Binary | 1101111 | 10000010 | 10011101 | 11101 | 10001 | 0 | 100110 | 11010111 | 10011 | 110101 |
Color Harmonies of #6F829D
Complementary color
Monochromatic Colors of #6F829D
Black with #6F829D
Text Example
Text Example
White with #6F829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F829D; }
p { color: rgb(111,130,157); }
H1.HeaderClassName
{
color: #6F829D;
}
.AnyTagClassName
{
color: #6F829D;
}
</style>
background-color css
<style>
a { background-color: #6F829D; }
a { background-color: rgb(111,130,157); }
div.DivClassName
{
background-color: #6F829D;
}
.BgClassName
{
background-color: #6F829D;
}
</style>
border-color css
<style>
span { border-color: #6F829D; }
span { border-color: rgb(111,130,157); }
td.TdClassName
{
border-color: #6F829D;
}
.TagClassName
{
border-color: #6F829D;
}
</style>