Shades of Storm Grey #666C81
Tints of Storm Grey #666C81
RGB
CMYK
RGB Variations
Color information
#666C81 (or 0x666C81) is known color: Storm Grey. HEX triplet: 66, 6C and 81. RGB value is (102,108,129). Sum of RGB (Red+Green+Blue) = 102+108+129=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 129 - color contains mainly: blue. Hex color #666C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666C81 is #99937E. Grayscale: #6C6C6C. Windows color (decimal): -10064767 or 8481894. OLE color: 8481894.
HSL color Cylindrical-coordinate representation of color #666C81: hue angle of 226.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #666C81 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 108 | 129 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.49 |
| HSL | 226.67º | 0.12% | 0.45% | - |
| HSV(B) | 226.67º | 0.21% | 0.51% | - |
| XYZ | 14.8 | 15.13 | 22.91 | - |
| YUV | 108.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 129 | 0.21 | 0.16 | 0 | 0.49 | 226.67 | 0.12 | 0.45 |
| Hex | 66 | 6C | 81 | 15 | 10 | 0 | 31 | E3 | C | 2D |
| Octal | 146 | 154 | 201 | 25 | 20 | 0 | 61 | 343 | 14 | 55 |
| Binary | 1100110 | 1101100 | 10000001 | 10101 | 10000 | 0 | 110001 | 11100011 | 1100 | 101101 |
Color Harmonies of #666C81
Complementary color
Monochromatic Colors of #666C81
Black with #666C81
Text Example
Text Example
White with #666C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C81; }
p { color: rgb(102,108,129); }
H1.HeaderClassName
{
color: #666C81;
}
.AnyTagClassName
{
color: #666C81;
}
</style>
background-color css
<style>
a { background-color: #666C81; }
a { background-color: rgb(102,108,129); }
div.DivClassName
{
background-color: #666C81;
}
.BgClassName
{
background-color: #666C81;
}
</style>
border-color css
<style>
span { border-color: #666C81; }
span { border-color: rgb(102,108,129); }
td.TdClassName
{
border-color: #666C81;
}
.TagClassName
{
border-color: #666C81;
}
</style>