Shades of Slate Grey #6C7B8A
Tints of Slate Grey #6C7B8A
RGB
CMYK
RGB Variations
Color information
#6C7B8A (or 0x6C7B8A) is known color: Slate Grey. HEX triplet: 6C, 7B and 8A. RGB value is (108,123,138). Sum of RGB (Red+Green+Blue) = 108+123+138=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C7B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7B8A is #938475. Grayscale: #787878. Windows color (decimal): -9667702 or 9075564. OLE color: 9075564.
HSL color Cylindrical-coordinate representation of color #6C7B8A: hue angle of 210º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C7B8A is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 123 | 138 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.46 |
| HSL | 210º | 0.12% | 0.48% | - |
| HSV(B) | 210º | 0.22% | 0.54% | - |
| XYZ | 17.85 | 19.19 | 26.81 | - |
| YUV | 120.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 123 | 138 | 0.22 | 0.11 | 0 | 0.46 | 210 | 0.12 | 0.48 |
| Hex | 6C | 7B | 8A | 16 | B | 0 | 2E | D2 | C | 30 |
| Octal | 154 | 173 | 212 | 26 | 13 | 0 | 56 | 322 | 14 | 60 |
| Binary | 1101100 | 1111011 | 10001010 | 10110 | 1011 | 0 | 101110 | 11010010 | 1100 | 110000 |
Color Harmonies of #6C7B8A
Complementary color
Monochromatic Colors of #6C7B8A
Black with #6C7B8A
Text Example
Text Example
White with #6C7B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7B8A; }
p { color: rgb(108,123,138); }
H1.HeaderClassName
{
color: #6C7B8A;
}
.AnyTagClassName
{
color: #6C7B8A;
}
</style>
background-color css
<style>
a { background-color: #6C7B8A; }
a { background-color: rgb(108,123,138); }
div.DivClassName
{
background-color: #6C7B8A;
}
.BgClassName
{
background-color: #6C7B8A;
}
</style>
border-color css
<style>
span { border-color: #6C7B8A; }
span { border-color: rgb(108,123,138); }
td.TdClassName
{
border-color: #6C7B8A;
}
.TagClassName
{
border-color: #6C7B8A;
}
</style>