Shades of Slate Grey #6D819B
Tints of Slate Grey #6D819B
RGB
CMYK
RGB Variations
Color information
#6D819B (or 0x6D819B) is known color: Slate Grey. HEX triplet: 6D, 81 and 9B. RGB value is (109,129,155). Sum of RGB (Red+Green+Blue) = 109+129+155=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 129 (50.78% from 255 or 32.82% 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 #6D819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D819B is #927E64. Grayscale: #7D7D7D. Windows color (decimal): -9600613 or 10191213. OLE color: 10191213.
HSL color Cylindrical-coordinate representation of color #6D819B: hue angle of 213.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 #6D819B is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 129 | 155 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.39 |
| HSL | 213.91º | 0.19% | 0.52% | - |
| HSV(B) | 213.91º | 0.3% | 0.61% | - |
| XYZ | 20.07 | 21.32 | 34.07 | - |
| YUV | 125.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 155 | 0.30 | 0.17 | 0 | 0.39 | 213.91 | 0.19 | 0.52 |
| Hex | 6D | 81 | 9B | 1E | 11 | 0 | 27 | D6 | 13 | 34 |
| Octal | 155 | 201 | 233 | 36 | 21 | 0 | 47 | 326 | 23 | 64 |
| Binary | 1101101 | 10000001 | 10011011 | 11110 | 10001 | 0 | 100111 | 11010110 | 10011 | 110100 |
Color Harmonies of #6D819B
Complementary color
Monochromatic Colors of #6D819B
Black with #6D819B
Text Example
Text Example
White with #6D819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D819B; }
p { color: rgb(109,129,155); }
H1.HeaderClassName
{
color: #6D819B;
}
.AnyTagClassName
{
color: #6D819B;
}
</style>
background-color css
<style>
a { background-color: #6D819B; }
a { background-color: rgb(109,129,155); }
div.DivClassName
{
background-color: #6D819B;
}
.BgClassName
{
background-color: #6D819B;
}
</style>
border-color css
<style>
span { border-color: #6D819B; }
span { border-color: rgb(109,129,155); }
td.TdClassName
{
border-color: #6D819B;
}
.TagClassName
{
border-color: #6D819B;
}
</style>