Shades of Shuttle Grey #606162
Tints of Shuttle Grey #606162
RGB
CMYK
RGB Variations
Color information
#606162 (or 0x606162) is known color: Shuttle Grey. HEX triplet: 60, 61 and 62. RGB value is (96,97,98). Sum of RGB (Red+Green+Blue) = 96+97+98=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 98 - color contains mainly: blue. Hex color #606162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606162 is #9F9E9D. Grayscale: #606060. Windows color (decimal): -10460830 or 6447456. OLE color: 6447456.
HSL color Cylindrical-coordinate representation of color #606162: hue angle of 210º degrees, saturation: 0.01, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #606162 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 97 | 98 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.62 |
| HSL | 210º | 0.01% | 0.38% | - |
| HSV(B) | 210º | 0.02% | 0.38% | - |
| XYZ | 11.3 | 11.92 | 13.26 | - |
| YUV | 96.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 98 | 0.02 | 0.01 | 0 | 0.62 | 210 | 0.01 | 0.38 |
| Hex | 60 | 61 | 62 | 2 | 1 | 0 | 3E | D2 | 1 | 26 |
| Octal | 140 | 141 | 142 | 2 | 1 | 0 | 76 | 322 | 1 | 46 |
| Binary | 1100000 | 1100001 | 1100010 | 10 | 1 | 0 | 111110 | 11010010 | 1 | 100110 |
Color Harmonies of #606162
Complementary color
Monochromatic Colors of #606162
Black with #606162
Text Example
Text Example
White with #606162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606162; }
p { color: rgb(96,97,98); }
H1.HeaderClassName
{
color: #606162;
}
.AnyTagClassName
{
color: #606162;
}
</style>
background-color css
<style>
a { background-color: #606162; }
a { background-color: rgb(96,97,98); }
div.DivClassName
{
background-color: #606162;
}
.BgClassName
{
background-color: #606162;
}
</style>
border-color css
<style>
span { border-color: #606162; }
span { border-color: rgb(96,97,98); }
td.TdClassName
{
border-color: #606162;
}
.TagClassName
{
border-color: #606162;
}
</style>