Shades of Storm Grey #6F778B
Tints of Storm Grey #6F778B
RGB
CMYK
RGB Variations
Color information
#6F778B (or 0x6F778B) is known color: Storm Grey. HEX triplet: 6F, 77 and 8B. RGB value is (111,119,139). Sum of RGB (Red+Green+Blue) = 111+119+139=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F778B is #908874. Grayscale: #767676. Windows color (decimal): -9472117 or 9140079. OLE color: 9140079.
HSL color Cylindrical-coordinate representation of color #6F778B: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F778B is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 119 | 139 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.45 |
| HSL | 222.86º | 0.11% | 0.49% | - |
| HSV(B) | 222.86º | 0.2% | 0.55% | - |
| XYZ | 17.81 | 18.44 | 27.05 | - |
| YUV | 118.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 139 | 0.20 | 0.14 | 0 | 0.45 | 222.86 | 0.11 | 0.49 |
| Hex | 6F | 77 | 8B | 14 | E | 0 | 2D | DF | B | 31 |
| Octal | 157 | 167 | 213 | 24 | 16 | 0 | 55 | 337 | 13 | 61 |
| Binary | 1101111 | 1110111 | 10001011 | 10100 | 1110 | 0 | 101101 | 11011111 | 1011 | 110001 |
Color Harmonies of #6F778B
Complementary color
Monochromatic Colors of #6F778B
Black with #6F778B
Text Example
Text Example
White with #6F778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F778B; }
p { color: rgb(111,119,139); }
H1.HeaderClassName
{
color: #6F778B;
}
.AnyTagClassName
{
color: #6F778B;
}
</style>
background-color css
<style>
a { background-color: #6F778B; }
a { background-color: rgb(111,119,139); }
div.DivClassName
{
background-color: #6F778B;
}
.BgClassName
{
background-color: #6F778B;
}
</style>
border-color css
<style>
span { border-color: #6F778B; }
span { border-color: rgb(111,119,139); }
td.TdClassName
{
border-color: #6F778B;
}
.TagClassName
{
border-color: #6F778B;
}
</style>