Shades of Storm Grey #6B6E7C
Tints of Storm Grey #6B6E7C
RGB
CMYK
RGB Variations
Color information
#6B6E7C (or 0x6B6E7C) is known color: Storm Grey. HEX triplet: 6B, 6E and 7C. RGB value is (107,110,124). Sum of RGB (Red+Green+Blue) = 107+110+124=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B6E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6E7C is #949183. Grayscale: #6E6E6E. Windows color (decimal): -9736580 or 8154731. OLE color: 8154731.
HSL color Cylindrical-coordinate representation of color #6B6E7C: hue angle of 229.41º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B6E7C is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 110 | 124 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.51 |
| HSL | 229.41º | 0.07% | 0.45% | - |
| HSV(B) | 229.41º | 0.14% | 0.49% | - |
| XYZ | 15.28 | 15.73 | 21.3 | - |
| YUV | 110.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 110 | 124 | 0.14 | 0.11 | 0 | 0.51 | 229.41 | 0.07 | 0.45 |
| Hex | 6B | 6E | 7C | E | B | 0 | 33 | E5 | 7 | 2D |
| Octal | 153 | 156 | 174 | 16 | 13 | 0 | 63 | 345 | 7 | 55 |
| Binary | 1101011 | 1101110 | 1111100 | 1110 | 1011 | 0 | 110011 | 11100101 | 111 | 101101 |
Color Harmonies of #6B6E7C
Complementary color
Monochromatic Colors of #6B6E7C
Black with #6B6E7C
Text Example
Text Example
White with #6B6E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6E7C; }
p { color: rgb(107,110,124); }
H1.HeaderClassName
{
color: #6B6E7C;
}
.AnyTagClassName
{
color: #6B6E7C;
}
</style>
background-color css
<style>
a { background-color: #6B6E7C; }
a { background-color: rgb(107,110,124); }
div.DivClassName
{
background-color: #6B6E7C;
}
.BgClassName
{
background-color: #6B6E7C;
}
</style>
border-color css
<style>
span { border-color: #6B6E7C; }
span { border-color: rgb(107,110,124); }
td.TdClassName
{
border-color: #6B6E7C;
}
.TagClassName
{
border-color: #6B6E7C;
}
</style>