Shades of Storm Grey #6F7890
Tints of Storm Grey #6F7890
RGB
CMYK
RGB Variations
Color information
#6F7890 (or 0x6F7890) is known color: Storm Grey. HEX triplet: 6F, 78 and 90. RGB value is (111,120,144). Sum of RGB (Red+Green+Blue) = 111+120+144=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F7890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7890 is #90876F. Grayscale: #777777. Windows color (decimal): -9471856 or 9468015. OLE color: 9468015.
HSL color Cylindrical-coordinate representation of color #6F7890: hue angle of 223.64º 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 #6F7890 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 120 | 144 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.44 |
| HSL | 223.64º | 0.13% | 0.5% | - |
| HSV(B) | 223.64º | 0.23% | 0.56% | - |
| XYZ | 18.31 | 18.83 | 29.05 | - |
| YUV | 120.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 144 | 0.23 | 0.17 | 0 | 0.44 | 223.64 | 0.13 | 0.5 |
| Hex | 6F | 78 | 90 | 17 | 11 | 0 | 2C | E0 | D | 32 |
| Octal | 157 | 170 | 220 | 27 | 21 | 0 | 54 | 340 | 15 | 62 |
| Binary | 1101111 | 1111000 | 10010000 | 10111 | 10001 | 0 | 101100 | 11100000 | 1101 | 110010 |
Color Harmonies of #6F7890
Complementary color
Monochromatic Colors of #6F7890
Black with #6F7890
Text Example
Text Example
White with #6F7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7890; }
p { color: rgb(111,120,144); }
H1.HeaderClassName
{
color: #6F7890;
}
.AnyTagClassName
{
color: #6F7890;
}
</style>
background-color css
<style>
a { background-color: #6F7890; }
a { background-color: rgb(111,120,144); }
div.DivClassName
{
background-color: #6F7890;
}
.BgClassName
{
background-color: #6F7890;
}
</style>
border-color css
<style>
span { border-color: #6F7890; }
span { border-color: rgb(111,120,144); }
td.TdClassName
{
border-color: #6F7890;
}
.TagClassName
{
border-color: #6F7890;
}
</style>