Shades of Storm Grey #6D7692
Tints of Storm Grey #6D7692
RGB
CMYK
RGB Variations
Color information
#6D7692 (or 0x6D7692) is known color: Storm Grey. HEX triplet: 6D, 76 and 92. RGB value is (109,118,146). Sum of RGB (Red+Green+Blue) = 109+118+146=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D7692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7692 is #92896D. Grayscale: #767676. Windows color (decimal): -9603438 or 9598573. OLE color: 9598573.
HSL color Cylindrical-coordinate representation of color #6D7692: hue angle of 225.41º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D7692 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 118 | 146 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.43 |
| HSL | 225.41º | 0.15% | 0.5% | - |
| HSV(B) | 225.41º | 0.25% | 0.57% | - |
| XYZ | 17.97 | 18.28 | 29.78 | - |
| YUV | 118.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 118 | 146 | 0.25 | 0.19 | 0 | 0.43 | 225.41 | 0.15 | 0.5 |
| Hex | 6D | 76 | 92 | 19 | 13 | 0 | 2B | E1 | F | 32 |
| Octal | 155 | 166 | 222 | 31 | 23 | 0 | 53 | 341 | 17 | 62 |
| Binary | 1101101 | 1110110 | 10010010 | 11001 | 10011 | 0 | 101011 | 11100001 | 1111 | 110010 |
Color Harmonies of #6D7692
Complementary color
Monochromatic Colors of #6D7692
Black with #6D7692
Text Example
Text Example
White with #6D7692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7692; }
p { color: rgb(109,118,146); }
H1.HeaderClassName
{
color: #6D7692;
}
.AnyTagClassName
{
color: #6D7692;
}
</style>
background-color css
<style>
a { background-color: #6D7692; }
a { background-color: rgb(109,118,146); }
div.DivClassName
{
background-color: #6D7692;
}
.BgClassName
{
background-color: #6D7692;
}
</style>
border-color css
<style>
span { border-color: #6D7692; }
span { border-color: rgb(109,118,146); }
td.TdClassName
{
border-color: #6D7692;
}
.TagClassName
{
border-color: #6D7692;
}
</style>