Shades of Storm Grey #6F7688
Tints of Storm Grey #6F7688
RGB
CMYK
RGB Variations
Color information
#6F7688 (or 0x6F7688) is known color: Storm Grey. HEX triplet: 6F, 76 and 88. RGB value is (111,118,136). Sum of RGB (Red+Green+Blue) = 111+118+136=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #6F7688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7688 is #908977. Grayscale: #757575. Windows color (decimal): -9472376 or 8943215. OLE color: 8943215.
HSL color Cylindrical-coordinate representation of color #6F7688: hue angle of 223.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F7688 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 118 | 136 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.47 |
| HSL | 223.2º | 0.1% | 0.48% | - |
| HSV(B) | 223.2º | 0.18% | 0.53% | - |
| XYZ | 17.48 | 18.11 | 25.87 | - |
| YUV | 117.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 136 | 0.18 | 0.13 | 0 | 0.47 | 223.2 | 0.1 | 0.48 |
| Hex | 6F | 76 | 88 | 12 | D | 0 | 2F | DF | A | 30 |
| Octal | 157 | 166 | 210 | 22 | 15 | 0 | 57 | 337 | 12 | 60 |
| Binary | 1101111 | 1110110 | 10001000 | 10010 | 1101 | 0 | 101111 | 11011111 | 1010 | 110000 |
Color Harmonies of #6F7688
Complementary color
Monochromatic Colors of #6F7688
Black with #6F7688
Text Example
Text Example
White with #6F7688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7688; }
p { color: rgb(111,118,136); }
H1.HeaderClassName
{
color: #6F7688;
}
.AnyTagClassName
{
color: #6F7688;
}
</style>
background-color css
<style>
a { background-color: #6F7688; }
a { background-color: rgb(111,118,136); }
div.DivClassName
{
background-color: #6F7688;
}
.BgClassName
{
background-color: #6F7688;
}
</style>
border-color css
<style>
span { border-color: #6F7688; }
span { border-color: rgb(111,118,136); }
td.TdClassName
{
border-color: #6F7688;
}
.TagClassName
{
border-color: #6F7688;
}
</style>