Shades of Slate Grey #6B7B95
Tints of Slate Grey #6B7B95
RGB
CMYK
RGB Variations
Color information
#6B7B95 (or 0x6B7B95) is known color: Slate Grey. HEX triplet: 6B, 7B and 95. RGB value is (107,123,149). Sum of RGB (Red+Green+Blue) = 107+123+149=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B7B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7B95 is #94846A. Grayscale: #797979. Windows color (decimal): -9733227 or 9796459. OLE color: 9796459.
HSL color Cylindrical-coordinate representation of color #6B7B95: hue angle of 217.14º degrees, saturation: 0.17, 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 #6B7B95 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 123 | 149 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.42 |
| HSL | 217.14º | 0.17% | 0.5% | - |
| HSV(B) | 217.14º | 0.28% | 0.58% | - |
| XYZ | 18.57 | 19.46 | 31.21 | - |
| YUV | 121.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 149 | 0.28 | 0.17 | 0 | 0.42 | 217.14 | 0.17 | 0.5 |
| Hex | 6B | 7B | 95 | 1C | 11 | 0 | 2A | D9 | 11 | 32 |
| Octal | 153 | 173 | 225 | 34 | 21 | 0 | 52 | 331 | 21 | 62 |
| Binary | 1101011 | 1111011 | 10010101 | 11100 | 10001 | 0 | 101010 | 11011001 | 10001 | 110010 |
Color Harmonies of #6B7B95
Complementary color
Monochromatic Colors of #6B7B95
Black with #6B7B95
Text Example
Text Example
White with #6B7B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7B95; }
p { color: rgb(107,123,149); }
H1.HeaderClassName
{
color: #6B7B95;
}
.AnyTagClassName
{
color: #6B7B95;
}
</style>
background-color css
<style>
a { background-color: #6B7B95; }
a { background-color: rgb(107,123,149); }
div.DivClassName
{
background-color: #6B7B95;
}
.BgClassName
{
background-color: #6B7B95;
}
</style>
border-color css
<style>
span { border-color: #6B7B95; }
span { border-color: rgb(107,123,149); }
td.TdClassName
{
border-color: #6B7B95;
}
.TagClassName
{
border-color: #6B7B95;
}
</style>