Shades of Storm Grey #6F7288
Tints of Storm Grey #6F7288
RGB
CMYK
RGB Variations
Color information
#6F7288 (or 0x6F7288) is known color: Storm Grey. HEX triplet: 6F, 72 and 88. RGB value is (111,114,136). Sum of RGB (Red+Green+Blue) = 111+114+136=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 136 - color contains mainly: blue. Hex color #6F7288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7288 is #908D77. Grayscale: #737373. Windows color (decimal): -9473400 or 8942191. OLE color: 8942191.
HSL color Cylindrical-coordinate representation of color #6F7288: hue angle of 232.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F7288 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 114 | 136 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.47 |
| HSL | 232.8º | 0.1% | 0.48% | - |
| HSV(B) | 232.8º | 0.18% | 0.53% | - |
| XYZ | 17.02 | 17.19 | 25.71 | - |
| YUV | 115.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 136 | 0.18 | 0.16 | 0 | 0.47 | 232.8 | 0.1 | 0.48 |
| Hex | 6F | 72 | 88 | 12 | 10 | 0 | 2F | E9 | A | 30 |
| Octal | 157 | 162 | 210 | 22 | 20 | 0 | 57 | 351 | 12 | 60 |
| Binary | 1101111 | 1110010 | 10001000 | 10010 | 10000 | 0 | 101111 | 11101001 | 1010 | 110000 |
Color Harmonies of #6F7288
Complementary color
Monochromatic Colors of #6F7288
Black with #6F7288
Text Example
Text Example
White with #6F7288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7288; }
p { color: rgb(111,114,136); }
H1.HeaderClassName
{
color: #6F7288;
}
.AnyTagClassName
{
color: #6F7288;
}
</style>
background-color css
<style>
a { background-color: #6F7288; }
a { background-color: rgb(111,114,136); }
div.DivClassName
{
background-color: #6F7288;
}
.BgClassName
{
background-color: #6F7288;
}
</style>
border-color css
<style>
span { border-color: #6F7288; }
span { border-color: rgb(111,114,136); }
td.TdClassName
{
border-color: #6F7288;
}
.TagClassName
{
border-color: #6F7288;
}
</style>