Shades of Storm Grey #6C6E8B
Tints of Storm Grey #6C6E8B
RGB
CMYK
RGB Variations
Color information
#6C6E8B (or 0x6C6E8B) is known color: Storm Grey. HEX triplet: 6C, 6E and 8B. RGB value is (108,110,139). Sum of RGB (Red+Green+Blue) = 108+110+139=357 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.25% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C6E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6E8B is #939174. Grayscale: #707070. Windows color (decimal): -9671029 or 9137772. OLE color: 9137772.
HSL color Cylindrical-coordinate representation of color #6C6E8B: hue angle of 236.13º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C6E8B is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 110 | 139 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.45 |
| HSL | 236.13º | 0.13% | 0.48% | - |
| HSV(B) | 236.13º | 0.22% | 0.55% | - |
| XYZ | 16.42 | 16.2 | 26.69 | - |
| YUV | 112.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 110 | 139 | 0.22 | 0.21 | 0 | 0.45 | 236.13 | 0.13 | 0.48 |
| Hex | 6C | 6E | 8B | 16 | 15 | 0 | 2D | EC | D | 30 |
| Octal | 154 | 156 | 213 | 26 | 25 | 0 | 55 | 354 | 15 | 60 |
| Binary | 1101100 | 1101110 | 10001011 | 10110 | 10101 | 0 | 101101 | 11101100 | 1101 | 110000 |
Color Harmonies of #6C6E8B
Complementary color
Monochromatic Colors of #6C6E8B
Black with #6C6E8B
Text Example
Text Example
White with #6C6E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6E8B; }
p { color: rgb(108,110,139); }
H1.HeaderClassName
{
color: #6C6E8B;
}
.AnyTagClassName
{
color: #6C6E8B;
}
</style>
background-color css
<style>
a { background-color: #6C6E8B; }
a { background-color: rgb(108,110,139); }
div.DivClassName
{
background-color: #6C6E8B;
}
.BgClassName
{
background-color: #6C6E8B;
}
</style>
border-color css
<style>
span { border-color: #6C6E8B; }
span { border-color: rgb(108,110,139); }
td.TdClassName
{
border-color: #6C6E8B;
}
.TagClassName
{
border-color: #6C6E8B;
}
</style>