Shades of Shuttle Grey #61666E
Tints of Shuttle Grey #61666E
RGB
CMYK
RGB Variations
Color information
#61666E (or 0x61666E) is known color: Shuttle Grey. HEX triplet: 61, 66 and 6E. RGB value is (97,102,110). Sum of RGB (Red+Green+Blue) = 97+102+110=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 110 - color contains mainly: blue. Hex color #61666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61666E is #9E9991. Grayscale: #656565. Windows color (decimal): -10394002 or 7235169. OLE color: 7235169.
HSL color Cylindrical-coordinate representation of color #61666E: hue angle of 216.92º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #61666E is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 102 | 110 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.57 |
| HSL | 216.92º | 0.06% | 0.41% | - |
| HSV(B) | 216.92º | 0.12% | 0.43% | - |
| XYZ | 12.5 | 13.17 | 16.64 | - |
| YUV | 101.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 110 | 0.12 | 0.07 | 0 | 0.57 | 216.92 | 0.06 | 0.41 |
| Hex | 61 | 66 | 6E | C | 7 | 0 | 39 | D9 | 6 | 29 |
| Octal | 141 | 146 | 156 | 14 | 7 | 0 | 71 | 331 | 6 | 51 |
| Binary | 1100001 | 1100110 | 1101110 | 1100 | 111 | 0 | 111001 | 11011001 | 110 | 101001 |
Color Harmonies of #61666E
Complementary color
Monochromatic Colors of #61666E
Black with #61666E
Text Example
Text Example
White with #61666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61666E; }
p { color: rgb(97,102,110); }
H1.HeaderClassName
{
color: #61666E;
}
.AnyTagClassName
{
color: #61666E;
}
</style>
background-color css
<style>
a { background-color: #61666E; }
a { background-color: rgb(97,102,110); }
div.DivClassName
{
background-color: #61666E;
}
.BgClassName
{
background-color: #61666E;
}
</style>
border-color css
<style>
span { border-color: #61666E; }
span { border-color: rgb(97,102,110); }
td.TdClassName
{
border-color: #61666E;
}
.TagClassName
{
border-color: #61666E;
}
</style>