Shades of Slate Grey #6B7E91
Tints of Slate Grey #6B7E91
RGB
CMYK
RGB Variations
Color information
#6B7E91 (or 0x6B7E91) is known color: Slate Grey. HEX triplet: 6B, 7E and 91. RGB value is (107,126,145). Sum of RGB (Red+Green+Blue) = 107+126+145=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B7E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7E91 is #94816E. Grayscale: #7A7A7A. Windows color (decimal): -9732463 or 9535083. OLE color: 9535083.
HSL color Cylindrical-coordinate representation of color #6B7E91: hue angle of 210º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B7E91 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 126 | 145 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.43 |
| HSL | 210º | 0.15% | 0.49% | - |
| HSV(B) | 210º | 0.26% | 0.57% | - |
| XYZ | 18.64 | 20.09 | 29.68 | - |
| YUV | 122.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 145 | 0.26 | 0.13 | 0 | 0.43 | 210 | 0.15 | 0.49 |
| Hex | 6B | 7E | 91 | 1A | D | 0 | 2B | D2 | F | 31 |
| Octal | 153 | 176 | 221 | 32 | 15 | 0 | 53 | 322 | 17 | 61 |
| Binary | 1101011 | 1111110 | 10010001 | 11010 | 1101 | 0 | 101011 | 11010010 | 1111 | 110001 |
Color Harmonies of #6B7E91
Complementary color
Monochromatic Colors of #6B7E91
Black with #6B7E91
Text Example
Text Example
White with #6B7E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7E91; }
p { color: rgb(107,126,145); }
H1.HeaderClassName
{
color: #6B7E91;
}
.AnyTagClassName
{
color: #6B7E91;
}
</style>
background-color css
<style>
a { background-color: #6B7E91; }
a { background-color: rgb(107,126,145); }
div.DivClassName
{
background-color: #6B7E91;
}
.BgClassName
{
background-color: #6B7E91;
}
</style>
border-color css
<style>
span { border-color: #6B7E91; }
span { border-color: rgb(107,126,145); }
td.TdClassName
{
border-color: #6B7E91;
}
.TagClassName
{
border-color: #6B7E91;
}
</style>