Shades of Shuttle Grey #606874
Tints of Shuttle Grey #606874
RGB
CMYK
RGB Variations
Color information
#606874 (or 0x606874) is known color: Shuttle Grey. HEX triplet: 60, 68 and 74. RGB value is (96,104,116). Sum of RGB (Red+Green+Blue) = 96+104+116=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 116 - color contains mainly: blue. Hex color #606874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606874 is #9F978B. Grayscale: #666666. Windows color (decimal): -10459020 or 7628896. OLE color: 7628896.
HSL color Cylindrical-coordinate representation of color #606874: hue angle of 216º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606874 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 104 | 116 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.55 |
| HSL | 216º | 0.09% | 0.42% | - |
| HSV(B) | 216º | 0.17% | 0.45% | - |
| XYZ | 12.93 | 13.65 | 18.48 | - |
| YUV | 102.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 116 | 0.17 | 0.10 | 0 | 0.55 | 216 | 0.09 | 0.42 |
| Hex | 60 | 68 | 74 | 11 | A | 0 | 37 | D8 | 9 | 2A |
| Octal | 140 | 150 | 164 | 21 | 12 | 0 | 67 | 330 | 11 | 52 |
| Binary | 1100000 | 1101000 | 1110100 | 10001 | 1010 | 0 | 110111 | 11011000 | 1001 | 101010 |
Color Harmonies of #606874
Complementary color
Monochromatic Colors of #606874
Black with #606874
Text Example
Text Example
White with #606874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606874; }
p { color: rgb(96,104,116); }
H1.HeaderClassName
{
color: #606874;
}
.AnyTagClassName
{
color: #606874;
}
</style>
background-color css
<style>
a { background-color: #606874; }
a { background-color: rgb(96,104,116); }
div.DivClassName
{
background-color: #606874;
}
.BgClassName
{
background-color: #606874;
}
</style>
border-color css
<style>
span { border-color: #606874; }
span { border-color: rgb(96,104,116); }
td.TdClassName
{
border-color: #606874;
}
.TagClassName
{
border-color: #606874;
}
</style>