Shades of Slate Grey #6C7B89
Tints of Slate Grey #6C7B89
RGB
CMYK
RGB Variations
Color information
#6C7B89 (or 0x6C7B89) is known color: Slate Grey. HEX triplet: 6C, 7B and 89. RGB value is (108,123,137). Sum of RGB (Red+Green+Blue) = 108+123+137=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C7B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7B89 is #938476. Grayscale: #787878. Windows color (decimal): -9667703 or 9010028. OLE color: 9010028.
HSL color Cylindrical-coordinate representation of color #6C7B89: hue angle of 208.97º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C7B89 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 123 | 137 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.46 |
| HSL | 208.97º | 0.12% | 0.48% | - |
| HSV(B) | 208.97º | 0.21% | 0.54% | - |
| XYZ | 17.78 | 19.16 | 26.43 | - |
| YUV | 120.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 123 | 137 | 0.21 | 0.10 | 0 | 0.46 | 208.97 | 0.12 | 0.48 |
| Hex | 6C | 7B | 89 | 15 | A | 0 | 2E | D1 | C | 30 |
| Octal | 154 | 173 | 211 | 25 | 12 | 0 | 56 | 321 | 14 | 60 |
| Binary | 1101100 | 1111011 | 10001001 | 10101 | 1010 | 0 | 101110 | 11010001 | 1100 | 110000 |
Color Harmonies of #6C7B89
Complementary color
Monochromatic Colors of #6C7B89
Black with #6C7B89
Text Example
Text Example
White with #6C7B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7B89; }
p { color: rgb(108,123,137); }
H1.HeaderClassName
{
color: #6C7B89;
}
.AnyTagClassName
{
color: #6C7B89;
}
</style>
background-color css
<style>
a { background-color: #6C7B89; }
a { background-color: rgb(108,123,137); }
div.DivClassName
{
background-color: #6C7B89;
}
.BgClassName
{
background-color: #6C7B89;
}
</style>
border-color css
<style>
span { border-color: #6C7B89; }
span { border-color: rgb(108,123,137); }
td.TdClassName
{
border-color: #6C7B89;
}
.TagClassName
{
border-color: #6C7B89;
}
</style>