Shades of Shuttle Grey #606770
Tints of Shuttle Grey #606770
RGB
CMYK
RGB Variations
Color information
#606770 (or 0x606770) is known color: Shuttle Grey. HEX triplet: 60, 67 and 70. RGB value is (96,103,112). Sum of RGB (Red+Green+Blue) = 96+103+112=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: blue. Hex color #606770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606770 is #9F988F. Grayscale: #656565. Windows color (decimal): -10459280 or 7366496. OLE color: 7366496.
HSL color Cylindrical-coordinate representation of color #606770: hue angle of 213.75º degrees, saturation: 0.08, 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 #606770 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 103 | 112 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.56 |
| HSL | 213.75º | 0.08% | 0.41% | - |
| HSV(B) | 213.75º | 0.14% | 0.44% | - |
| XYZ | 12.6 | 13.36 | 17.24 | - |
| YUV | 101.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 112 | 0.14 | 0.08 | 0 | 0.56 | 213.75 | 0.08 | 0.41 |
| Hex | 60 | 67 | 70 | E | 8 | 0 | 38 | D6 | 8 | 29 |
| Octal | 140 | 147 | 160 | 16 | 10 | 0 | 70 | 326 | 10 | 51 |
| Binary | 1100000 | 1100111 | 1110000 | 1110 | 1000 | 0 | 111000 | 11010110 | 1000 | 101001 |
Color Harmonies of #606770
Complementary color
Monochromatic Colors of #606770
Black with #606770
Text Example
Text Example
White with #606770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606770; }
p { color: rgb(96,103,112); }
H1.HeaderClassName
{
color: #606770;
}
.AnyTagClassName
{
color: #606770;
}
</style>
background-color css
<style>
a { background-color: #606770; }
a { background-color: rgb(96,103,112); }
div.DivClassName
{
background-color: #606770;
}
.BgClassName
{
background-color: #606770;
}
</style>
border-color css
<style>
span { border-color: #606770; }
span { border-color: rgb(96,103,112); }
td.TdClassName
{
border-color: #606770;
}
.TagClassName
{
border-color: #606770;
}
</style>