Shades of Shuttle Grey #616872
Tints of Shuttle Grey #616872
RGB
CMYK
RGB Variations
Color information
#616872 (or 0x616872) is known color: Shuttle Grey. HEX triplet: 61, 68 and 72. RGB value is (97,104,114). Sum of RGB (Red+Green+Blue) = 97+104+114=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 114 - color contains mainly: blue. Hex color #616872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616872 is #9E978D. Grayscale: #676767. Windows color (decimal): -10393486 or 7497825. OLE color: 7497825.
HSL color Cylindrical-coordinate representation of color #616872: hue angle of 215.29º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #616872 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 104 | 114 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.55 |
| HSL | 215.29º | 0.08% | 0.41% | - |
| HSV(B) | 215.29º | 0.15% | 0.45% | - |
| XYZ | 12.92 | 13.66 | 17.87 | - |
| YUV | 103.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 114 | 0.15 | 0.09 | 0 | 0.55 | 215.29 | 0.08 | 0.41 |
| Hex | 61 | 68 | 72 | F | 9 | 0 | 37 | D7 | 8 | 29 |
| Octal | 141 | 150 | 162 | 17 | 11 | 0 | 67 | 327 | 10 | 51 |
| Binary | 1100001 | 1101000 | 1110010 | 1111 | 1001 | 0 | 110111 | 11010111 | 1000 | 101001 |
Color Harmonies of #616872
Complementary color
Monochromatic Colors of #616872
Black with #616872
Text Example
Text Example
White with #616872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616872; }
p { color: rgb(97,104,114); }
H1.HeaderClassName
{
color: #616872;
}
.AnyTagClassName
{
color: #616872;
}
</style>
background-color css
<style>
a { background-color: #616872; }
a { background-color: rgb(97,104,114); }
div.DivClassName
{
background-color: #616872;
}
.BgClassName
{
background-color: #616872;
}
</style>
border-color css
<style>
span { border-color: #616872; }
span { border-color: rgb(97,104,114); }
td.TdClassName
{
border-color: #616872;
}
.TagClassName
{
border-color: #616872;
}
</style>