Shades of Slate Grey #6C7995
Tints of Slate Grey #6C7995
RGB
CMYK
RGB Variations
Color information
#6C7995 (or 0x6C7995) is known color: Slate Grey. HEX triplet: 6C, 79 and 95. RGB value is (108,121,149). Sum of RGB (Red+Green+Blue) = 108+121+149=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C7995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7995 is #93866A. Grayscale: #787878. Windows color (decimal): -9668203 or 9795948. OLE color: 9795948.
HSL color Cylindrical-coordinate representation of color #6C7995: hue angle of 220.98º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C7995 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 121 | 149 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.42 |
| HSL | 220.98º | 0.16% | 0.5% | - |
| HSV(B) | 220.98º | 0.28% | 0.58% | - |
| XYZ | 18.45 | 19.03 | 31.14 | - |
| YUV | 120.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 121 | 149 | 0.28 | 0.19 | 0 | 0.42 | 220.98 | 0.16 | 0.5 |
| Hex | 6C | 79 | 95 | 1C | 13 | 0 | 2A | DD | 10 | 32 |
| Octal | 154 | 171 | 225 | 34 | 23 | 0 | 52 | 335 | 20 | 62 |
| Binary | 1101100 | 1111001 | 10010101 | 11100 | 10011 | 0 | 101010 | 11011101 | 10000 | 110010 |
Color Harmonies of #6C7995
Complementary color
Monochromatic Colors of #6C7995
Black with #6C7995
Text Example
Text Example
White with #6C7995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7995; }
p { color: rgb(108,121,149); }
H1.HeaderClassName
{
color: #6C7995;
}
.AnyTagClassName
{
color: #6C7995;
}
</style>
background-color css
<style>
a { background-color: #6C7995; }
a { background-color: rgb(108,121,149); }
div.DivClassName
{
background-color: #6C7995;
}
.BgClassName
{
background-color: #6C7995;
}
</style>
border-color css
<style>
span { border-color: #6C7995; }
span { border-color: rgb(108,121,149); }
td.TdClassName
{
border-color: #6C7995;
}
.TagClassName
{
border-color: #6C7995;
}
</style>