Shades of Shuttle Grey #606878
Tints of Shuttle Grey #606878
RGB
CMYK
RGB Variations
Color information
#606878 (or 0x606878) is known color: Shuttle Grey. HEX triplet: 60, 68 and 78. RGB value is (96,104,120). Sum of RGB (Red+Green+Blue) = 96+104+120=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 120 - color contains mainly: blue. Hex color #606878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606878 is #9F9787. Grayscale: #676767. Windows color (decimal): -10459016 or 7891040. OLE color: 7891040.
HSL color Cylindrical-coordinate representation of color #606878: hue angle of 220º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #606878 is Cyan = 0.2, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 104 | 120 | - |
| CMYK | 0.2 | 0.13 | 0 | 0.53 |
| HSL | 220º | 0.11% | 0.42% | - |
| HSV(B) | 220º | 0.2% | 0.47% | - |
| XYZ | 13.16 | 13.74 | 19.73 | - |
| YUV | 103.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 120 | 0.2 | 0.13 | 0 | 0.53 | 220 | 0.11 | 0.42 |
| Hex | 60 | 68 | 78 | 14 | D | 0 | 35 | DC | B | 2A |
| Octal | 140 | 150 | 170 | 24 | 15 | 0 | 65 | 334 | 13 | 52 |
| Binary | 1100000 | 1101000 | 1111000 | 10100 | 1101 | 0 | 110101 | 11011100 | 1011 | 101010 |
Color Harmonies of #606878
Complementary color
Monochromatic Colors of #606878
Black with #606878
Text Example
Text Example
White with #606878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606878; }
p { color: rgb(96,104,120); }
H1.HeaderClassName
{
color: #606878;
}
.AnyTagClassName
{
color: #606878;
}
</style>
background-color css
<style>
a { background-color: #606878; }
a { background-color: rgb(96,104,120); }
div.DivClassName
{
background-color: #606878;
}
.BgClassName
{
background-color: #606878;
}
</style>
border-color css
<style>
span { border-color: #606878; }
span { border-color: rgb(96,104,120); }
td.TdClassName
{
border-color: #606878;
}
.TagClassName
{
border-color: #606878;
}
</style>