Shades of Storm Grey #6B6F7E
Tints of Storm Grey #6B6F7E
RGB
CMYK
RGB Variations
Color information
#6B6F7E (or 0x6B6F7E) is known color: Storm Grey. HEX triplet: 6B, 6F and 7E. RGB value is (107,111,126). Sum of RGB (Red+Green+Blue) = 107+111+126=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B6F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6F7E is #949081. Grayscale: #6F6F6F. Windows color (decimal): -9736322 or 8286059. OLE color: 8286059.
HSL color Cylindrical-coordinate representation of color #6B6F7E: hue angle of 227.37º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B6F7E is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 111 | 126 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.51 |
| HSL | 227.37º | 0.08% | 0.46% | - |
| HSV(B) | 227.37º | 0.15% | 0.49% | - |
| XYZ | 15.51 | 16 | 22.01 | - |
| YUV | 111.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 111 | 126 | 0.15 | 0.12 | 0 | 0.51 | 227.37 | 0.08 | 0.46 |
| Hex | 6B | 6F | 7E | F | C | 0 | 33 | E3 | 8 | 2E |
| Octal | 153 | 157 | 176 | 17 | 14 | 0 | 63 | 343 | 10 | 56 |
| Binary | 1101011 | 1101111 | 1111110 | 1111 | 1100 | 0 | 110011 | 11100011 | 1000 | 101110 |
Color Harmonies of #6B6F7E
Complementary color
Monochromatic Colors of #6B6F7E
Black with #6B6F7E
Text Example
Text Example
White with #6B6F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6F7E; }
p { color: rgb(107,111,126); }
H1.HeaderClassName
{
color: #6B6F7E;
}
.AnyTagClassName
{
color: #6B6F7E;
}
</style>
background-color css
<style>
a { background-color: #6B6F7E; }
a { background-color: rgb(107,111,126); }
div.DivClassName
{
background-color: #6B6F7E;
}
.BgClassName
{
background-color: #6B6F7E;
}
</style>
border-color css
<style>
span { border-color: #6B6F7E; }
span { border-color: rgb(107,111,126); }
td.TdClassName
{
border-color: #6B6F7E;
}
.TagClassName
{
border-color: #6B6F7E;
}
</style>