Shades of Slate Grey #6B7D96
Tints of Slate Grey #6B7D96
RGB
CMYK
RGB Variations
Color information
#6B7D96 (or 0x6B7D96) is known color: Slate Grey. HEX triplet: 6B, 7D and 96. RGB value is (107,125,150). Sum of RGB (Red+Green+Blue) = 107+125+150=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B7D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7D96 is #948269. Grayscale: #7A7A7A. Windows color (decimal): -9732714 or 9862507. OLE color: 9862507.
HSL color Cylindrical-coordinate representation of color #6B7D96: hue angle of 214.88º 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 #6B7D96 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 125 | 150 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.41 |
| HSL | 214.88º | 0.17% | 0.5% | - |
| HSV(B) | 214.88º | 0.29% | 0.59% | - |
| XYZ | 18.9 | 20 | 31.72 | - |
| YUV | 122.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 125 | 150 | 0.29 | 0.17 | 0 | 0.41 | 214.88 | 0.17 | 0.5 |
| Hex | 6B | 7D | 96 | 1D | 11 | 0 | 29 | D7 | 11 | 32 |
| Octal | 153 | 175 | 226 | 35 | 21 | 0 | 51 | 327 | 21 | 62 |
| Binary | 1101011 | 1111101 | 10010110 | 11101 | 10001 | 0 | 101001 | 11010111 | 10001 | 110010 |
Color Harmonies of #6B7D96
Complementary color
Monochromatic Colors of #6B7D96
Black with #6B7D96
Text Example
Text Example
White with #6B7D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7D96; }
p { color: rgb(107,125,150); }
H1.HeaderClassName
{
color: #6B7D96;
}
.AnyTagClassName
{
color: #6B7D96;
}
</style>
background-color css
<style>
a { background-color: #6B7D96; }
a { background-color: rgb(107,125,150); }
div.DivClassName
{
background-color: #6B7D96;
}
.BgClassName
{
background-color: #6B7D96;
}
</style>
border-color css
<style>
span { border-color: #6B7D96; }
span { border-color: rgb(107,125,150); }
td.TdClassName
{
border-color: #6B7D96;
}
.TagClassName
{
border-color: #6B7D96;
}
</style>