Shades of Shuttle Grey #666C74
Tints of Shuttle Grey #666C74
RGB
CMYK
RGB Variations
Color information
#666C74 (or 0x666C74) is known color: Shuttle Grey. HEX triplet: 66, 6C and 74. RGB value is (102,108,116). Sum of RGB (Red+Green+Blue) = 102+108+116=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 116 - color contains mainly: blue. Hex color #666C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666C74 is #99938B. Grayscale: #6B6B6B. Windows color (decimal): -10064780 or 7629926. OLE color: 7629926.
HSL color Cylindrical-coordinate representation of color #666C74: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #666C74 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 108 | 116 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.55 |
| HSL | 214.29º | 0.06% | 0.43% | - |
| HSV(B) | 214.29º | 0.12% | 0.45% | - |
| XYZ | 13.99 | 14.81 | 18.64 | - |
| YUV | 107.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 116 | 0.12 | 0.07 | 0 | 0.55 | 214.29 | 0.06 | 0.43 |
| Hex | 66 | 6C | 74 | C | 7 | 0 | 37 | D6 | 6 | 2B |
| Octal | 146 | 154 | 164 | 14 | 7 | 0 | 67 | 326 | 6 | 53 |
| Binary | 1100110 | 1101100 | 1110100 | 1100 | 111 | 0 | 110111 | 11010110 | 110 | 101011 |
Color Harmonies of #666C74
Complementary color
Monochromatic Colors of #666C74
Black with #666C74
Text Example
Text Example
White with #666C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C74; }
p { color: rgb(102,108,116); }
H1.HeaderClassName
{
color: #666C74;
}
.AnyTagClassName
{
color: #666C74;
}
</style>
background-color css
<style>
a { background-color: #666C74; }
a { background-color: rgb(102,108,116); }
div.DivClassName
{
background-color: #666C74;
}
.BgClassName
{
background-color: #666C74;
}
</style>
border-color css
<style>
span { border-color: #666C74; }
span { border-color: rgb(102,108,116); }
td.TdClassName
{
border-color: #666C74;
}
.TagClassName
{
border-color: #666C74;
}
</style>