Shades of Shuttle Grey #616973
Tints of Shuttle Grey #616973
RGB
CMYK
RGB Variations
Color information
#616973 (or 0x616973) is known color: Shuttle Grey. HEX triplet: 61, 69 and 73. RGB value is (97,105,115). Sum of RGB (Red+Green+Blue) = 97+105+115=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 115 - color contains mainly: blue. Hex color #616973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616973 is #9E968C. Grayscale: #676767. Windows color (decimal): -10393229 or 7563617. OLE color: 7563617.
HSL color Cylindrical-coordinate representation of color #616973: hue angle of 213.33º 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 #616973 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 105 | 115 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.55 |
| HSL | 213.33º | 0.08% | 0.42% | - |
| HSV(B) | 213.33º | 0.16% | 0.45% | - |
| XYZ | 13.08 | 13.88 | 18.21 | - |
| YUV | 103.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 115 | 0.16 | 0.09 | 0 | 0.55 | 213.33 | 0.08 | 0.42 |
| Hex | 61 | 69 | 73 | 10 | 9 | 0 | 37 | D5 | 8 | 2A |
| Octal | 141 | 151 | 163 | 20 | 11 | 0 | 67 | 325 | 10 | 52 |
| Binary | 1100001 | 1101001 | 1110011 | 10000 | 1001 | 0 | 110111 | 11010101 | 1000 | 101010 |
Color Harmonies of #616973
Complementary color
Monochromatic Colors of #616973
Black with #616973
Text Example
Text Example
White with #616973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616973; }
p { color: rgb(97,105,115); }
H1.HeaderClassName
{
color: #616973;
}
.AnyTagClassName
{
color: #616973;
}
</style>
background-color css
<style>
a { background-color: #616973; }
a { background-color: rgb(97,105,115); }
div.DivClassName
{
background-color: #616973;
}
.BgClassName
{
background-color: #616973;
}
</style>
border-color css
<style>
span { border-color: #616973; }
span { border-color: rgb(97,105,115); }
td.TdClassName
{
border-color: #616973;
}
.TagClassName
{
border-color: #616973;
}
</style>