Shades of Storm Grey #666B7F
Tints of Storm Grey #666B7F
RGB
CMYK
RGB Variations
Color information
#666B7F (or 0x666B7F) is known color: Storm Grey. HEX triplet: 66, 6B and 7F. RGB value is (102,107,127). Sum of RGB (Red+Green+Blue) = 102+107+127=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 127 - color contains mainly: blue. Hex color #666B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B7F is #999480. Grayscale: #6B6B6B. Windows color (decimal): -10065025 or 8350566. OLE color: 8350566.
HSL color Cylindrical-coordinate representation of color #666B7F: hue angle of 228º 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 #666B7F is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 107 | 127 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.50 |
| HSL | 228º | 0.11% | 0.45% | - |
| HSV(B) | 228º | 0.2% | 0.5% | - |
| XYZ | 14.57 | 14.87 | 22.18 | - |
| YUV | 107.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 127 | 0.20 | 0.16 | 0 | 0.50 | 228 | 0.11 | 0.45 |
| Hex | 66 | 6B | 7F | 14 | 10 | 0 | 32 | E4 | B | 2D |
| Octal | 146 | 153 | 177 | 24 | 20 | 0 | 62 | 344 | 13 | 55 |
| Binary | 1100110 | 1101011 | 1111111 | 10100 | 10000 | 0 | 110010 | 11100100 | 1011 | 101101 |
Color Harmonies of #666B7F
Complementary color
Monochromatic Colors of #666B7F
Black with #666B7F
Text Example
Text Example
White with #666B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B7F; }
p { color: rgb(102,107,127); }
H1.HeaderClassName
{
color: #666B7F;
}
.AnyTagClassName
{
color: #666B7F;
}
</style>
background-color css
<style>
a { background-color: #666B7F; }
a { background-color: rgb(102,107,127); }
div.DivClassName
{
background-color: #666B7F;
}
.BgClassName
{
background-color: #666B7F;
}
</style>
border-color css
<style>
span { border-color: #666B7F; }
span { border-color: rgb(102,107,127); }
td.TdClassName
{
border-color: #666B7F;
}
.TagClassName
{
border-color: #666B7F;
}
</style>