Shades of Storm Grey #666B80
Tints of Storm Grey #666B80
RGB
CMYK
RGB Variations
Color information
#666B80 (or 0x666B80) is known color: Storm Grey. HEX triplet: 66, 6B and 80. RGB value is (102,107,128). Sum of RGB (Red+Green+Blue) = 102+107+128=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 128 - color contains mainly: blue. Hex color #666B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666B80 is #99947F. Grayscale: #6B6B6B. Windows color (decimal): -10065024 or 8416102. OLE color: 8416102.
HSL color Cylindrical-coordinate representation of color #666B80: hue angle of 228.46º 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 #666B80 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 107 | 128 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.50 |
| HSL | 228.46º | 0.11% | 0.45% | - |
| HSV(B) | 228.46º | 0.2% | 0.5% | - |
| XYZ | 14.63 | 14.9 | 22.53 | - |
| YUV | 107.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 128 | 0.20 | 0.16 | 0 | 0.50 | 228.46 | 0.11 | 0.45 |
| Hex | 66 | 6B | 80 | 14 | 10 | 0 | 32 | E4 | B | 2D |
| Octal | 146 | 153 | 200 | 24 | 20 | 0 | 62 | 344 | 13 | 55 |
| Binary | 1100110 | 1101011 | 10000000 | 10100 | 10000 | 0 | 110010 | 11100100 | 1011 | 101101 |
Color Harmonies of #666B80
Complementary color
Monochromatic Colors of #666B80
Black with #666B80
Text Example
Text Example
White with #666B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B80; }
p { color: rgb(102,107,128); }
H1.HeaderClassName
{
color: #666B80;
}
.AnyTagClassName
{
color: #666B80;
}
</style>
background-color css
<style>
a { background-color: #666B80; }
a { background-color: rgb(102,107,128); }
div.DivClassName
{
background-color: #666B80;
}
.BgClassName
{
background-color: #666B80;
}
</style>
border-color css
<style>
span { border-color: #666B80; }
span { border-color: rgb(102,107,128); }
td.TdClassName
{
border-color: #666B80;
}
.TagClassName
{
border-color: #666B80;
}
</style>