Shades of Storm Grey #6F748A
Tints of Storm Grey #6F748A
RGB
CMYK
RGB Variations
Color information
#6F748A (or 0x6F748A) is known color: Storm Grey. HEX triplet: 6F, 74 and 8A. RGB value is (111,116,138). Sum of RGB (Red+Green+Blue) = 111+116+138=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F748A is #908B75. Grayscale: #747474. Windows color (decimal): -9472886 or 9073775. OLE color: 9073775.
HSL color Cylindrical-coordinate representation of color #6F748A: hue angle of 228.89º 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 #6F748A is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 116 | 138 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.46 |
| HSL | 228.89º | 0.11% | 0.49% | - |
| HSV(B) | 228.89º | 0.2% | 0.54% | - |
| XYZ | 17.39 | 17.71 | 26.55 | - |
| YUV | 117.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 138 | 0.20 | 0.16 | 0 | 0.46 | 228.89 | 0.11 | 0.49 |
| Hex | 6F | 74 | 8A | 14 | 10 | 0 | 2E | E5 | B | 31 |
| Octal | 157 | 164 | 212 | 24 | 20 | 0 | 56 | 345 | 13 | 61 |
| Binary | 1101111 | 1110100 | 10001010 | 10100 | 10000 | 0 | 101110 | 11100101 | 1011 | 110001 |
Color Harmonies of #6F748A
Complementary color
Monochromatic Colors of #6F748A
Black with #6F748A
Text Example
Text Example
White with #6F748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F748A; }
p { color: rgb(111,116,138); }
H1.HeaderClassName
{
color: #6F748A;
}
.AnyTagClassName
{
color: #6F748A;
}
</style>
background-color css
<style>
a { background-color: #6F748A; }
a { background-color: rgb(111,116,138); }
div.DivClassName
{
background-color: #6F748A;
}
.BgClassName
{
background-color: #6F748A;
}
</style>
border-color css
<style>
span { border-color: #6F748A; }
span { border-color: rgb(111,116,138); }
td.TdClassName
{
border-color: #6F748A;
}
.TagClassName
{
border-color: #6F748A;
}
</style>