Shades of Slate Grey #6C829B
Tints of Slate Grey #6C829B
RGB
CMYK
RGB Variations
Color information
#6C829B (or 0x6C829B) is known color: Slate Grey. HEX triplet: 6C, 82 and 9B. RGB value is (108,130,155). Sum of RGB (Red+Green+Blue) = 108+130+155=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C829B is #937D64. Grayscale: #7E7E7E. Windows color (decimal): -9665893 or 10191468. OLE color: 10191468.
HSL color Cylindrical-coordinate representation of color #6C829B: hue angle of 211.91º 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 #6C829B is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 130 | 155 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.39 |
| HSL | 211.91º | 0.19% | 0.52% | - |
| HSV(B) | 211.91º | 0.3% | 0.61% | - |
| XYZ | 20.08 | 21.52 | 34.11 | - |
| YUV | 126.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 130 | 155 | 0.30 | 0.16 | 0 | 0.39 | 211.91 | 0.19 | 0.52 |
| Hex | 6C | 82 | 9B | 1E | 10 | 0 | 27 | D4 | 13 | 34 |
| Octal | 154 | 202 | 233 | 36 | 20 | 0 | 47 | 324 | 23 | 64 |
| Binary | 1101100 | 10000010 | 10011011 | 11110 | 10000 | 0 | 100111 | 11010100 | 10011 | 110100 |
Color Harmonies of #6C829B
Complementary color
Monochromatic Colors of #6C829B
Black with #6C829B
Text Example
Text Example
White with #6C829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C829B; }
p { color: rgb(108,130,155); }
H1.HeaderClassName
{
color: #6C829B;
}
.AnyTagClassName
{
color: #6C829B;
}
</style>
background-color css
<style>
a { background-color: #6C829B; }
a { background-color: rgb(108,130,155); }
div.DivClassName
{
background-color: #6C829B;
}
.BgClassName
{
background-color: #6C829B;
}
</style>
border-color css
<style>
span { border-color: #6C829B; }
span { border-color: rgb(108,130,155); }
td.TdClassName
{
border-color: #6C829B;
}
.TagClassName
{
border-color: #6C829B;
}
</style>