Shades of Storm Grey #6F7282
Tints of Storm Grey #6F7282
RGB
CMYK
RGB Variations
Color information
#6F7282 (or 0x6F7282) is known color: Storm Grey. HEX triplet: 6F, 72 and 82. RGB value is (111,114,130). Sum of RGB (Red+Green+Blue) = 111+114+130=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F7282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7282 is #908D7D. Grayscale: #727272. Windows color (decimal): -9473406 or 8548975. OLE color: 8548975.
HSL color Cylindrical-coordinate representation of color #6F7282: hue angle of 230.53º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F7282 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 114 | 130 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.49 |
| HSL | 230.53º | 0.08% | 0.47% | - |
| HSV(B) | 230.53º | 0.15% | 0.51% | - |
| XYZ | 16.6 | 17.03 | 23.53 | - |
| YUV | 114.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 130 | 0.15 | 0.12 | 0 | 0.49 | 230.53 | 0.08 | 0.47 |
| Hex | 6F | 72 | 82 | F | C | 0 | 31 | E7 | 8 | 2F |
| Octal | 157 | 162 | 202 | 17 | 14 | 0 | 61 | 347 | 10 | 57 |
| Binary | 1101111 | 1110010 | 10000010 | 1111 | 1100 | 0 | 110001 | 11100111 | 1000 | 101111 |
Color Harmonies of #6F7282
Complementary color
Monochromatic Colors of #6F7282
Black with #6F7282
Text Example
Text Example
White with #6F7282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7282; }
p { color: rgb(111,114,130); }
H1.HeaderClassName
{
color: #6F7282;
}
.AnyTagClassName
{
color: #6F7282;
}
</style>
background-color css
<style>
a { background-color: #6F7282; }
a { background-color: rgb(111,114,130); }
div.DivClassName
{
background-color: #6F7282;
}
.BgClassName
{
background-color: #6F7282;
}
</style>
border-color css
<style>
span { border-color: #6F7282; }
span { border-color: rgb(111,114,130); }
td.TdClassName
{
border-color: #6F7282;
}
.TagClassName
{
border-color: #6F7282;
}
</style>