Shades of Slate Grey #6B7894
Tints of Slate Grey #6B7894
RGB
CMYK
RGB Variations
Color information
#6B7894 (or 0x6B7894) is known color: Slate Grey. HEX triplet: 6B, 78 and 94. RGB value is (107,120,148). Sum of RGB (Red+Green+Blue) = 107+120+148=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B7894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7894 is #94876B. Grayscale: #777777. Windows color (decimal): -9733996 or 9730155. OLE color: 9730155.
HSL color Cylindrical-coordinate representation of color #6B7894: hue angle of 220.98º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B7894 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 120 | 148 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.42 |
| HSL | 220.98º | 0.16% | 0.5% | - |
| HSV(B) | 220.98º | 0.28% | 0.58% | - |
| XYZ | 18.13 | 18.7 | 30.67 | - |
| YUV | 119.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 148 | 0.28 | 0.19 | 0 | 0.42 | 220.98 | 0.16 | 0.5 |
| Hex | 6B | 78 | 94 | 1C | 13 | 0 | 2A | DD | 10 | 32 |
| Octal | 153 | 170 | 224 | 34 | 23 | 0 | 52 | 335 | 20 | 62 |
| Binary | 1101011 | 1111000 | 10010100 | 11100 | 10011 | 0 | 101010 | 11011101 | 10000 | 110010 |
Color Harmonies of #6B7894
Complementary color
Monochromatic Colors of #6B7894
Black with #6B7894
Text Example
Text Example
White with #6B7894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7894; }
p { color: rgb(107,120,148); }
H1.HeaderClassName
{
color: #6B7894;
}
.AnyTagClassName
{
color: #6B7894;
}
</style>
background-color css
<style>
a { background-color: #6B7894; }
a { background-color: rgb(107,120,148); }
div.DivClassName
{
background-color: #6B7894;
}
.BgClassName
{
background-color: #6B7894;
}
</style>
border-color css
<style>
span { border-color: #6B7894; }
span { border-color: rgb(107,120,148); }
td.TdClassName
{
border-color: #6B7894;
}
.TagClassName
{
border-color: #6B7894;
}
</style>