Shades of Storm Grey #6A7089
Tints of Storm Grey #6A7089
RGB
CMYK
RGB Variations
Color information
#6A7089 (or 0x6A7089) is known color: Storm Grey. HEX triplet: 6A, 70 and 89. RGB value is (106,112,137). Sum of RGB (Red+Green+Blue) = 106+112+137=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A7089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7089 is #958F76. Grayscale: #707070. Windows color (decimal): -9801591 or 9007210. OLE color: 9007210.
HSL color Cylindrical-coordinate representation of color #6A7089: hue angle of 228.39º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A7089 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 112 | 137 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.46 |
| HSL | 228.39º | 0.13% | 0.48% | - |
| HSV(B) | 228.39º | 0.23% | 0.54% | - |
| XYZ | 16.25 | 16.46 | 25.99 | - |
| YUV | 113.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 112 | 137 | 0.23 | 0.18 | 0 | 0.46 | 228.39 | 0.13 | 0.48 |
| Hex | 6A | 70 | 89 | 17 | 12 | 0 | 2E | E4 | D | 30 |
| Octal | 152 | 160 | 211 | 27 | 22 | 0 | 56 | 344 | 15 | 60 |
| Binary | 1101010 | 1110000 | 10001001 | 10111 | 10010 | 0 | 101110 | 11100100 | 1101 | 110000 |
Color Harmonies of #6A7089
Complementary color
Monochromatic Colors of #6A7089
Black with #6A7089
Text Example
Text Example
White with #6A7089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7089; }
p { color: rgb(106,112,137); }
H1.HeaderClassName
{
color: #6A7089;
}
.AnyTagClassName
{
color: #6A7089;
}
</style>
background-color css
<style>
a { background-color: #6A7089; }
a { background-color: rgb(106,112,137); }
div.DivClassName
{
background-color: #6A7089;
}
.BgClassName
{
background-color: #6A7089;
}
</style>
border-color css
<style>
span { border-color: #6A7089; }
span { border-color: rgb(106,112,137); }
td.TdClassName
{
border-color: #6A7089;
}
.TagClassName
{
border-color: #6A7089;
}
</style>