Shades of Storm Grey #6F7291
Tints of Storm Grey #6F7291
RGB
CMYK
RGB Variations
Color information
#6F7291 (or 0x6F7291) is known color: Storm Grey. HEX triplet: 6F, 72 and 91. RGB value is (111,114,145). Sum of RGB (Red+Green+Blue) = 111+114+145=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F7291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7291 is #908D6E. Grayscale: #747474. Windows color (decimal): -9473391 or 9532015. OLE color: 9532015.
HSL color Cylindrical-coordinate representation of color #6F7291: hue angle of 234.71º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F7291 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 114 | 145 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.43 |
| HSL | 234.71º | 0.13% | 0.5% | - |
| HSV(B) | 234.71º | 0.23% | 0.57% | - |
| XYZ | 17.68 | 17.46 | 29.23 | - |
| YUV | 116.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 145 | 0.23 | 0.21 | 0 | 0.43 | 234.71 | 0.13 | 0.5 |
| Hex | 6F | 72 | 91 | 17 | 15 | 0 | 2B | EB | D | 32 |
| Octal | 157 | 162 | 221 | 27 | 25 | 0 | 53 | 353 | 15 | 62 |
| Binary | 1101111 | 1110010 | 10010001 | 10111 | 10101 | 0 | 101011 | 11101011 | 1101 | 110010 |
Color Harmonies of #6F7291
Complementary color
Monochromatic Colors of #6F7291
Black with #6F7291
Text Example
Text Example
White with #6F7291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7291; }
p { color: rgb(111,114,145); }
H1.HeaderClassName
{
color: #6F7291;
}
.AnyTagClassName
{
color: #6F7291;
}
</style>
background-color css
<style>
a { background-color: #6F7291; }
a { background-color: rgb(111,114,145); }
div.DivClassName
{
background-color: #6F7291;
}
.BgClassName
{
background-color: #6F7291;
}
</style>
border-color css
<style>
span { border-color: #6F7291; }
span { border-color: rgb(111,114,145); }
td.TdClassName
{
border-color: #6F7291;
}
.TagClassName
{
border-color: #6F7291;
}
</style>