Shades of Storm Grey #6B708A
Tints of Storm Grey #6B708A
RGB
CMYK
RGB Variations
Color information
#6B708A (or 0x6B708A) is known color: Storm Grey. HEX triplet: 6B, 70 and 8A. RGB value is (107,112,138). Sum of RGB (Red+Green+Blue) = 107+112+138=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B708A is #948F75. Grayscale: #717171. Windows color (decimal): -9736054 or 9072747. OLE color: 9072747.
HSL color Cylindrical-coordinate representation of color #6B708A: hue angle of 230.32º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B708A is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 112 | 138 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.46 |
| HSL | 230.32º | 0.13% | 0.48% | - |
| HSV(B) | 230.32º | 0.22% | 0.54% | - |
| XYZ | 16.45 | 16.55 | 26.37 | - |
| YUV | 113.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 138 | 0.22 | 0.19 | 0 | 0.46 | 230.32 | 0.13 | 0.48 |
| Hex | 6B | 70 | 8A | 16 | 13 | 0 | 2E | E6 | D | 30 |
| Octal | 153 | 160 | 212 | 26 | 23 | 0 | 56 | 346 | 15 | 60 |
| Binary | 1101011 | 1110000 | 10001010 | 10110 | 10011 | 0 | 101110 | 11100110 | 1101 | 110000 |
Color Harmonies of #6B708A
Complementary color
Monochromatic Colors of #6B708A
Black with #6B708A
Text Example
Text Example
White with #6B708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B708A; }
p { color: rgb(107,112,138); }
H1.HeaderClassName
{
color: #6B708A;
}
.AnyTagClassName
{
color: #6B708A;
}
</style>
background-color css
<style>
a { background-color: #6B708A; }
a { background-color: rgb(107,112,138); }
div.DivClassName
{
background-color: #6B708A;
}
.BgClassName
{
background-color: #6B708A;
}
</style>
border-color css
<style>
span { border-color: #6B708A; }
span { border-color: rgb(107,112,138); }
td.TdClassName
{
border-color: #6B708A;
}
.TagClassName
{
border-color: #6B708A;
}
</style>