Shades of Storm Grey #666C80
Tints of Storm Grey #666C80
RGB
CMYK
RGB Variations
Color information
#666C80 (or 0x666C80) is known color: Storm Grey. HEX triplet: 66, 6C and 80. RGB value is (102,108,128). Sum of RGB (Red+Green+Blue) = 102+108+128=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 128 - color contains mainly: blue. Hex color #666C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666C80 is #99937F. Grayscale: #6C6C6C. Windows color (decimal): -10064768 or 8416358. OLE color: 8416358.
HSL color Cylindrical-coordinate representation of color #666C80: hue angle of 226.15º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #666C80 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 108 | 128 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.50 |
| HSL | 226.15º | 0.11% | 0.45% | - |
| HSV(B) | 226.15º | 0.2% | 0.5% | - |
| XYZ | 14.74 | 15.11 | 22.56 | - |
| YUV | 108.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 128 | 0.20 | 0.16 | 0 | 0.50 | 226.15 | 0.11 | 0.45 |
| Hex | 66 | 6C | 80 | 14 | 10 | 0 | 32 | E2 | B | 2D |
| Octal | 146 | 154 | 200 | 24 | 20 | 0 | 62 | 342 | 13 | 55 |
| Binary | 1100110 | 1101100 | 10000000 | 10100 | 10000 | 0 | 110010 | 11100010 | 1011 | 101101 |
Color Harmonies of #666C80
Complementary color
Monochromatic Colors of #666C80
Black with #666C80
Text Example
Text Example
White with #666C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C80; }
p { color: rgb(102,108,128); }
H1.HeaderClassName
{
color: #666C80;
}
.AnyTagClassName
{
color: #666C80;
}
</style>
background-color css
<style>
a { background-color: #666C80; }
a { background-color: rgb(102,108,128); }
div.DivClassName
{
background-color: #666C80;
}
.BgClassName
{
background-color: #666C80;
}
</style>
border-color css
<style>
span { border-color: #666C80; }
span { border-color: rgb(102,108,128); }
td.TdClassName
{
border-color: #666C80;
}
.TagClassName
{
border-color: #666C80;
}
</style>