Shades of Shuttle Grey #616875
Tints of Shuttle Grey #616875
RGB
CMYK
RGB Variations
Color information
#616875 (or 0x616875) is known color: Shuttle Grey. HEX triplet: 61, 68 and 75. RGB value is (97,104,117). Sum of RGB (Red+Green+Blue) = 97+104+117=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #616875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616875 is #9E978A. Grayscale: #676767. Windows color (decimal): -10393483 or 7694433. OLE color: 7694433.
HSL color Cylindrical-coordinate representation of color #616875: hue angle of 219º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #616875 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 104 | 117 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.54 |
| HSL | 219º | 0.09% | 0.42% | - |
| HSV(B) | 219º | 0.17% | 0.46% | - |
| XYZ | 13.09 | 13.73 | 18.79 | - |
| YUV | 103.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 117 | 0.17 | 0.11 | 0 | 0.54 | 219 | 0.09 | 0.42 |
| Hex | 61 | 68 | 75 | 11 | B | 0 | 36 | DB | 9 | 2A |
| Octal | 141 | 150 | 165 | 21 | 13 | 0 | 66 | 333 | 11 | 52 |
| Binary | 1100001 | 1101000 | 1110101 | 10001 | 1011 | 0 | 110110 | 11011011 | 1001 | 101010 |
Color Harmonies of #616875
Complementary color
Monochromatic Colors of #616875
Black with #616875
Text Example
Text Example
White with #616875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616875; }
p { color: rgb(97,104,117); }
H1.HeaderClassName
{
color: #616875;
}
.AnyTagClassName
{
color: #616875;
}
</style>
background-color css
<style>
a { background-color: #616875; }
a { background-color: rgb(97,104,117); }
div.DivClassName
{
background-color: #616875;
}
.BgClassName
{
background-color: #616875;
}
</style>
border-color css
<style>
span { border-color: #616875; }
span { border-color: rgb(97,104,117); }
td.TdClassName
{
border-color: #616875;
}
.TagClassName
{
border-color: #616875;
}
</style>