Shades of Shuttle Grey #60656C
Tints of Shuttle Grey #60656C
RGB
CMYK
RGB Variations
Color information
#60656C (or 0x60656C) is known color: Shuttle Grey. HEX triplet: 60, 65 and 6C. RGB value is (96,101,108). Sum of RGB (Red+Green+Blue) = 96+101+108=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 101 (39.84% from 255 or 33.11% 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 #60656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60656C is #9F9A93. Grayscale: #646464. Windows color (decimal): -10459796 or 7103840. OLE color: 7103840.
HSL color Cylindrical-coordinate representation of color #60656C: hue angle of 215º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #60656C is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 101 | 108 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.58 |
| HSL | 215º | 0.06% | 0.4% | - |
| HSV(B) | 215º | 0.11% | 0.42% | - |
| XYZ | 12.18 | 12.88 | 16.03 | - |
| YUV | 100.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 108 | 0.11 | 0.06 | 0 | 0.58 | 215 | 0.06 | 0.4 |
| Hex | 60 | 65 | 6C | B | 6 | 0 | 3A | D7 | 6 | 28 |
| Octal | 140 | 145 | 154 | 13 | 6 | 0 | 72 | 327 | 6 | 50 |
| Binary | 1100000 | 1100101 | 1101100 | 1011 | 110 | 0 | 111010 | 11010111 | 110 | 101000 |
Color Harmonies of #60656C
Complementary color
Monochromatic Colors of #60656C
Black with #60656C
Text Example
Text Example
White with #60656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60656C; }
p { color: rgb(96,101,108); }
H1.HeaderClassName
{
color: #60656C;
}
.AnyTagClassName
{
color: #60656C;
}
</style>
background-color css
<style>
a { background-color: #60656C; }
a { background-color: rgb(96,101,108); }
div.DivClassName
{
background-color: #60656C;
}
.BgClassName
{
background-color: #60656C;
}
</style>
border-color css
<style>
span { border-color: #60656C; }
span { border-color: rgb(96,101,108); }
td.TdClassName
{
border-color: #60656C;
}
.TagClassName
{
border-color: #60656C;
}
</style>