Shades of Slate Grey #6D8594
Tints of Slate Grey #6D8594
RGB
CMYK
RGB Variations
Color information
#6D8594 (or 0x6D8594) is known color: Slate Grey. HEX triplet: 6D, 85 and 94. RGB value is (109,133,148). Sum of RGB (Red+Green+Blue) = 109+133+148=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D8594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8594 is #927A6B. Grayscale: #7F7F7F. Windows color (decimal): -9599596 or 9733485. OLE color: 9733485.
HSL color Cylindrical-coordinate representation of color #6D8594: hue angle of 203.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 #6D8594 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 133 | 148 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.42 |
| HSL | 203.08º | 0.15% | 0.5% | - |
| HSV(B) | 203.08º | 0.26% | 0.58% | - |
| XYZ | 20.04 | 22.16 | 31.24 | - |
| YUV | 127.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 133 | 148 | 0.26 | 0.10 | 0 | 0.42 | 203.08 | 0.15 | 0.5 |
| Hex | 6D | 85 | 94 | 1A | A | 0 | 2A | CB | F | 32 |
| Octal | 155 | 205 | 224 | 32 | 12 | 0 | 52 | 313 | 17 | 62 |
| Binary | 1101101 | 10000101 | 10010100 | 11010 | 1010 | 0 | 101010 | 11001011 | 1111 | 110010 |
Color Harmonies of #6D8594
Complementary color
Monochromatic Colors of #6D8594
Black with #6D8594
Text Example
Text Example
White with #6D8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8594; }
p { color: rgb(109,133,148); }
H1.HeaderClassName
{
color: #6D8594;
}
.AnyTagClassName
{
color: #6D8594;
}
</style>
background-color css
<style>
a { background-color: #6D8594; }
a { background-color: rgb(109,133,148); }
div.DivClassName
{
background-color: #6D8594;
}
.BgClassName
{
background-color: #6D8594;
}
</style>
border-color css
<style>
span { border-color: #6D8594; }
span { border-color: rgb(109,133,148); }
td.TdClassName
{
border-color: #6D8594;
}
.TagClassName
{
border-color: #6D8594;
}
</style>