Shades of Shuttle Grey #666971
Tints of Shuttle Grey #666971
RGB
CMYK
RGB Variations
Color information
#666971 (or 0x666971) is known color: Shuttle Grey. HEX triplet: 66, 69 and 71. RGB value is (102,105,113). Sum of RGB (Red+Green+Blue) = 102+105+113=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 113 - color contains mainly: blue. Hex color #666971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666971 is #99968E. Grayscale: #686868. Windows color (decimal): -10065551 or 7432550. OLE color: 7432550.
HSL color Cylindrical-coordinate representation of color #666971: hue angle of 223.64º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #666971 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 105 | 113 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.56 |
| HSL | 223.64º | 0.05% | 0.42% | - |
| HSV(B) | 223.64º | 0.1% | 0.44% | - |
| XYZ | 13.51 | 14.12 | 17.64 | - |
| YUV | 105.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 113 | 0.10 | 0.07 | 0 | 0.56 | 223.64 | 0.05 | 0.42 |
| Hex | 66 | 69 | 71 | A | 7 | 0 | 38 | E0 | 5 | 2A |
| Octal | 146 | 151 | 161 | 12 | 7 | 0 | 70 | 340 | 5 | 52 |
| Binary | 1100110 | 1101001 | 1110001 | 1010 | 111 | 0 | 111000 | 11100000 | 101 | 101010 |
Color Harmonies of #666971
Complementary color
Monochromatic Colors of #666971
Black with #666971
Text Example
Text Example
White with #666971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666971; }
p { color: rgb(102,105,113); }
H1.HeaderClassName
{
color: #666971;
}
.AnyTagClassName
{
color: #666971;
}
</style>
background-color css
<style>
a { background-color: #666971; }
a { background-color: rgb(102,105,113); }
div.DivClassName
{
background-color: #666971;
}
.BgClassName
{
background-color: #666971;
}
</style>
border-color css
<style>
span { border-color: #666971; }
span { border-color: rgb(102,105,113); }
td.TdClassName
{
border-color: #666971;
}
.TagClassName
{
border-color: #666971;
}
</style>