Shades of Light Slate Grey #6D829C
Tints of Light Slate Grey #6D829C
RGB
CMYK
RGB Variations
Color information
#6D829C (or 0x6D829C) is known color: Light Slate Grey. HEX triplet: 6D, 82 and 9C. RGB value is (109,130,156). Sum of RGB (Red+Green+Blue) = 109+130+156=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D829C is #927D63. Grayscale: #7E7E7E. Windows color (decimal): -9600356 or 10257005. OLE color: 10257005.
HSL color Cylindrical-coordinate representation of color #6D829C: hue angle of 213.19º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D829C is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 130 | 156 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.39 |
| HSL | 213.19º | 0.19% | 0.52% | - |
| HSV(B) | 213.19º | 0.3% | 0.61% | - |
| XYZ | 20.29 | 21.62 | 34.56 | - |
| YUV | 126.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 156 | 0.30 | 0.17 | 0 | 0.39 | 213.19 | 0.19 | 0.52 |
| Hex | 6D | 82 | 9C | 1E | 11 | 0 | 27 | D5 | 13 | 34 |
| Octal | 155 | 202 | 234 | 36 | 21 | 0 | 47 | 325 | 23 | 64 |
| Binary | 1101101 | 10000010 | 10011100 | 11110 | 10001 | 0 | 100111 | 11010101 | 10011 | 110100 |
Color Harmonies of #6D829C
Complementary color
Monochromatic Colors of #6D829C
Black with #6D829C
Text Example
Text Example
White with #6D829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D829C; }
p { color: rgb(109,130,156); }
H1.HeaderClassName
{
color: #6D829C;
}
.AnyTagClassName
{
color: #6D829C;
}
</style>
background-color css
<style>
a { background-color: #6D829C; }
a { background-color: rgb(109,130,156); }
div.DivClassName
{
background-color: #6D829C;
}
.BgClassName
{
background-color: #6D829C;
}
</style>
border-color css
<style>
span { border-color: #6D829C; }
span { border-color: rgb(109,130,156); }
td.TdClassName
{
border-color: #6D829C;
}
.TagClassName
{
border-color: #6D829C;
}
</style>