Shades of Slate Grey #6F7A90
Tints of Slate Grey #6F7A90
RGB
CMYK
RGB Variations
Color information
#6F7A90 (or 0x6F7A90) is known color: Slate Grey. HEX triplet: 6F, 7A and 90. RGB value is (111,122,144). Sum of RGB (Red+Green+Blue) = 111+122+144=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F7A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7A90 is #90856F. Grayscale: #797979. Windows color (decimal): -9471344 or 9468527. OLE color: 9468527.
HSL color Cylindrical-coordinate representation of color #6F7A90: hue angle of 220º 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 #6F7A90 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 122 | 144 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.44 |
| HSL | 220º | 0.13% | 0.5% | - |
| HSV(B) | 220º | 0.23% | 0.56% | - |
| XYZ | 18.55 | 19.31 | 29.14 | - |
| YUV | 121.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 144 | 0.23 | 0.15 | 0 | 0.44 | 220 | 0.13 | 0.5 |
| Hex | 6F | 7A | 90 | 17 | F | 0 | 2C | DC | D | 32 |
| Octal | 157 | 172 | 220 | 27 | 17 | 0 | 54 | 334 | 15 | 62 |
| Binary | 1101111 | 1111010 | 10010000 | 10111 | 1111 | 0 | 101100 | 11011100 | 1101 | 110010 |
Color Harmonies of #6F7A90
Complementary color
Monochromatic Colors of #6F7A90
Black with #6F7A90
Text Example
Text Example
White with #6F7A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7A90; }
p { color: rgb(111,122,144); }
H1.HeaderClassName
{
color: #6F7A90;
}
.AnyTagClassName
{
color: #6F7A90;
}
</style>
background-color css
<style>
a { background-color: #6F7A90; }
a { background-color: rgb(111,122,144); }
div.DivClassName
{
background-color: #6F7A90;
}
.BgClassName
{
background-color: #6F7A90;
}
</style>
border-color css
<style>
span { border-color: #6F7A90; }
span { border-color: rgb(111,122,144); }
td.TdClassName
{
border-color: #6F7A90;
}
.TagClassName
{
border-color: #6F7A90;
}
</style>