Shades of Shuttle Grey #616870
Tints of Shuttle Grey #616870
RGB
CMYK
RGB Variations
Color information
#616870 (or 0x616870) is known color: Shuttle Grey. HEX triplet: 61, 68 and 70. RGB value is (97,104,112). Sum of RGB (Red+Green+Blue) = 97+104+112=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 112 - color contains mainly: blue. Hex color #616870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616870 is #9E978F. Grayscale: #666666. Windows color (decimal): -10393488 or 7366753. OLE color: 7366753.
HSL color Cylindrical-coordinate representation of color #616870: hue angle of 212º 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 #616870 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 104 | 112 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.56 |
| HSL | 212º | 0.07% | 0.41% | - |
| HSV(B) | 212º | 0.13% | 0.44% | - |
| XYZ | 12.8 | 13.61 | 17.28 | - |
| YUV | 102.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 112 | 0.13 | 0.07 | 0 | 0.56 | 212 | 0.07 | 0.41 |
| Hex | 61 | 68 | 70 | D | 7 | 0 | 38 | D4 | 7 | 29 |
| Octal | 141 | 150 | 160 | 15 | 7 | 0 | 70 | 324 | 7 | 51 |
| Binary | 1100001 | 1101000 | 1110000 | 1101 | 111 | 0 | 111000 | 11010100 | 111 | 101001 |
Color Harmonies of #616870
Complementary color
Monochromatic Colors of #616870
Black with #616870
Text Example
Text Example
White with #616870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616870; }
p { color: rgb(97,104,112); }
H1.HeaderClassName
{
color: #616870;
}
.AnyTagClassName
{
color: #616870;
}
</style>
background-color css
<style>
a { background-color: #616870; }
a { background-color: rgb(97,104,112); }
div.DivClassName
{
background-color: #616870;
}
.BgClassName
{
background-color: #616870;
}
</style>
border-color css
<style>
span { border-color: #616870; }
span { border-color: rgb(97,104,112); }
td.TdClassName
{
border-color: #616870;
}
.TagClassName
{
border-color: #616870;
}
</style>