Shades of Slate Grey #6D7894
Tints of Slate Grey #6D7894
RGB
CMYK
RGB Variations
Color information
#6D7894 (or 0x6D7894) is known color: Slate Grey. HEX triplet: 6D, 78 and 94. RGB value is (109,120,148). Sum of RGB (Red+Green+Blue) = 109+120+148=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D7894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7894 is #92876B. Grayscale: #777777. Windows color (decimal): -9602924 or 9730157. OLE color: 9730157.
HSL color Cylindrical-coordinate representation of color #6D7894: hue angle of 223.08º 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 #6D7894 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 120 | 148 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.42 |
| HSL | 223.08º | 0.15% | 0.5% | - |
| HSV(B) | 223.08º | 0.26% | 0.58% | - |
| XYZ | 18.37 | 18.82 | 30.68 | - |
| YUV | 119.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 120 | 148 | 0.26 | 0.19 | 0 | 0.42 | 223.08 | 0.15 | 0.5 |
| Hex | 6D | 78 | 94 | 1A | 13 | 0 | 2A | DF | F | 32 |
| Octal | 155 | 170 | 224 | 32 | 23 | 0 | 52 | 337 | 17 | 62 |
| Binary | 1101101 | 1111000 | 10010100 | 11010 | 10011 | 0 | 101010 | 11011111 | 1111 | 110010 |
Color Harmonies of #6D7894
Complementary color
Monochromatic Colors of #6D7894
Black with #6D7894
Text Example
Text Example
White with #6D7894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7894; }
p { color: rgb(109,120,148); }
H1.HeaderClassName
{
color: #6D7894;
}
.AnyTagClassName
{
color: #6D7894;
}
</style>
background-color css
<style>
a { background-color: #6D7894; }
a { background-color: rgb(109,120,148); }
div.DivClassName
{
background-color: #6D7894;
}
.BgClassName
{
background-color: #6D7894;
}
</style>
border-color css
<style>
span { border-color: #6D7894; }
span { border-color: rgb(109,120,148); }
td.TdClassName
{
border-color: #6D7894;
}
.TagClassName
{
border-color: #6D7894;
}
</style>