Shades of Shuttle Grey #60666E
Tints of Shuttle Grey #60666E
RGB
CMYK
RGB Variations
Color information
#60666E (or 0x60666E) is known color: Shuttle Grey. HEX triplet: 60, 66 and 6E. RGB value is (96,102,110). Sum of RGB (Red+Green+Blue) = 96+102+110=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 110 - color contains mainly: blue. Hex color #60666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60666E is #9F9991. Grayscale: #656565. Windows color (decimal): -10459538 or 7235168. OLE color: 7235168.
HSL color Cylindrical-coordinate representation of color #60666E: hue angle of 214.29º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #60666E is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 102 | 110 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.57 |
| HSL | 214.29º | 0.07% | 0.4% | - |
| HSV(B) | 214.29º | 0.13% | 0.43% | - |
| XYZ | 12.39 | 13.12 | 16.63 | - |
| YUV | 101.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 110 | 0.13 | 0.07 | 0 | 0.57 | 214.29 | 0.07 | 0.4 |
| Hex | 60 | 66 | 6E | D | 7 | 0 | 39 | D6 | 7 | 28 |
| Octal | 140 | 146 | 156 | 15 | 7 | 0 | 71 | 326 | 7 | 50 |
| Binary | 1100000 | 1100110 | 1101110 | 1101 | 111 | 0 | 111001 | 11010110 | 111 | 101000 |
Color Harmonies of #60666E
Complementary color
Monochromatic Colors of #60666E
Black with #60666E
Text Example
Text Example
White with #60666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60666E; }
p { color: rgb(96,102,110); }
H1.HeaderClassName
{
color: #60666E;
}
.AnyTagClassName
{
color: #60666E;
}
</style>
background-color css
<style>
a { background-color: #60666E; }
a { background-color: rgb(96,102,110); }
div.DivClassName
{
background-color: #60666E;
}
.BgClassName
{
background-color: #60666E;
}
</style>
border-color css
<style>
span { border-color: #60666E; }
span { border-color: rgb(96,102,110); }
td.TdClassName
{
border-color: #60666E;
}
.TagClassName
{
border-color: #60666E;
}
</style>