Shades of Shuttle Grey #666A71
Tints of Shuttle Grey #666A71
RGB
CMYK
RGB Variations
Color information
#666A71 (or 0x666A71) is known color: Shuttle Grey. HEX triplet: 66, 6A and 71. RGB value is (102,106,113). Sum of RGB (Red+Green+Blue) = 102+106+113=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 113 - color contains mainly: blue. Hex color #666A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666A71 is #99958E. Grayscale: #696969. Windows color (decimal): -10065295 or 7432806. OLE color: 7432806.
HSL color Cylindrical-coordinate representation of color #666A71: hue angle of 218.18º 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 #666A71 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 106 | 113 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.56 |
| HSL | 218.18º | 0.05% | 0.42% | - |
| HSV(B) | 218.18º | 0.1% | 0.44% | - |
| XYZ | 13.61 | 14.33 | 17.67 | - |
| YUV | 105.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 113 | 0.10 | 0.06 | 0 | 0.56 | 218.18 | 0.05 | 0.42 |
| Hex | 66 | 6A | 71 | A | 6 | 0 | 38 | DA | 5 | 2A |
| Octal | 146 | 152 | 161 | 12 | 6 | 0 | 70 | 332 | 5 | 52 |
| Binary | 1100110 | 1101010 | 1110001 | 1010 | 110 | 0 | 111000 | 11011010 | 101 | 101010 |
Color Harmonies of #666A71
Complementary color
Monochromatic Colors of #666A71
Black with #666A71
Text Example
Text Example
White with #666A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666A71; }
p { color: rgb(102,106,113); }
H1.HeaderClassName
{
color: #666A71;
}
.AnyTagClassName
{
color: #666A71;
}
</style>
background-color css
<style>
a { background-color: #666A71; }
a { background-color: rgb(102,106,113); }
div.DivClassName
{
background-color: #666A71;
}
.BgClassName
{
background-color: #666A71;
}
</style>
border-color css
<style>
span { border-color: #666A71; }
span { border-color: rgb(102,106,113); }
td.TdClassName
{
border-color: #666A71;
}
.TagClassName
{
border-color: #666A71;
}
</style>