Shades of Light Slate Grey #6D82A1
Tints of Light Slate Grey #6D82A1
RGB
CMYK
RGB Variations
Color information
#6D82A1 (or 0x6D82A1) is known color: Light Slate Grey. HEX triplet: 6D, 82 and A1. RGB value is (109,130,161). Sum of RGB (Red+Green+Blue) = 109+130+161=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 161 - color contains mainly: blue. Hex color #6D82A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D82A1 is #927D5E. Grayscale: #7F7F7F. Windows color (decimal): -9600351 or 10584685. OLE color: 10584685.
HSL color Cylindrical-coordinate representation of color #6D82A1: hue angle of 215.77º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D82A1 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 130 | 161 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.37 |
| HSL | 215.77º | 0.22% | 0.53% | - |
| HSV(B) | 215.77º | 0.32% | 0.63% | - |
| XYZ | 20.72 | 21.79 | 36.83 | - |
| YUV | 127.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 161 | 0.32 | 0.19 | 0 | 0.37 | 215.77 | 0.22 | 0.53 |
| Hex | 6D | 82 | A1 | 20 | 13 | 0 | 25 | D8 | 16 | 35 |
| Octal | 155 | 202 | 241 | 40 | 23 | 0 | 45 | 330 | 26 | 65 |
| Binary | 1101101 | 10000010 | 10100001 | 100000 | 10011 | 0 | 100101 | 11011000 | 10110 | 110101 |
Color Harmonies of #6D82A1
Complementary color
Monochromatic Colors of #6D82A1
Black with #6D82A1
Text Example
Text Example
White with #6D82A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D82A1; }
p { color: rgb(109,130,161); }
H1.HeaderClassName
{
color: #6D82A1;
}
.AnyTagClassName
{
color: #6D82A1;
}
</style>
background-color css
<style>
a { background-color: #6D82A1; }
a { background-color: rgb(109,130,161); }
div.DivClassName
{
background-color: #6D82A1;
}
.BgClassName
{
background-color: #6D82A1;
}
</style>
border-color css
<style>
span { border-color: #6D82A1; }
span { border-color: rgb(109,130,161); }
td.TdClassName
{
border-color: #6D82A1;
}
.TagClassName
{
border-color: #6D82A1;
}
</style>