Shades of Shuttle Grey #616A75
Tints of Shuttle Grey #616A75
RGB
CMYK
RGB Variations
Color information
#616A75 (or 0x616A75) is known color: Shuttle Grey. HEX triplet: 61, 6A and 75. RGB value is (97,106,117). Sum of RGB (Red+Green+Blue) = 97+106+117=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #616A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A75 is #9E958A. Grayscale: #686868. Windows color (decimal): -10392971 or 7694945. OLE color: 7694945.
HSL color Cylindrical-coordinate representation of color #616A75: hue angle of 213º 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 #616A75 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 106 | 117 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.54 |
| HSL | 213º | 0.09% | 0.42% | - |
| HSV(B) | 213º | 0.17% | 0.46% | - |
| XYZ | 13.29 | 14.13 | 18.86 | - |
| YUV | 104.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 117 | 0.17 | 0.09 | 0 | 0.54 | 213 | 0.09 | 0.42 |
| Hex | 61 | 6A | 75 | 11 | 9 | 0 | 36 | D5 | 9 | 2A |
| Octal | 141 | 152 | 165 | 21 | 11 | 0 | 66 | 325 | 11 | 52 |
| Binary | 1100001 | 1101010 | 1110101 | 10001 | 1001 | 0 | 110110 | 11010101 | 1001 | 101010 |
Color Harmonies of #616A75
Complementary color
Monochromatic Colors of #616A75
Black with #616A75
Text Example
Text Example
White with #616A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616A75; }
p { color: rgb(97,106,117); }
H1.HeaderClassName
{
color: #616A75;
}
.AnyTagClassName
{
color: #616A75;
}
</style>
background-color css
<style>
a { background-color: #616A75; }
a { background-color: rgb(97,106,117); }
div.DivClassName
{
background-color: #616A75;
}
.BgClassName
{
background-color: #616A75;
}
</style>
border-color css
<style>
span { border-color: #616A75; }
span { border-color: rgb(97,106,117); }
td.TdClassName
{
border-color: #616A75;
}
.TagClassName
{
border-color: #616A75;
}
</style>