Shades of Slate Grey #6D798D
Tints of Slate Grey #6D798D
RGB
CMYK
RGB Variations
Color information
#6D798D (or 0x6D798D) is known color: Slate Grey. HEX triplet: 6D, 79 and 8D. RGB value is (109,121,141). Sum of RGB (Red+Green+Blue) = 109+121+141=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D798D is #928672. Grayscale: #777777. Windows color (decimal): -9602675 or 9271661. OLE color: 9271661.
HSL color Cylindrical-coordinate representation of color #6D798D: hue angle of 217.5º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D798D is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 121 | 141 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.45 |
| HSL | 217.5º | 0.13% | 0.49% | - |
| HSV(B) | 217.5º | 0.23% | 0.55% | - |
| XYZ | 17.95 | 18.85 | 27.89 | - |
| YUV | 119.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 121 | 141 | 0.23 | 0.14 | 0 | 0.45 | 217.5 | 0.13 | 0.49 |
| Hex | 6D | 79 | 8D | 17 | E | 0 | 2D | DA | D | 31 |
| Octal | 155 | 171 | 215 | 27 | 16 | 0 | 55 | 332 | 15 | 61 |
| Binary | 1101101 | 1111001 | 10001101 | 10111 | 1110 | 0 | 101101 | 11011010 | 1101 | 110001 |
Color Harmonies of #6D798D
Complementary color
Monochromatic Colors of #6D798D
Black with #6D798D
Text Example
Text Example
White with #6D798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D798D; }
p { color: rgb(109,121,141); }
H1.HeaderClassName
{
color: #6D798D;
}
.AnyTagClassName
{
color: #6D798D;
}
</style>
background-color css
<style>
a { background-color: #6D798D; }
a { background-color: rgb(109,121,141); }
div.DivClassName
{
background-color: #6D798D;
}
.BgClassName
{
background-color: #6D798D;
}
</style>
border-color css
<style>
span { border-color: #6D798D; }
span { border-color: rgb(109,121,141); }
td.TdClassName
{
border-color: #6D798D;
}
.TagClassName
{
border-color: #6D798D;
}
</style>