Shades of Shuttle Grey #61656F
Tints of Shuttle Grey #61656F
RGB
CMYK
RGB Variations
Color information
#61656F (or 0x61656F) is known color: Shuttle Grey. HEX triplet: 61, 65 and 6F. RGB value is (97,101,111). Sum of RGB (Red+Green+Blue) = 97+101+111=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 111 - color contains mainly: blue. Hex color #61656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61656F is #9E9A90. Grayscale: #646464. Windows color (decimal): -10394257 or 7300449. OLE color: 7300449.
HSL color Cylindrical-coordinate representation of color #61656F: hue angle of 222.86º 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 #61656F is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 101 | 111 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.56 |
| HSL | 222.86º | 0.07% | 0.41% | - |
| HSV(B) | 222.86º | 0.13% | 0.44% | - |
| XYZ | 12.45 | 13 | 16.89 | - |
| YUV | 100.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 101 | 111 | 0.13 | 0.09 | 0 | 0.56 | 222.86 | 0.07 | 0.41 |
| Hex | 61 | 65 | 6F | D | 9 | 0 | 38 | DF | 7 | 29 |
| Octal | 141 | 145 | 157 | 15 | 11 | 0 | 70 | 337 | 7 | 51 |
| Binary | 1100001 | 1100101 | 1101111 | 1101 | 1001 | 0 | 111000 | 11011111 | 111 | 101001 |
Color Harmonies of #61656F
Complementary color
Monochromatic Colors of #61656F
Black with #61656F
Text Example
Text Example
White with #61656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61656F; }
p { color: rgb(97,101,111); }
H1.HeaderClassName
{
color: #61656F;
}
.AnyTagClassName
{
color: #61656F;
}
</style>
background-color css
<style>
a { background-color: #61656F; }
a { background-color: rgb(97,101,111); }
div.DivClassName
{
background-color: #61656F;
}
.BgClassName
{
background-color: #61656F;
}
</style>
border-color css
<style>
span { border-color: #61656F; }
span { border-color: rgb(97,101,111); }
td.TdClassName
{
border-color: #61656F;
}
.TagClassName
{
border-color: #61656F;
}
</style>