Shades of Shuttle Grey #616877
Tints of Shuttle Grey #616877
RGB
CMYK
RGB Variations
Color information
#616877 (or 0x616877) is known color: Shuttle Grey. HEX triplet: 61, 68 and 77. RGB value is (97,104,119). Sum of RGB (Red+Green+Blue) = 97+104+119=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: blue. Hex color #616877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616877 is #9E9788. Grayscale: #676767. Windows color (decimal): -10393481 or 7825505. OLE color: 7825505.
HSL color Cylindrical-coordinate representation of color #616877: hue angle of 220.91º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #616877 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 104 | 119 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.53 |
| HSL | 220.91º | 0.1% | 0.42% | - |
| HSV(B) | 220.91º | 0.18% | 0.47% | - |
| XYZ | 13.21 | 13.77 | 19.42 | - |
| YUV | 103.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 119 | 0.18 | 0.13 | 0 | 0.53 | 220.91 | 0.1 | 0.42 |
| Hex | 61 | 68 | 77 | 12 | D | 0 | 35 | DD | A | 2A |
| Octal | 141 | 150 | 167 | 22 | 15 | 0 | 65 | 335 | 12 | 52 |
| Binary | 1100001 | 1101000 | 1110111 | 10010 | 1101 | 0 | 110101 | 11011101 | 1010 | 101010 |
Color Harmonies of #616877
Complementary color
Monochromatic Colors of #616877
Black with #616877
Text Example
Text Example
White with #616877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616877; }
p { color: rgb(97,104,119); }
H1.HeaderClassName
{
color: #616877;
}
.AnyTagClassName
{
color: #616877;
}
</style>
background-color css
<style>
a { background-color: #616877; }
a { background-color: rgb(97,104,119); }
div.DivClassName
{
background-color: #616877;
}
.BgClassName
{
background-color: #616877;
}
</style>
border-color css
<style>
span { border-color: #616877; }
span { border-color: rgb(97,104,119); }
td.TdClassName
{
border-color: #616877;
}
.TagClassName
{
border-color: #616877;
}
</style>