Shades of Shuttle Grey #606971
Tints of Shuttle Grey #606971
RGB
CMYK
RGB Variations
Color information
#606971 (or 0x606971) is known color: Shuttle Grey. HEX triplet: 60, 69 and 71. RGB value is (96,105,113). Sum of RGB (Red+Green+Blue) = 96+105+113=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 113 - color contains mainly: blue. Hex color #606971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606971 is #9F968E. Grayscale: #676767. Windows color (decimal): -10458767 or 7432544. OLE color: 7432544.
HSL color Cylindrical-coordinate representation of color #606971: hue angle of 208.24º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #606971 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 105 | 113 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.56 |
| HSL | 208.24º | 0.08% | 0.41% | - |
| HSV(B) | 208.24º | 0.15% | 0.44% | - |
| XYZ | 12.86 | 13.78 | 17.61 | - |
| YUV | 103.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 113 | 0.15 | 0.07 | 0 | 0.56 | 208.24 | 0.08 | 0.41 |
| Hex | 60 | 69 | 71 | F | 7 | 0 | 38 | D0 | 8 | 29 |
| Octal | 140 | 151 | 161 | 17 | 7 | 0 | 70 | 320 | 10 | 51 |
| Binary | 1100000 | 1101001 | 1110001 | 1111 | 111 | 0 | 111000 | 11010000 | 1000 | 101001 |
Color Harmonies of #606971
Complementary color
Monochromatic Colors of #606971
Black with #606971
Text Example
Text Example
White with #606971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606971; }
p { color: rgb(96,105,113); }
H1.HeaderClassName
{
color: #606971;
}
.AnyTagClassName
{
color: #606971;
}
</style>
background-color css
<style>
a { background-color: #606971; }
a { background-color: rgb(96,105,113); }
div.DivClassName
{
background-color: #606971;
}
.BgClassName
{
background-color: #606971;
}
</style>
border-color css
<style>
span { border-color: #606971; }
span { border-color: rgb(96,105,113); }
td.TdClassName
{
border-color: #606971;
}
.TagClassName
{
border-color: #606971;
}
</style>