Shades of Shuttle Grey #616773
Tints of Shuttle Grey #616773
RGB
CMYK
RGB Variations
Color information
#616773 (or 0x616773) is known color: Shuttle Grey. HEX triplet: 61, 67 and 73. RGB value is (97,103,115). Sum of RGB (Red+Green+Blue) = 97+103+115=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: blue. Hex color #616773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616773 is #9E988C. Grayscale: #666666. Windows color (decimal): -10393741 or 7563105. OLE color: 7563105.
HSL color Cylindrical-coordinate representation of color #616773: hue angle of 220º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #616773 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 103 | 115 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.55 |
| HSL | 220º | 0.08% | 0.42% | - |
| HSV(B) | 220º | 0.16% | 0.45% | - |
| XYZ | 12.87 | 13.48 | 18.14 | - |
| YUV | 102.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 115 | 0.16 | 0.10 | 0 | 0.55 | 220 | 0.08 | 0.42 |
| Hex | 61 | 67 | 73 | 10 | A | 0 | 37 | DC | 8 | 2A |
| Octal | 141 | 147 | 163 | 20 | 12 | 0 | 67 | 334 | 10 | 52 |
| Binary | 1100001 | 1100111 | 1110011 | 10000 | 1010 | 0 | 110111 | 11011100 | 1000 | 101010 |
Color Harmonies of #616773
Complementary color
Monochromatic Colors of #616773
Black with #616773
Text Example
Text Example
White with #616773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616773; }
p { color: rgb(97,103,115); }
H1.HeaderClassName
{
color: #616773;
}
.AnyTagClassName
{
color: #616773;
}
</style>
background-color css
<style>
a { background-color: #616773; }
a { background-color: rgb(97,103,115); }
div.DivClassName
{
background-color: #616773;
}
.BgClassName
{
background-color: #616773;
}
</style>
border-color css
<style>
span { border-color: #616773; }
span { border-color: rgb(97,103,115); }
td.TdClassName
{
border-color: #616773;
}
.TagClassName
{
border-color: #616773;
}
</style>