Shades of Slate Grey #6B7D95
Tints of Slate Grey #6B7D95
RGB
CMYK
RGB Variations
Color information
#6B7D95 (or 0x6B7D95) is known color: Slate Grey. HEX triplet: 6B, 7D and 95. RGB value is (107,125,149). Sum of RGB (Red+Green+Blue) = 107+125+149=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B7D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7D95 is #94826A. Grayscale: #7A7A7A. Windows color (decimal): -9732715 or 9796971. OLE color: 9796971.
HSL color Cylindrical-coordinate representation of color #6B7D95: hue angle of 214.29º 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 #6B7D95 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 125 | 149 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.42 |
| HSL | 214.29º | 0.17% | 0.5% | - |
| HSV(B) | 214.29º | 0.28% | 0.58% | - |
| XYZ | 18.82 | 19.96 | 31.29 | - |
| YUV | 122.35 | 143.04 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 125 | 149 | 0.28 | 0.16 | 0 | 0.42 | 214.29 | 0.17 | 0.5 |
| Hex | 6B | 7D | 95 | 1C | 10 | 0 | 2A | D6 | 11 | 32 |
| Octal | 153 | 175 | 225 | 34 | 20 | 0 | 52 | 326 | 21 | 62 |
| Binary | 1101011 | 1111101 | 10010101 | 11100 | 10000 | 0 | 101010 | 11010110 | 10001 | 110010 |
Color Harmonies of #6B7D95
Complementary color
Monochromatic Colors of #6B7D95
Black with #6B7D95
Text Example
Text Example
White with #6B7D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7D95; }
p { color: rgb(107,125,149); }
H1.HeaderClassName
{
color: #6B7D95;
}
.AnyTagClassName
{
color: #6B7D95;
}
</style>
background-color css
<style>
a { background-color: #6B7D95; }
a { background-color: rgb(107,125,149); }
div.DivClassName
{
background-color: #6B7D95;
}
.BgClassName
{
background-color: #6B7D95;
}
</style>
border-color css
<style>
span { border-color: #6B7D95; }
span { border-color: rgb(107,125,149); }
td.TdClassName
{
border-color: #6B7D95;
}
.TagClassName
{
border-color: #6B7D95;
}
</style>