Shades of Shuttle Grey #61666F
Tints of Shuttle Grey #61666F
RGB
CMYK
RGB Variations
Color information
#61666F (or 0x61666F) is known color: Shuttle Grey. HEX triplet: 61, 66 and 6F. RGB value is (97,102,111). Sum of RGB (Red+Green+Blue) = 97+102+111=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 111 - color contains mainly: blue. Hex color #61666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61666F is #9E9990. Grayscale: #656565. Windows color (decimal): -10394001 or 7300705. OLE color: 7300705.
HSL color Cylindrical-coordinate representation of color #61666F: hue angle of 218.57º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #61666F is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 102 | 111 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.56 |
| HSL | 218.57º | 0.07% | 0.41% | - |
| HSV(B) | 218.57º | 0.13% | 0.44% | - |
| XYZ | 12.55 | 13.19 | 16.92 | - |
| YUV | 101.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 111 | 0.13 | 0.08 | 0 | 0.56 | 218.57 | 0.07 | 0.41 |
| Hex | 61 | 66 | 6F | D | 8 | 0 | 38 | DB | 7 | 29 |
| Octal | 141 | 146 | 157 | 15 | 10 | 0 | 70 | 333 | 7 | 51 |
| Binary | 1100001 | 1100110 | 1101111 | 1101 | 1000 | 0 | 111000 | 11011011 | 111 | 101001 |
Color Harmonies of #61666F
Complementary color
Monochromatic Colors of #61666F
Black with #61666F
Text Example
Text Example
White with #61666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61666F; }
p { color: rgb(97,102,111); }
H1.HeaderClassName
{
color: #61666F;
}
.AnyTagClassName
{
color: #61666F;
}
</style>
background-color css
<style>
a { background-color: #61666F; }
a { background-color: rgb(97,102,111); }
div.DivClassName
{
background-color: #61666F;
}
.BgClassName
{
background-color: #61666F;
}
</style>
border-color css
<style>
span { border-color: #61666F; }
span { border-color: rgb(97,102,111); }
td.TdClassName
{
border-color: #61666F;
}
.TagClassName
{
border-color: #61666F;
}
</style>