Shades of Storm Grey #6E7383
Tints of Storm Grey #6E7383
RGB
CMYK
RGB Variations
Color information
#6E7383 (or 0x6E7383) is known color: Storm Grey. HEX triplet: 6E, 73 and 83. RGB value is (110,115,131). Sum of RGB (Red+Green+Blue) = 110+115+131=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 131 - color contains mainly: blue. Hex color #6E7383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7383 is #918C7C. Grayscale: #737373. Windows color (decimal): -9538685 or 8614766. OLE color: 8614766.
HSL color Cylindrical-coordinate representation of color #6E7383: hue angle of 225.71º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E7383 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 115 | 131 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.49 |
| HSL | 225.71º | 0.09% | 0.47% | - |
| HSV(B) | 225.71º | 0.16% | 0.51% | - |
| XYZ | 16.66 | 17.22 | 23.92 | - |
| YUV | 115.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 131 | 0.16 | 0.12 | 0 | 0.49 | 225.71 | 0.09 | 0.47 |
| Hex | 6E | 73 | 83 | 10 | C | 0 | 31 | E2 | 9 | 2F |
| Octal | 156 | 163 | 203 | 20 | 14 | 0 | 61 | 342 | 11 | 57 |
| Binary | 1101110 | 1110011 | 10000011 | 10000 | 1100 | 0 | 110001 | 11100010 | 1001 | 101111 |
Color Harmonies of #6E7383
Complementary color
Monochromatic Colors of #6E7383
Black with #6E7383
Text Example
Text Example
White with #6E7383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7383; }
p { color: rgb(110,115,131); }
H1.HeaderClassName
{
color: #6E7383;
}
.AnyTagClassName
{
color: #6E7383;
}
</style>
background-color css
<style>
a { background-color: #6E7383; }
a { background-color: rgb(110,115,131); }
div.DivClassName
{
background-color: #6E7383;
}
.BgClassName
{
background-color: #6E7383;
}
</style>
border-color css
<style>
span { border-color: #6E7383; }
span { border-color: rgb(110,115,131); }
td.TdClassName
{
border-color: #6E7383;
}
.TagClassName
{
border-color: #6E7383;
}
</style>