Shades of Storm Grey #676F85
Tints of Storm Grey #676F85
RGB
CMYK
RGB Variations
Color information
#676F85 (or 0x676F85) is known color: Storm Grey. HEX triplet: 67, 6F and 85. RGB value is (103,111,133). Sum of RGB (Red+Green+Blue) = 103+111+133=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #676F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676F85 is #98907A. Grayscale: #6F6F6F. Windows color (decimal): -9998459 or 8744807. OLE color: 8744807.
HSL color Cylindrical-coordinate representation of color #676F85: hue angle of 224º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #676F85 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 111 | 133 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.48 |
| HSL | 224º | 0.13% | 0.46% | - |
| HSV(B) | 224º | 0.23% | 0.52% | - |
| XYZ | 15.51 | 15.95 | 24.45 | - |
| YUV | 111.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 133 | 0.23 | 0.17 | 0 | 0.48 | 224 | 0.13 | 0.46 |
| Hex | 67 | 6F | 85 | 17 | 11 | 0 | 30 | E0 | D | 2E |
| Octal | 147 | 157 | 205 | 27 | 21 | 0 | 60 | 340 | 15 | 56 |
| Binary | 1100111 | 1101111 | 10000101 | 10111 | 10001 | 0 | 110000 | 11100000 | 1101 | 101110 |
Color Harmonies of #676F85
Complementary color
Monochromatic Colors of #676F85
Black with #676F85
Text Example
Text Example
White with #676F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F85; }
p { color: rgb(103,111,133); }
H1.HeaderClassName
{
color: #676F85;
}
.AnyTagClassName
{
color: #676F85;
}
</style>
background-color css
<style>
a { background-color: #676F85; }
a { background-color: rgb(103,111,133); }
div.DivClassName
{
background-color: #676F85;
}
.BgClassName
{
background-color: #676F85;
}
</style>
border-color css
<style>
span { border-color: #676F85; }
span { border-color: rgb(103,111,133); }
td.TdClassName
{
border-color: #676F85;
}
.TagClassName
{
border-color: #676F85;
}
</style>