Shades of Slate Grey #6D8193
Tints of Slate Grey #6D8193
RGB
CMYK
RGB Variations
Color information
#6D8193 (or 0x6D8193) is known color: Slate Grey. HEX triplet: 6D, 81 and 93. RGB value is (109,129,147). Sum of RGB (Red+Green+Blue) = 109+129+147=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D8193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8193 is #927E6C. Grayscale: #7C7C7C. Windows color (decimal): -9600621 or 9666925. OLE color: 9666925.
HSL color Cylindrical-coordinate representation of color #6D8193: hue angle of 208.42º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D8193 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 129 | 147 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.42 |
| HSL | 208.42º | 0.15% | 0.5% | - |
| HSV(B) | 208.42º | 0.26% | 0.58% | - |
| XYZ | 19.42 | 21.06 | 30.64 | - |
| YUV | 125.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 147 | 0.26 | 0.12 | 0 | 0.42 | 208.42 | 0.15 | 0.5 |
| Hex | 6D | 81 | 93 | 1A | C | 0 | 2A | D0 | F | 32 |
| Octal | 155 | 201 | 223 | 32 | 14 | 0 | 52 | 320 | 17 | 62 |
| Binary | 1101101 | 10000001 | 10010011 | 11010 | 1100 | 0 | 101010 | 11010000 | 1111 | 110010 |
Color Harmonies of #6D8193
Complementary color
Monochromatic Colors of #6D8193
Black with #6D8193
Text Example
Text Example
White with #6D8193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8193; }
p { color: rgb(109,129,147); }
H1.HeaderClassName
{
color: #6D8193;
}
.AnyTagClassName
{
color: #6D8193;
}
</style>
background-color css
<style>
a { background-color: #6D8193; }
a { background-color: rgb(109,129,147); }
div.DivClassName
{
background-color: #6D8193;
}
.BgClassName
{
background-color: #6D8193;
}
</style>
border-color css
<style>
span { border-color: #6D8193; }
span { border-color: rgb(109,129,147); }
td.TdClassName
{
border-color: #6D8193;
}
.TagClassName
{
border-color: #6D8193;
}
</style>