Shades of Storm Grey #6B7687
Tints of Storm Grey #6B7687
RGB
CMYK
RGB Variations
Color information
#6B7687 (or 0x6B7687) is known color: Storm Grey. HEX triplet: 6B, 76 and 87. RGB value is (107,118,135). Sum of RGB (Red+Green+Blue) = 107+118+135=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B7687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7687 is #948978. Grayscale: #747474. Windows color (decimal): -9734521 or 8877675. OLE color: 8877675.
HSL color Cylindrical-coordinate representation of color #6B7687: hue angle of 216.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B7687 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 118 | 135 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.47 |
| HSL | 216.43º | 0.12% | 0.47% | - |
| HSV(B) | 216.43º | 0.21% | 0.53% | - |
| XYZ | 16.92 | 17.83 | 25.47 | - |
| YUV | 116.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 135 | 0.21 | 0.13 | 0 | 0.47 | 216.43 | 0.12 | 0.47 |
| Hex | 6B | 76 | 87 | 15 | D | 0 | 2F | D8 | C | 2F |
| Octal | 153 | 166 | 207 | 25 | 15 | 0 | 57 | 330 | 14 | 57 |
| Binary | 1101011 | 1110110 | 10000111 | 10101 | 1101 | 0 | 101111 | 11011000 | 1100 | 101111 |
Color Harmonies of #6B7687
Complementary color
Monochromatic Colors of #6B7687
Black with #6B7687
Text Example
Text Example
White with #6B7687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7687; }
p { color: rgb(107,118,135); }
H1.HeaderClassName
{
color: #6B7687;
}
.AnyTagClassName
{
color: #6B7687;
}
</style>
background-color css
<style>
a { background-color: #6B7687; }
a { background-color: rgb(107,118,135); }
div.DivClassName
{
background-color: #6B7687;
}
.BgClassName
{
background-color: #6B7687;
}
</style>
border-color css
<style>
span { border-color: #6B7687; }
span { border-color: rgb(107,118,135); }
td.TdClassName
{
border-color: #6B7687;
}
.TagClassName
{
border-color: #6B7687;
}
</style>