Shades of Storm Grey #6E718B
Tints of Storm Grey #6E718B
RGB
CMYK
RGB Variations
Color information
#6E718B (or 0x6E718B) is known color: Storm Grey. HEX triplet: 6E, 71 and 8B. RGB value is (110,113,139). Sum of RGB (Red+Green+Blue) = 110+113+139=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E718B is #918E74. Grayscale: #727272. Windows color (decimal): -9539189 or 9138542. OLE color: 9138542.
HSL color Cylindrical-coordinate representation of color #6E718B: hue angle of 233.79º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E718B is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 113 | 139 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.45 |
| HSL | 233.79º | 0.12% | 0.49% | - |
| HSV(B) | 233.79º | 0.21% | 0.55% | - |
| XYZ | 17 | 16.99 | 26.81 | - |
| YUV | 115.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 113 | 139 | 0.21 | 0.19 | 0 | 0.45 | 233.79 | 0.12 | 0.49 |
| Hex | 6E | 71 | 8B | 15 | 13 | 0 | 2D | EA | C | 31 |
| Octal | 156 | 161 | 213 | 25 | 23 | 0 | 55 | 352 | 14 | 61 |
| Binary | 1101110 | 1110001 | 10001011 | 10101 | 10011 | 0 | 101101 | 11101010 | 1100 | 110001 |
Color Harmonies of #6E718B
Complementary color
Monochromatic Colors of #6E718B
Black with #6E718B
Text Example
Text Example
White with #6E718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E718B; }
p { color: rgb(110,113,139); }
H1.HeaderClassName
{
color: #6E718B;
}
.AnyTagClassName
{
color: #6E718B;
}
</style>
background-color css
<style>
a { background-color: #6E718B; }
a { background-color: rgb(110,113,139); }
div.DivClassName
{
background-color: #6E718B;
}
.BgClassName
{
background-color: #6E718B;
}
</style>
border-color css
<style>
span { border-color: #6E718B; }
span { border-color: rgb(110,113,139); }
td.TdClassName
{
border-color: #6E718B;
}
.TagClassName
{
border-color: #6E718B;
}
</style>