Shades of Storm Grey #6F768E
Tints of Storm Grey #6F768E
RGB
CMYK
RGB Variations
Color information
#6F768E (or 0x6F768E) is known color: Storm Grey. HEX triplet: 6F, 76 and 8E. RGB value is (111,118,142). Sum of RGB (Red+Green+Blue) = 111+118+142=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F768E is #908971. Grayscale: #767676. Windows color (decimal): -9472370 or 9336431. OLE color: 9336431.
HSL color Cylindrical-coordinate representation of color #6F768E: hue angle of 226.45º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F768E is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 118 | 142 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.44 |
| HSL | 226.45º | 0.12% | 0.5% | - |
| HSV(B) | 226.45º | 0.22% | 0.56% | - |
| XYZ | 17.92 | 18.29 | 28.18 | - |
| YUV | 118.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 142 | 0.22 | 0.17 | 0 | 0.44 | 226.45 | 0.12 | 0.5 |
| Hex | 6F | 76 | 8E | 16 | 11 | 0 | 2C | E2 | C | 32 |
| Octal | 157 | 166 | 216 | 26 | 21 | 0 | 54 | 342 | 14 | 62 |
| Binary | 1101111 | 1110110 | 10001110 | 10110 | 10001 | 0 | 101100 | 11100010 | 1100 | 110010 |
Color Harmonies of #6F768E
Complementary color
Monochromatic Colors of #6F768E
Black with #6F768E
Text Example
Text Example
White with #6F768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F768E; }
p { color: rgb(111,118,142); }
H1.HeaderClassName
{
color: #6F768E;
}
.AnyTagClassName
{
color: #6F768E;
}
</style>
background-color css
<style>
a { background-color: #6F768E; }
a { background-color: rgb(111,118,142); }
div.DivClassName
{
background-color: #6F768E;
}
.BgClassName
{
background-color: #6F768E;
}
</style>
border-color css
<style>
span { border-color: #6F768E; }
span { border-color: rgb(111,118,142); }
td.TdClassName
{
border-color: #6F768E;
}
.TagClassName
{
border-color: #6F768E;
}
</style>