Shades of Storm Grey #6C7284
Tints of Storm Grey #6C7284
RGB
CMYK
RGB Variations
Color information
#6C7284 (or 0x6C7284) is known color: Storm Grey. HEX triplet: 6C, 72 and 84. RGB value is (108,114,132). Sum of RGB (Red+Green+Blue) = 108+114+132=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C7284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7284 is #938D7B. Grayscale: #727272. Windows color (decimal): -9670012 or 8680044. OLE color: 8680044.
HSL color Cylindrical-coordinate representation of color #6C7284: hue angle of 225º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C7284 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 114 | 132 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.48 |
| HSL | 225º | 0.1% | 0.47% | - |
| HSV(B) | 225º | 0.18% | 0.52% | - |
| XYZ | 16.37 | 16.89 | 24.23 | - |
| YUV | 114.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 114 | 132 | 0.18 | 0.14 | 0 | 0.48 | 225 | 0.1 | 0.47 |
| Hex | 6C | 72 | 84 | 12 | E | 0 | 30 | E1 | A | 2F |
| Octal | 154 | 162 | 204 | 22 | 16 | 0 | 60 | 341 | 12 | 57 |
| Binary | 1101100 | 1110010 | 10000100 | 10010 | 1110 | 0 | 110000 | 11100001 | 1010 | 101111 |
Color Harmonies of #6C7284
Complementary color
Monochromatic Colors of #6C7284
Black with #6C7284
Text Example
Text Example
White with #6C7284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7284; }
p { color: rgb(108,114,132); }
H1.HeaderClassName
{
color: #6C7284;
}
.AnyTagClassName
{
color: #6C7284;
}
</style>
background-color css
<style>
a { background-color: #6C7284; }
a { background-color: rgb(108,114,132); }
div.DivClassName
{
background-color: #6C7284;
}
.BgClassName
{
background-color: #6C7284;
}
</style>
border-color css
<style>
span { border-color: #6C7284; }
span { border-color: rgb(108,114,132); }
td.TdClassName
{
border-color: #6C7284;
}
.TagClassName
{
border-color: #6C7284;
}
</style>