Shades of Shuttle Grey #61646A
Tints of Shuttle Grey #61646A
RGB
CMYK
RGB Variations
Color information
#61646A (or 0x61646A) is known color: Shuttle Grey. HEX triplet: 61, 64 and 6A. RGB value is (97,100,106). Sum of RGB (Red+Green+Blue) = 97+100+106=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 106 - color contains mainly: blue. Hex color #61646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61646A is #9E9B95. Grayscale: #636363. Windows color (decimal): -10394518 or 6972513. OLE color: 6972513.
HSL color Cylindrical-coordinate representation of color #61646A: hue angle of 220º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #61646A is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 100 | 106 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.58 |
| HSL | 220º | 0.04% | 0.4% | - |
| HSV(B) | 220º | 0.08% | 0.42% | - |
| XYZ | 12.09 | 12.7 | 15.45 | - |
| YUV | 99.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 106 | 0.08 | 0.06 | 0 | 0.58 | 220 | 0.04 | 0.4 |
| Hex | 61 | 64 | 6A | 8 | 6 | 0 | 3A | DC | 4 | 28 |
| Octal | 141 | 144 | 152 | 10 | 6 | 0 | 72 | 334 | 4 | 50 |
| Binary | 1100001 | 1100100 | 1101010 | 1000 | 110 | 0 | 111010 | 11011100 | 100 | 101000 |
Color Harmonies of #61646A
Complementary color
Monochromatic Colors of #61646A
Black with #61646A
Text Example
Text Example
White with #61646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61646A; }
p { color: rgb(97,100,106); }
H1.HeaderClassName
{
color: #61646A;
}
.AnyTagClassName
{
color: #61646A;
}
</style>
background-color css
<style>
a { background-color: #61646A; }
a { background-color: rgb(97,100,106); }
div.DivClassName
{
background-color: #61646A;
}
.BgClassName
{
background-color: #61646A;
}
</style>
border-color css
<style>
span { border-color: #61646A; }
span { border-color: rgb(97,100,106); }
td.TdClassName
{
border-color: #61646A;
}
.TagClassName
{
border-color: #61646A;
}
</style>