Shades of Storm Grey #6B7485
Tints of Storm Grey #6B7485
RGB
CMYK
RGB Variations
Color information
#6B7485 (or 0x6B7485) is known color: Storm Grey. HEX triplet: 6B, 74 and 85. RGB value is (107,116,133). Sum of RGB (Red+Green+Blue) = 107+116+133=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B7485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7485 is #948B7A. Grayscale: #737373. Windows color (decimal): -9735035 or 8746091. OLE color: 8746091.
HSL color Cylindrical-coordinate representation of color #6B7485: hue angle of 219.23º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B7485 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 116 | 133 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.48 |
| HSL | 219.23º | 0.11% | 0.47% | - |
| HSV(B) | 219.23º | 0.2% | 0.52% | - |
| XYZ | 16.54 | 17.31 | 24.66 | - |
| YUV | 115.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 116 | 133 | 0.20 | 0.13 | 0 | 0.48 | 219.23 | 0.11 | 0.47 |
| Hex | 6B | 74 | 85 | 14 | D | 0 | 30 | DB | B | 2F |
| Octal | 153 | 164 | 205 | 24 | 15 | 0 | 60 | 333 | 13 | 57 |
| Binary | 1101011 | 1110100 | 10000101 | 10100 | 1101 | 0 | 110000 | 11011011 | 1011 | 101111 |
Color Harmonies of #6B7485
Complementary color
Monochromatic Colors of #6B7485
Black with #6B7485
Text Example
Text Example
White with #6B7485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7485; }
p { color: rgb(107,116,133); }
H1.HeaderClassName
{
color: #6B7485;
}
.AnyTagClassName
{
color: #6B7485;
}
</style>
background-color css
<style>
a { background-color: #6B7485; }
a { background-color: rgb(107,116,133); }
div.DivClassName
{
background-color: #6B7485;
}
.BgClassName
{
background-color: #6B7485;
}
</style>
border-color css
<style>
span { border-color: #6B7485; }
span { border-color: rgb(107,116,133); }
td.TdClassName
{
border-color: #6B7485;
}
.TagClassName
{
border-color: #6B7485;
}
</style>