Shades of Shuttle Grey #616771
Tints of Shuttle Grey #616771
RGB
CMYK
RGB Variations
Color information
#616771 (or 0x616771) is known color: Shuttle Grey. HEX triplet: 61, 67 and 71. RGB value is (97,103,113). Sum of RGB (Red+Green+Blue) = 97+103+113=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 113 - color contains mainly: blue. Hex color #616771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616771 is #9E988E. Grayscale: #666666. Windows color (decimal): -10393743 or 7432033. OLE color: 7432033.
HSL color Cylindrical-coordinate representation of color #616771: hue angle of 217.5º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #616771 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 103 | 113 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.56 |
| HSL | 217.5º | 0.08% | 0.41% | - |
| HSV(B) | 217.5º | 0.14% | 0.44% | - |
| XYZ | 12.76 | 13.43 | 17.54 | - |
| YUV | 102.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 113 | 0.14 | 0.09 | 0 | 0.56 | 217.5 | 0.08 | 0.41 |
| Hex | 61 | 67 | 71 | E | 9 | 0 | 38 | DA | 8 | 29 |
| Octal | 141 | 147 | 161 | 16 | 11 | 0 | 70 | 332 | 10 | 51 |
| Binary | 1100001 | 1100111 | 1110001 | 1110 | 1001 | 0 | 111000 | 11011010 | 1000 | 101001 |
Color Harmonies of #616771
Complementary color
Monochromatic Colors of #616771
Black with #616771
Text Example
Text Example
White with #616771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616771; }
p { color: rgb(97,103,113); }
H1.HeaderClassName
{
color: #616771;
}
.AnyTagClassName
{
color: #616771;
}
</style>
background-color css
<style>
a { background-color: #616771; }
a { background-color: rgb(97,103,113); }
div.DivClassName
{
background-color: #616771;
}
.BgClassName
{
background-color: #616771;
}
</style>
border-color css
<style>
span { border-color: #616771; }
span { border-color: rgb(97,103,113); }
td.TdClassName
{
border-color: #616771;
}
.TagClassName
{
border-color: #616771;
}
</style>