Shades of Shuttle Grey #60656B
Tints of Shuttle Grey #60656B
RGB
CMYK
RGB Variations
Color information
#60656B (or 0x60656B) is known color: Shuttle Grey. HEX triplet: 60, 65 and 6B. RGB value is (96,101,107). Sum of RGB (Red+Green+Blue) = 96+101+107=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 107 - color contains mainly: blue. Hex color #60656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60656B is #9F9A94. Grayscale: #646464. Windows color (decimal): -10459797 or 7038304. OLE color: 7038304.
HSL color Cylindrical-coordinate representation of color #60656B: hue angle of 212.73º 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 #60656B is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 101 | 107 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.58 |
| HSL | 212.73º | 0.05% | 0.4% | - |
| HSV(B) | 212.73º | 0.1% | 0.42% | - |
| XYZ | 12.13 | 12.86 | 15.75 | - |
| YUV | 100.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 107 | 0.10 | 0.06 | 0 | 0.58 | 212.73 | 0.05 | 0.4 |
| Hex | 60 | 65 | 6B | A | 6 | 0 | 3A | D5 | 5 | 28 |
| Octal | 140 | 145 | 153 | 12 | 6 | 0 | 72 | 325 | 5 | 50 |
| Binary | 1100000 | 1100101 | 1101011 | 1010 | 110 | 0 | 111010 | 11010101 | 101 | 101000 |
Color Harmonies of #60656B
Complementary color
Monochromatic Colors of #60656B
Black with #60656B
Text Example
Text Example
White with #60656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60656B; }
p { color: rgb(96,101,107); }
H1.HeaderClassName
{
color: #60656B;
}
.AnyTagClassName
{
color: #60656B;
}
</style>
background-color css
<style>
a { background-color: #60656B; }
a { background-color: rgb(96,101,107); }
div.DivClassName
{
background-color: #60656B;
}
.BgClassName
{
background-color: #60656B;
}
</style>
border-color css
<style>
span { border-color: #60656B; }
span { border-color: rgb(96,101,107); }
td.TdClassName
{
border-color: #60656B;
}
.TagClassName
{
border-color: #60656B;
}
</style>