Shades of Shuttle Grey #616974
Tints of Shuttle Grey #616974
RGB
CMYK
RGB Variations
Color information
#616974 (or 0x616974) is known color: Shuttle Grey. HEX triplet: 61, 69 and 74. RGB value is (97,105,116). Sum of RGB (Red+Green+Blue) = 97+105+116=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 116 - color contains mainly: blue. Hex color #616974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616974 is #9E968B. Grayscale: #676767. Windows color (decimal): -10393228 or 7629153. OLE color: 7629153.
HSL color Cylindrical-coordinate representation of color #616974: hue angle of 214.74º degrees, saturation: 0.09, 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 #616974 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 105 | 116 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.55 |
| HSL | 214.74º | 0.09% | 0.42% | - |
| HSV(B) | 214.74º | 0.16% | 0.45% | - |
| XYZ | 13.13 | 13.91 | 18.51 | - |
| YUV | 103.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 116 | 0.16 | 0.09 | 0 | 0.55 | 214.74 | 0.09 | 0.42 |
| Hex | 61 | 69 | 74 | 10 | 9 | 0 | 37 | D7 | 9 | 2A |
| Octal | 141 | 151 | 164 | 20 | 11 | 0 | 67 | 327 | 11 | 52 |
| Binary | 1100001 | 1101001 | 1110100 | 10000 | 1001 | 0 | 110111 | 11010111 | 1001 | 101010 |
Color Harmonies of #616974
Complementary color
Monochromatic Colors of #616974
Black with #616974
Text Example
Text Example
White with #616974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616974; }
p { color: rgb(97,105,116); }
H1.HeaderClassName
{
color: #616974;
}
.AnyTagClassName
{
color: #616974;
}
</style>
background-color css
<style>
a { background-color: #616974; }
a { background-color: rgb(97,105,116); }
div.DivClassName
{
background-color: #616974;
}
.BgClassName
{
background-color: #616974;
}
</style>
border-color css
<style>
span { border-color: #616974; }
span { border-color: rgb(97,105,116); }
td.TdClassName
{
border-color: #616974;
}
.TagClassName
{
border-color: #616974;
}
</style>