Shades of Storm Grey #6F7690
Tints of Storm Grey #6F7690
RGB
CMYK
RGB Variations
Color information
#6F7690 (or 0x6F7690) is known color: Storm Grey. HEX triplet: 6F, 76 and 90. RGB value is (111,118,144). Sum of RGB (Red+Green+Blue) = 111+118+144=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F7690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7690 is #90896F. Grayscale: #767676. Windows color (decimal): -9472368 or 9467503. OLE color: 9467503.
HSL color Cylindrical-coordinate representation of color #6F7690: hue angle of 227.27º 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 #6F7690 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 118 | 144 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.44 |
| HSL | 227.27º | 0.13% | 0.5% | - |
| HSV(B) | 227.27º | 0.23% | 0.56% | - |
| XYZ | 18.07 | 18.35 | 28.98 | - |
| YUV | 118.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 144 | 0.23 | 0.18 | 0 | 0.44 | 227.27 | 0.13 | 0.5 |
| Hex | 6F | 76 | 90 | 17 | 12 | 0 | 2C | E3 | D | 32 |
| Octal | 157 | 166 | 220 | 27 | 22 | 0 | 54 | 343 | 15 | 62 |
| Binary | 1101111 | 1110110 | 10010000 | 10111 | 10010 | 0 | 101100 | 11100011 | 1101 | 110010 |
Color Harmonies of #6F7690
Complementary color
Monochromatic Colors of #6F7690
Black with #6F7690
Text Example
Text Example
White with #6F7690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7690; }
p { color: rgb(111,118,144); }
H1.HeaderClassName
{
color: #6F7690;
}
.AnyTagClassName
{
color: #6F7690;
}
</style>
background-color css
<style>
a { background-color: #6F7690; }
a { background-color: rgb(111,118,144); }
div.DivClassName
{
background-color: #6F7690;
}
.BgClassName
{
background-color: #6F7690;
}
</style>
border-color css
<style>
span { border-color: #6F7690; }
span { border-color: rgb(111,118,144); }
td.TdClassName
{
border-color: #6F7690;
}
.TagClassName
{
border-color: #6F7690;
}
</style>