Shades of Slate Grey #6E7B8B
Tints of Slate Grey #6E7B8B
RGB
CMYK
RGB Variations
Color information
#6E7B8B (or 0x6E7B8B) is known color: Slate Grey. HEX triplet: 6E, 7B and 8B. RGB value is (110,123,139). Sum of RGB (Red+Green+Blue) = 110+123+139=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E7B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7B8B is #918474. Grayscale: #787878. Windows color (decimal): -9536629 or 9141102. OLE color: 9141102.
HSL color Cylindrical-coordinate representation of color #6E7B8B: hue angle of 213.1º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E7B8B is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 123 | 139 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.45 |
| HSL | 213.1º | 0.12% | 0.49% | - |
| HSV(B) | 213.1º | 0.21% | 0.55% | - |
| XYZ | 18.17 | 19.35 | 27.2 | - |
| YUV | 120.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 123 | 139 | 0.21 | 0.12 | 0 | 0.45 | 213.1 | 0.12 | 0.49 |
| Hex | 6E | 7B | 8B | 15 | C | 0 | 2D | D5 | C | 31 |
| Octal | 156 | 173 | 213 | 25 | 14 | 0 | 55 | 325 | 14 | 61 |
| Binary | 1101110 | 1111011 | 10001011 | 10101 | 1100 | 0 | 101101 | 11010101 | 1100 | 110001 |
Color Harmonies of #6E7B8B
Complementary color
Monochromatic Colors of #6E7B8B
Black with #6E7B8B
Text Example
Text Example
White with #6E7B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7B8B; }
p { color: rgb(110,123,139); }
H1.HeaderClassName
{
color: #6E7B8B;
}
.AnyTagClassName
{
color: #6E7B8B;
}
</style>
background-color css
<style>
a { background-color: #6E7B8B; }
a { background-color: rgb(110,123,139); }
div.DivClassName
{
background-color: #6E7B8B;
}
.BgClassName
{
background-color: #6E7B8B;
}
</style>
border-color css
<style>
span { border-color: #6E7B8B; }
span { border-color: rgb(110,123,139); }
td.TdClassName
{
border-color: #6E7B8B;
}
.TagClassName
{
border-color: #6E7B8B;
}
</style>