Shades of Slate Grey #6B7E96
Tints of Slate Grey #6B7E96
RGB
CMYK
RGB Variations
Color information
#6B7E96 (or 0x6B7E96) is known color: Slate Grey. HEX triplet: 6B, 7E and 96. RGB value is (107,126,150). Sum of RGB (Red+Green+Blue) = 107+126+150=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B7E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7E96 is #948169. Grayscale: #7A7A7A. Windows color (decimal): -9732458 or 9862763. OLE color: 9862763.
HSL color Cylindrical-coordinate representation of color #6B7E96: hue angle of 213.49º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B7E96 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 126 | 150 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.41 |
| HSL | 213.49º | 0.17% | 0.5% | - |
| HSV(B) | 213.49º | 0.29% | 0.59% | - |
| XYZ | 19.03 | 20.25 | 31.76 | - |
| YUV | 123.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 150 | 0.29 | 0.16 | 0 | 0.41 | 213.49 | 0.17 | 0.5 |
| Hex | 6B | 7E | 96 | 1D | 10 | 0 | 29 | D5 | 11 | 32 |
| Octal | 153 | 176 | 226 | 35 | 20 | 0 | 51 | 325 | 21 | 62 |
| Binary | 1101011 | 1111110 | 10010110 | 11101 | 10000 | 0 | 101001 | 11010101 | 10001 | 110010 |
Color Harmonies of #6B7E96
Complementary color
Monochromatic Colors of #6B7E96
Black with #6B7E96
Text Example
Text Example
White with #6B7E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7E96; }
p { color: rgb(107,126,150); }
H1.HeaderClassName
{
color: #6B7E96;
}
.AnyTagClassName
{
color: #6B7E96;
}
</style>
background-color css
<style>
a { background-color: #6B7E96; }
a { background-color: rgb(107,126,150); }
div.DivClassName
{
background-color: #6B7E96;
}
.BgClassName
{
background-color: #6B7E96;
}
</style>
border-color css
<style>
span { border-color: #6B7E96; }
span { border-color: rgb(107,126,150); }
td.TdClassName
{
border-color: #6B7E96;
}
.TagClassName
{
border-color: #6B7E96;
}
</style>