Shades of Slate Grey #6D7B89
Tints of Slate Grey #6D7B89
RGB
CMYK
RGB Variations
Color information
#6D7B89 (or 0x6D7B89) is known color: Slate Grey. HEX triplet: 6D, 7B and 89. RGB value is (109,123,137). Sum of RGB (Red+Green+Blue) = 109+123+137=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D7B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7B89 is #928476. Grayscale: #787878. Windows color (decimal): -9602167 or 9010029. OLE color: 9010029.
HSL color Cylindrical-coordinate representation of color #6D7B89: hue angle of 210º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D7B89 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 123 | 137 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.46 |
| HSL | 210º | 0.11% | 0.48% | - |
| HSV(B) | 210º | 0.2% | 0.54% | - |
| XYZ | 17.9 | 19.22 | 26.43 | - |
| YUV | 120.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 123 | 137 | 0.20 | 0.10 | 0 | 0.46 | 210 | 0.11 | 0.48 |
| Hex | 6D | 7B | 89 | 14 | A | 0 | 2E | D2 | B | 30 |
| Octal | 155 | 173 | 211 | 24 | 12 | 0 | 56 | 322 | 13 | 60 |
| Binary | 1101101 | 1111011 | 10001001 | 10100 | 1010 | 0 | 101110 | 11010010 | 1011 | 110000 |
Color Harmonies of #6D7B89
Complementary color
Monochromatic Colors of #6D7B89
Black with #6D7B89
Text Example
Text Example
White with #6D7B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7B89; }
p { color: rgb(109,123,137); }
H1.HeaderClassName
{
color: #6D7B89;
}
.AnyTagClassName
{
color: #6D7B89;
}
</style>
background-color css
<style>
a { background-color: #6D7B89; }
a { background-color: rgb(109,123,137); }
div.DivClassName
{
background-color: #6D7B89;
}
.BgClassName
{
background-color: #6D7B89;
}
</style>
border-color css
<style>
span { border-color: #6D7B89; }
span { border-color: rgb(109,123,137); }
td.TdClassName
{
border-color: #6D7B89;
}
.TagClassName
{
border-color: #6D7B89;
}
</style>