Shades of Slate Grey #6C7B90
Tints of Slate Grey #6C7B90
RGB
CMYK
RGB Variations
Color information
#6C7B90 (or 0x6C7B90) is known color: Slate Grey. HEX triplet: 6C, 7B and 90. RGB value is (108,123,144). Sum of RGB (Red+Green+Blue) = 108+123+144=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C7B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7B90 is #93846F. Grayscale: #787878. Windows color (decimal): -9667696 or 9468780. OLE color: 9468780.
HSL color Cylindrical-coordinate representation of color #6C7B90: hue angle of 215º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C7B90 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 123 | 144 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.44 |
| HSL | 215º | 0.14% | 0.49% | - |
| HSV(B) | 215º | 0.25% | 0.56% | - |
| XYZ | 18.3 | 19.37 | 29.16 | - |
| YUV | 120.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 123 | 144 | 0.25 | 0.15 | 0 | 0.44 | 215 | 0.14 | 0.49 |
| Hex | 6C | 7B | 90 | 19 | F | 0 | 2C | D7 | E | 31 |
| Octal | 154 | 173 | 220 | 31 | 17 | 0 | 54 | 327 | 16 | 61 |
| Binary | 1101100 | 1111011 | 10010000 | 11001 | 1111 | 0 | 101100 | 11010111 | 1110 | 110001 |
Color Harmonies of #6C7B90
Complementary color
Monochromatic Colors of #6C7B90
Black with #6C7B90
Text Example
Text Example
White with #6C7B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7B90; }
p { color: rgb(108,123,144); }
H1.HeaderClassName
{
color: #6C7B90;
}
.AnyTagClassName
{
color: #6C7B90;
}
</style>
background-color css
<style>
a { background-color: #6C7B90; }
a { background-color: rgb(108,123,144); }
div.DivClassName
{
background-color: #6C7B90;
}
.BgClassName
{
background-color: #6C7B90;
}
</style>
border-color css
<style>
span { border-color: #6C7B90; }
span { border-color: rgb(108,123,144); }
td.TdClassName
{
border-color: #6C7B90;
}
.TagClassName
{
border-color: #6C7B90;
}
</style>