Shades of Shuttle Grey #61646C
Tints of Shuttle Grey #61646C
RGB
CMYK
RGB Variations
Color information
#61646C (or 0x61646C) is known color: Shuttle Grey. HEX triplet: 61, 64 and 6C. RGB value is (97,100,108). Sum of RGB (Red+Green+Blue) = 97+100+108=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 108 - color contains mainly: blue. Hex color #61646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61646C is #9E9B93. Grayscale: #636363. Windows color (decimal): -10394516 or 7103585. OLE color: 7103585.
HSL color Cylindrical-coordinate representation of color #61646C: hue angle of 223.64º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #61646C is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 100 | 108 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.58 |
| HSL | 223.64º | 0.05% | 0.4% | - |
| HSV(B) | 223.64º | 0.1% | 0.42% | - |
| XYZ | 12.19 | 12.74 | 16 | - |
| YUV | 100.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 108 | 0.10 | 0.07 | 0 | 0.58 | 223.64 | 0.05 | 0.4 |
| Hex | 61 | 64 | 6C | A | 7 | 0 | 3A | E0 | 5 | 28 |
| Octal | 141 | 144 | 154 | 12 | 7 | 0 | 72 | 340 | 5 | 50 |
| Binary | 1100001 | 1100100 | 1101100 | 1010 | 111 | 0 | 111010 | 11100000 | 101 | 101000 |
Color Harmonies of #61646C
Complementary color
Monochromatic Colors of #61646C
Black with #61646C
Text Example
Text Example
White with #61646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61646C; }
p { color: rgb(97,100,108); }
H1.HeaderClassName
{
color: #61646C;
}
.AnyTagClassName
{
color: #61646C;
}
</style>
background-color css
<style>
a { background-color: #61646C; }
a { background-color: rgb(97,100,108); }
div.DivClassName
{
background-color: #61646C;
}
.BgClassName
{
background-color: #61646C;
}
</style>
border-color css
<style>
span { border-color: #61646C; }
span { border-color: rgb(97,100,108); }
td.TdClassName
{
border-color: #61646C;
}
.TagClassName
{
border-color: #61646C;
}
</style>