Shades of Slate Grey #6C7A8B
Tints of Slate Grey #6C7A8B
RGB
CMYK
RGB Variations
Color information
#6C7A8B (or 0x6C7A8B) is known color: Slate Grey. HEX triplet: 6C, 7A and 8B. RGB value is (108,122,139). Sum of RGB (Red+Green+Blue) = 108+122+139=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C7A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7A8B is #938574. Grayscale: #777777. Windows color (decimal): -9667957 or 9140844. OLE color: 9140844.
HSL color Cylindrical-coordinate representation of color #6C7A8B: hue angle of 212.9º 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 #6C7A8B is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 122 | 139 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.45 |
| HSL | 212.9º | 0.13% | 0.48% | - |
| HSV(B) | 212.9º | 0.22% | 0.55% | - |
| XYZ | 17.8 | 18.97 | 27.15 | - |
| YUV | 119.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 122 | 139 | 0.22 | 0.12 | 0 | 0.45 | 212.9 | 0.13 | 0.48 |
| Hex | 6C | 7A | 8B | 16 | C | 0 | 2D | D5 | D | 30 |
| Octal | 154 | 172 | 213 | 26 | 14 | 0 | 55 | 325 | 15 | 60 |
| Binary | 1101100 | 1111010 | 10001011 | 10110 | 1100 | 0 | 101101 | 11010101 | 1101 | 110000 |
Color Harmonies of #6C7A8B
Complementary color
Monochromatic Colors of #6C7A8B
Black with #6C7A8B
Text Example
Text Example
White with #6C7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7A8B; }
p { color: rgb(108,122,139); }
H1.HeaderClassName
{
color: #6C7A8B;
}
.AnyTagClassName
{
color: #6C7A8B;
}
</style>
background-color css
<style>
a { background-color: #6C7A8B; }
a { background-color: rgb(108,122,139); }
div.DivClassName
{
background-color: #6C7A8B;
}
.BgClassName
{
background-color: #6C7A8B;
}
</style>
border-color css
<style>
span { border-color: #6C7A8B; }
span { border-color: rgb(108,122,139); }
td.TdClassName
{
border-color: #6C7A8B;
}
.TagClassName
{
border-color: #6C7A8B;
}
</style>