Shades of Shuttle Grey #616A78
Tints of Shuttle Grey #616A78
RGB
CMYK
RGB Variations
Color information
#616A78 (or 0x616A78) is known color: Shuttle Grey. HEX triplet: 61, 6A and 78. RGB value is (97,106,120). Sum of RGB (Red+Green+Blue) = 97+106+120=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 120 - color contains mainly: blue. Hex color #616A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A78 is #9E9587. Grayscale: #686868. Windows color (decimal): -10392968 or 7891553. OLE color: 7891553.
HSL color Cylindrical-coordinate representation of color #616A78: hue angle of 216.52º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #616A78 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 106 | 120 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.53 |
| HSL | 216.52º | 0.11% | 0.43% | - |
| HSV(B) | 216.52º | 0.19% | 0.47% | - |
| XYZ | 13.47 | 14.21 | 19.8 | - |
| YUV | 104.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 120 | 0.19 | 0.12 | 0 | 0.53 | 216.52 | 0.11 | 0.43 |
| Hex | 61 | 6A | 78 | 13 | C | 0 | 35 | D9 | B | 2B |
| Octal | 141 | 152 | 170 | 23 | 14 | 0 | 65 | 331 | 13 | 53 |
| Binary | 1100001 | 1101010 | 1111000 | 10011 | 1100 | 0 | 110101 | 11011001 | 1011 | 101011 |
Color Harmonies of #616A78
Complementary color
Monochromatic Colors of #616A78
Black with #616A78
Text Example
Text Example
White with #616A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616A78; }
p { color: rgb(97,106,120); }
H1.HeaderClassName
{
color: #616A78;
}
.AnyTagClassName
{
color: #616A78;
}
</style>
background-color css
<style>
a { background-color: #616A78; }
a { background-color: rgb(97,106,120); }
div.DivClassName
{
background-color: #616A78;
}
.BgClassName
{
background-color: #616A78;
}
</style>
border-color css
<style>
span { border-color: #616A78; }
span { border-color: rgb(97,106,120); }
td.TdClassName
{
border-color: #616A78;
}
.TagClassName
{
border-color: #616A78;
}
</style>