Shades of Storm Grey #6C7489
Tints of Storm Grey #6C7489
RGB
CMYK
RGB Variations
Color information
#6C7489 (or 0x6C7489) is known color: Storm Grey. HEX triplet: 6C, 74 and 89. RGB value is (108,116,137). Sum of RGB (Red+Green+Blue) = 108+116+137=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C7489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7489 is #938B76. Grayscale: #737373. Windows color (decimal): -9669495 or 9008236. OLE color: 9008236.
HSL color Cylindrical-coordinate representation of color #6C7489: hue angle of 223.45º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C7489 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 116 | 137 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.46 |
| HSL | 223.45º | 0.12% | 0.48% | - |
| HSV(B) | 223.45º | 0.21% | 0.54% | - |
| XYZ | 16.95 | 17.49 | 26.15 | - |
| YUV | 116 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 116 | 137 | 0.21 | 0.15 | 0 | 0.46 | 223.45 | 0.12 | 0.48 |
| Hex | 6C | 74 | 89 | 15 | F | 0 | 2E | DF | C | 30 |
| Octal | 154 | 164 | 211 | 25 | 17 | 0 | 56 | 337 | 14 | 60 |
| Binary | 1101100 | 1110100 | 10001001 | 10101 | 1111 | 0 | 101110 | 11011111 | 1100 | 110000 |
Color Harmonies of #6C7489
Complementary color
Monochromatic Colors of #6C7489
Black with #6C7489
Text Example
Text Example
White with #6C7489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7489; }
p { color: rgb(108,116,137); }
H1.HeaderClassName
{
color: #6C7489;
}
.AnyTagClassName
{
color: #6C7489;
}
</style>
background-color css
<style>
a { background-color: #6C7489; }
a { background-color: rgb(108,116,137); }
div.DivClassName
{
background-color: #6C7489;
}
.BgClassName
{
background-color: #6C7489;
}
</style>
border-color css
<style>
span { border-color: #6C7489; }
span { border-color: rgb(108,116,137); }
td.TdClassName
{
border-color: #6C7489;
}
.TagClassName
{
border-color: #6C7489;
}
</style>