Shades of Storm Grey #6F7692
Tints of Storm Grey #6F7692
RGB
CMYK
RGB Variations
Color information
#6F7692 (or 0x6F7692) is known color: Storm Grey. HEX triplet: 6F, 76 and 92. RGB value is (111,118,146). Sum of RGB (Red+Green+Blue) = 111+118+146=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F7692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7692 is #90896D. Grayscale: #767676. Windows color (decimal): -9472366 or 9598575. OLE color: 9598575.
HSL color Cylindrical-coordinate representation of color #6F7692: hue angle of 228º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F7692 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 118 | 146 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.43 |
| HSL | 228º | 0.14% | 0.5% | - |
| HSV(B) | 228º | 0.24% | 0.57% | - |
| XYZ | 18.22 | 18.41 | 29.79 | - |
| YUV | 119.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 146 | 0.24 | 0.19 | 0 | 0.43 | 228 | 0.14 | 0.5 |
| Hex | 6F | 76 | 92 | 18 | 13 | 0 | 2B | E4 | E | 32 |
| Octal | 157 | 166 | 222 | 30 | 23 | 0 | 53 | 344 | 16 | 62 |
| Binary | 1101111 | 1110110 | 10010010 | 11000 | 10011 | 0 | 101011 | 11100100 | 1110 | 110010 |
Color Harmonies of #6F7692
Complementary color
Monochromatic Colors of #6F7692
Black with #6F7692
Text Example
Text Example
White with #6F7692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7692; }
p { color: rgb(111,118,146); }
H1.HeaderClassName
{
color: #6F7692;
}
.AnyTagClassName
{
color: #6F7692;
}
</style>
background-color css
<style>
a { background-color: #6F7692; }
a { background-color: rgb(111,118,146); }
div.DivClassName
{
background-color: #6F7692;
}
.BgClassName
{
background-color: #6F7692;
}
</style>
border-color css
<style>
span { border-color: #6F7692; }
span { border-color: rgb(111,118,146); }
td.TdClassName
{
border-color: #6F7692;
}
.TagClassName
{
border-color: #6F7692;
}
</style>