Shades of Storm Grey #6F748D
Tints of Storm Grey #6F748D
RGB
CMYK
RGB Variations
Color information
#6F748D (or 0x6F748D) is known color: Storm Grey. HEX triplet: 6F, 74 and 8D. RGB value is (111,116,141). Sum of RGB (Red+Green+Blue) = 111+116+141=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F748D is #908B72. Grayscale: #757575. Windows color (decimal): -9472883 or 9270383. OLE color: 9270383.
HSL color Cylindrical-coordinate representation of color #6F748D: hue angle of 230º 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 #6F748D is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 116 | 141 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.45 |
| HSL | 230º | 0.12% | 0.49% | - |
| HSV(B) | 230º | 0.21% | 0.55% | - |
| XYZ | 17.61 | 17.79 | 27.71 | - |
| YUV | 117.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 141 | 0.21 | 0.18 | 0 | 0.45 | 230 | 0.12 | 0.49 |
| Hex | 6F | 74 | 8D | 15 | 12 | 0 | 2D | E6 | C | 31 |
| Octal | 157 | 164 | 215 | 25 | 22 | 0 | 55 | 346 | 14 | 61 |
| Binary | 1101111 | 1110100 | 10001101 | 10101 | 10010 | 0 | 101101 | 11100110 | 1100 | 110001 |
Color Harmonies of #6F748D
Complementary color
Monochromatic Colors of #6F748D
Black with #6F748D
Text Example
Text Example
White with #6F748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F748D; }
p { color: rgb(111,116,141); }
H1.HeaderClassName
{
color: #6F748D;
}
.AnyTagClassName
{
color: #6F748D;
}
</style>
background-color css
<style>
a { background-color: #6F748D; }
a { background-color: rgb(111,116,141); }
div.DivClassName
{
background-color: #6F748D;
}
.BgClassName
{
background-color: #6F748D;
}
</style>
border-color css
<style>
span { border-color: #6F748D; }
span { border-color: rgb(111,116,141); }
td.TdClassName
{
border-color: #6F748D;
}
.TagClassName
{
border-color: #6F748D;
}
</style>