Shades of Shuttle Grey #616367
Tints of Shuttle Grey #616367
RGB
CMYK
RGB Variations
Color information
#616367 (or 0x616367) is known color: Shuttle Grey. HEX triplet: 61, 63 and 67. RGB value is (97,99,103). Sum of RGB (Red+Green+Blue) = 97+99+103=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 103 - color contains mainly: blue. Hex color #616367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616367 is #9E9C98. Grayscale: #626262. Windows color (decimal): -10394777 or 6775649. OLE color: 6775649.
HSL color Cylindrical-coordinate representation of color #616367: hue angle of 220º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #616367 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 99 | 103 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.60 |
| HSL | 220º | 0.03% | 0.39% | - |
| HSV(B) | 220º | 0.06% | 0.4% | - |
| XYZ | 11.84 | 12.44 | 14.61 | - |
| YUV | 98.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 103 | 0.06 | 0.04 | 0 | 0.60 | 220 | 0.03 | 0.39 |
| Hex | 61 | 63 | 67 | 6 | 4 | 0 | 3C | DC | 3 | 27 |
| Octal | 141 | 143 | 147 | 6 | 4 | 0 | 74 | 334 | 3 | 47 |
| Binary | 1100001 | 1100011 | 1100111 | 110 | 100 | 0 | 111100 | 11011100 | 11 | 100111 |
Color Harmonies of #616367
Complementary color
Monochromatic Colors of #616367
Black with #616367
Text Example
Text Example
White with #616367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616367; }
p { color: rgb(97,99,103); }
H1.HeaderClassName
{
color: #616367;
}
.AnyTagClassName
{
color: #616367;
}
</style>
background-color css
<style>
a { background-color: #616367; }
a { background-color: rgb(97,99,103); }
div.DivClassName
{
background-color: #616367;
}
.BgClassName
{
background-color: #616367;
}
</style>
border-color css
<style>
span { border-color: #616367; }
span { border-color: rgb(97,99,103); }
td.TdClassName
{
border-color: #616367;
}
.TagClassName
{
border-color: #616367;
}
</style>