Shades of Storm Grey #6F718A
Tints of Storm Grey #6F718A
RGB
CMYK
RGB Variations
Color information
#6F718A (or 0x6F718A) is known color: Storm Grey. HEX triplet: 6F, 71 and 8A. RGB value is (111,113,138). Sum of RGB (Red+Green+Blue) = 111+113+138=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F718A is #908E75. Grayscale: #737373. Windows color (decimal): -9473654 or 9073007. OLE color: 9073007.
HSL color Cylindrical-coordinate representation of color #6F718A: hue angle of 235.56º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F718A is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 113 | 138 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.46 |
| HSL | 235.56º | 0.11% | 0.49% | - |
| HSV(B) | 235.56º | 0.2% | 0.54% | - |
| XYZ | 17.05 | 17.02 | 26.43 | - |
| YUV | 115.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 138 | 0.20 | 0.18 | 0 | 0.46 | 235.56 | 0.11 | 0.49 |
| Hex | 6F | 71 | 8A | 14 | 12 | 0 | 2E | EC | B | 31 |
| Octal | 157 | 161 | 212 | 24 | 22 | 0 | 56 | 354 | 13 | 61 |
| Binary | 1101111 | 1110001 | 10001010 | 10100 | 10010 | 0 | 101110 | 11101100 | 1011 | 110001 |
Color Harmonies of #6F718A
Complementary color
Monochromatic Colors of #6F718A
Black with #6F718A
Text Example
Text Example
White with #6F718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F718A; }
p { color: rgb(111,113,138); }
H1.HeaderClassName
{
color: #6F718A;
}
.AnyTagClassName
{
color: #6F718A;
}
</style>
background-color css
<style>
a { background-color: #6F718A; }
a { background-color: rgb(111,113,138); }
div.DivClassName
{
background-color: #6F718A;
}
.BgClassName
{
background-color: #6F718A;
}
</style>
border-color css
<style>
span { border-color: #6F718A; }
span { border-color: rgb(111,113,138); }
td.TdClassName
{
border-color: #6F718A;
}
.TagClassName
{
border-color: #6F718A;
}
</style>