Shades of Shuttle Grey #61646D
Tints of Shuttle Grey #61646D
RGB
CMYK
RGB Variations
Color information
#61646D (or 0x61646D) is known color: Shuttle Grey. HEX triplet: 61, 64 and 6D. RGB value is (97,100,109). Sum of RGB (Red+Green+Blue) = 97+100+109=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 109 - color contains mainly: blue. Hex color #61646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61646D is #9E9B92. Grayscale: #646464. Windows color (decimal): -10394515 or 7169121. OLE color: 7169121.
HSL color Cylindrical-coordinate representation of color #61646D: hue angle of 225º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #61646D is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 100 | 109 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.57 |
| HSL | 225º | 0.06% | 0.4% | - |
| HSV(B) | 225º | 0.11% | 0.43% | - |
| XYZ | 12.25 | 12.76 | 16.29 | - |
| YUV | 100.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 109 | 0.11 | 0.08 | 0 | 0.57 | 225 | 0.06 | 0.4 |
| Hex | 61 | 64 | 6D | B | 8 | 0 | 39 | E1 | 6 | 28 |
| Octal | 141 | 144 | 155 | 13 | 10 | 0 | 71 | 341 | 6 | 50 |
| Binary | 1100001 | 1100100 | 1101101 | 1011 | 1000 | 0 | 111001 | 11100001 | 110 | 101000 |
Color Harmonies of #61646D
Complementary color
Monochromatic Colors of #61646D
Black with #61646D
Text Example
Text Example
White with #61646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61646D; }
p { color: rgb(97,100,109); }
H1.HeaderClassName
{
color: #61646D;
}
.AnyTagClassName
{
color: #61646D;
}
</style>
background-color css
<style>
a { background-color: #61646D; }
a { background-color: rgb(97,100,109); }
div.DivClassName
{
background-color: #61646D;
}
.BgClassName
{
background-color: #61646D;
}
</style>
border-color css
<style>
span { border-color: #61646D; }
span { border-color: rgb(97,100,109); }
td.TdClassName
{
border-color: #61646D;
}
.TagClassName
{
border-color: #61646D;
}
</style>