Shades of Shuttle Grey #606870
Tints of Shuttle Grey #606870
RGB
CMYK
RGB Variations
Color information
#606870 (or 0x606870) is known color: Shuttle Grey. HEX triplet: 60, 68 and 70. RGB value is (96,104,112). Sum of RGB (Red+Green+Blue) = 96+104+112=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 112 - color contains mainly: blue. Hex color #606870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606870 is #9F978F. Grayscale: #666666. Windows color (decimal): -10459024 or 7366752. OLE color: 7366752.
HSL color Cylindrical-coordinate representation of color #606870: hue angle of 210º 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 #606870 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 104 | 112 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.56 |
| HSL | 210º | 0.08% | 0.41% | - |
| HSV(B) | 210º | 0.14% | 0.44% | - |
| XYZ | 12.7 | 13.56 | 17.28 | - |
| YUV | 102.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 112 | 0.14 | 0.07 | 0 | 0.56 | 210 | 0.08 | 0.41 |
| Hex | 60 | 68 | 70 | E | 7 | 0 | 38 | D2 | 8 | 29 |
| Octal | 140 | 150 | 160 | 16 | 7 | 0 | 70 | 322 | 10 | 51 |
| Binary | 1100000 | 1101000 | 1110000 | 1110 | 111 | 0 | 111000 | 11010010 | 1000 | 101001 |
Color Harmonies of #606870
Complementary color
Monochromatic Colors of #606870
Black with #606870
Text Example
Text Example
White with #606870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606870; }
p { color: rgb(96,104,112); }
H1.HeaderClassName
{
color: #606870;
}
.AnyTagClassName
{
color: #606870;
}
</style>
background-color css
<style>
a { background-color: #606870; }
a { background-color: rgb(96,104,112); }
div.DivClassName
{
background-color: #606870;
}
.BgClassName
{
background-color: #606870;
}
</style>
border-color css
<style>
span { border-color: #606870; }
span { border-color: rgb(96,104,112); }
td.TdClassName
{
border-color: #606870;
}
.TagClassName
{
border-color: #606870;
}
</style>