Shades of Slate Grey #6C788B
Tints of Slate Grey #6C788B
RGB
CMYK
RGB Variations
Color information
#6C788B (or 0x6C788B) is known color: Slate Grey. HEX triplet: 6C, 78 and 8B. RGB value is (108,120,139). Sum of RGB (Red+Green+Blue) = 108+120+139=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C788B is #938774. Grayscale: #767676. Windows color (decimal): -9668469 or 9140332. OLE color: 9140332.
HSL color Cylindrical-coordinate representation of color #6C788B: hue angle of 216.77º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C788B is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 120 | 139 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.45 |
| HSL | 216.77º | 0.13% | 0.48% | - |
| HSV(B) | 216.77º | 0.22% | 0.55% | - |
| XYZ | 17.56 | 18.49 | 27.07 | - |
| YUV | 118.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 120 | 139 | 0.22 | 0.14 | 0 | 0.45 | 216.77 | 0.13 | 0.48 |
| Hex | 6C | 78 | 8B | 16 | E | 0 | 2D | D9 | D | 30 |
| Octal | 154 | 170 | 213 | 26 | 16 | 0 | 55 | 331 | 15 | 60 |
| Binary | 1101100 | 1111000 | 10001011 | 10110 | 1110 | 0 | 101101 | 11011001 | 1101 | 110000 |
Color Harmonies of #6C788B
Complementary color
Monochromatic Colors of #6C788B
Black with #6C788B
Text Example
Text Example
White with #6C788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C788B; }
p { color: rgb(108,120,139); }
H1.HeaderClassName
{
color: #6C788B;
}
.AnyTagClassName
{
color: #6C788B;
}
</style>
background-color css
<style>
a { background-color: #6C788B; }
a { background-color: rgb(108,120,139); }
div.DivClassName
{
background-color: #6C788B;
}
.BgClassName
{
background-color: #6C788B;
}
</style>
border-color css
<style>
span { border-color: #6C788B; }
span { border-color: rgb(108,120,139); }
td.TdClassName
{
border-color: #6C788B;
}
.TagClassName
{
border-color: #6C788B;
}
</style>