Shades of Slate Grey #6C7B94
Tints of Slate Grey #6C7B94
RGB
CMYK
RGB Variations
Color information
#6C7B94 (or 0x6C7B94) is known color: Slate Grey. HEX triplet: 6C, 7B and 94. RGB value is (108,123,148). Sum of RGB (Red+Green+Blue) = 108+123+148=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C7B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7B94 is #93846B. Grayscale: #797979. Windows color (decimal): -9667692 or 9730924. OLE color: 9730924.
HSL color Cylindrical-coordinate representation of color #6C7B94: hue angle of 217.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C7B94 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 123 | 148 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.42 |
| HSL | 217.5º | 0.16% | 0.5% | - |
| HSV(B) | 217.5º | 0.27% | 0.58% | - |
| XYZ | 18.61 | 19.49 | 30.8 | - |
| YUV | 121.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 123 | 148 | 0.27 | 0.17 | 0 | 0.42 | 217.5 | 0.16 | 0.5 |
| Hex | 6C | 7B | 94 | 1B | 11 | 0 | 2A | DA | 10 | 32 |
| Octal | 154 | 173 | 224 | 33 | 21 | 0 | 52 | 332 | 20 | 62 |
| Binary | 1101100 | 1111011 | 10010100 | 11011 | 10001 | 0 | 101010 | 11011010 | 10000 | 110010 |
Color Harmonies of #6C7B94
Complementary color
Monochromatic Colors of #6C7B94
Black with #6C7B94
Text Example
Text Example
White with #6C7B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7B94; }
p { color: rgb(108,123,148); }
H1.HeaderClassName
{
color: #6C7B94;
}
.AnyTagClassName
{
color: #6C7B94;
}
</style>
background-color css
<style>
a { background-color: #6C7B94; }
a { background-color: rgb(108,123,148); }
div.DivClassName
{
background-color: #6C7B94;
}
.BgClassName
{
background-color: #6C7B94;
}
</style>
border-color css
<style>
span { border-color: #6C7B94; }
span { border-color: rgb(108,123,148); }
td.TdClassName
{
border-color: #6C7B94;
}
.TagClassName
{
border-color: #6C7B94;
}
</style>