Shades of Shuttle Grey #616970
Tints of Shuttle Grey #616970
RGB
CMYK
RGB Variations
Color information
#616970 (or 0x616970) is known color: Shuttle Grey. HEX triplet: 61, 69 and 70. RGB value is (97,105,112). Sum of RGB (Red+Green+Blue) = 97+105+112=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 112 - color contains mainly: blue. Hex color #616970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616970 is #9E968F. Grayscale: #676767. Windows color (decimal): -10393232 or 7367009. OLE color: 7367009.
HSL color Cylindrical-coordinate representation of color #616970: hue angle of 208º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616970 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 105 | 112 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.56 |
| HSL | 208º | 0.07% | 0.41% | - |
| HSV(B) | 208º | 0.13% | 0.44% | - |
| XYZ | 12.91 | 13.81 | 17.32 | - |
| YUV | 103.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 112 | 0.13 | 0.06 | 0 | 0.56 | 208 | 0.07 | 0.41 |
| Hex | 61 | 69 | 70 | D | 6 | 0 | 38 | D0 | 7 | 29 |
| Octal | 141 | 151 | 160 | 15 | 6 | 0 | 70 | 320 | 7 | 51 |
| Binary | 1100001 | 1101001 | 1110000 | 1101 | 110 | 0 | 111000 | 11010000 | 111 | 101001 |
Color Harmonies of #616970
Complementary color
Monochromatic Colors of #616970
Black with #616970
Text Example
Text Example
White with #616970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616970; }
p { color: rgb(97,105,112); }
H1.HeaderClassName
{
color: #616970;
}
.AnyTagClassName
{
color: #616970;
}
</style>
background-color css
<style>
a { background-color: #616970; }
a { background-color: rgb(97,105,112); }
div.DivClassName
{
background-color: #616970;
}
.BgClassName
{
background-color: #616970;
}
</style>
border-color css
<style>
span { border-color: #616970; }
span { border-color: rgb(97,105,112); }
td.TdClassName
{
border-color: #616970;
}
.TagClassName
{
border-color: #616970;
}
</style>