Shades of Shuttle Grey #60656F
Tints of Shuttle Grey #60656F
RGB
CMYK
RGB Variations
Color information
#60656F (or 0x60656F) is known color: Shuttle Grey. HEX triplet: 60, 65 and 6F. RGB value is (96,101,111). Sum of RGB (Red+Green+Blue) = 96+101+111=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 111 - color contains mainly: blue. Hex color #60656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60656F is #9F9A90. Grayscale: #646464. Windows color (decimal): -10459793 or 7300448. OLE color: 7300448.
HSL color Cylindrical-coordinate representation of color #60656F: hue angle of 220º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #60656F is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 101 | 111 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.56 |
| HSL | 220º | 0.07% | 0.41% | - |
| HSV(B) | 220º | 0.14% | 0.44% | - |
| XYZ | 12.35 | 12.94 | 16.89 | - |
| YUV | 100.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 111 | 0.14 | 0.09 | 0 | 0.56 | 220 | 0.07 | 0.41 |
| Hex | 60 | 65 | 6F | E | 9 | 0 | 38 | DC | 7 | 29 |
| Octal | 140 | 145 | 157 | 16 | 11 | 0 | 70 | 334 | 7 | 51 |
| Binary | 1100000 | 1100101 | 1101111 | 1110 | 1001 | 0 | 111000 | 11011100 | 111 | 101001 |
Color Harmonies of #60656F
Complementary color
Monochromatic Colors of #60656F
Black with #60656F
Text Example
Text Example
White with #60656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60656F; }
p { color: rgb(96,101,111); }
H1.HeaderClassName
{
color: #60656F;
}
.AnyTagClassName
{
color: #60656F;
}
</style>
background-color css
<style>
a { background-color: #60656F; }
a { background-color: rgb(96,101,111); }
div.DivClassName
{
background-color: #60656F;
}
.BgClassName
{
background-color: #60656F;
}
</style>
border-color css
<style>
span { border-color: #60656F; }
span { border-color: rgb(96,101,111); }
td.TdClassName
{
border-color: #60656F;
}
.TagClassName
{
border-color: #60656F;
}
</style>