Shades of Slate Grey #6F7E90
Tints of Slate Grey #6F7E90
RGB
CMYK
RGB Variations
Color information
#6F7E90 (or 0x6F7E90) is known color: Slate Grey. HEX triplet: 6F, 7E and 90. RGB value is (111,126,144). Sum of RGB (Red+Green+Blue) = 111+126+144=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F7E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7E90 is #90816F. Grayscale: #7B7B7B. Windows color (decimal): -9470320 or 9469551. OLE color: 9469551.
HSL color Cylindrical-coordinate representation of color #6F7E90: hue angle of 212.73º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F7E90 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 126 | 144 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.44 |
| HSL | 212.73º | 0.13% | 0.5% | - |
| HSV(B) | 212.73º | 0.23% | 0.56% | - |
| XYZ | 19.05 | 20.31 | 29.3 | - |
| YUV | 123.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 126 | 144 | 0.23 | 0.12 | 0 | 0.44 | 212.73 | 0.13 | 0.5 |
| Hex | 6F | 7E | 90 | 17 | C | 0 | 2C | D5 | D | 32 |
| Octal | 157 | 176 | 220 | 27 | 14 | 0 | 54 | 325 | 15 | 62 |
| Binary | 1101111 | 1111110 | 10010000 | 10111 | 1100 | 0 | 101100 | 11010101 | 1101 | 110010 |
Color Harmonies of #6F7E90
Complementary color
Monochromatic Colors of #6F7E90
Black with #6F7E90
Text Example
Text Example
White with #6F7E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7E90; }
p { color: rgb(111,126,144); }
H1.HeaderClassName
{
color: #6F7E90;
}
.AnyTagClassName
{
color: #6F7E90;
}
</style>
background-color css
<style>
a { background-color: #6F7E90; }
a { background-color: rgb(111,126,144); }
div.DivClassName
{
background-color: #6F7E90;
}
.BgClassName
{
background-color: #6F7E90;
}
</style>
border-color css
<style>
span { border-color: #6F7E90; }
span { border-color: rgb(111,126,144); }
td.TdClassName
{
border-color: #6F7E90;
}
.TagClassName
{
border-color: #6F7E90;
}
</style>