Shades of Shuttle Grey #606674
Tints of Shuttle Grey #606674
RGB
CMYK
RGB Variations
Color information
#606674 (or 0x606674) is known color: Shuttle Grey. HEX triplet: 60, 66 and 74. RGB value is (96,102,116). Sum of RGB (Red+Green+Blue) = 96+102+116=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 116 - color contains mainly: blue. Hex color #606674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606674 is #9F998B. Grayscale: #656565. Windows color (decimal): -10459532 or 7628384. OLE color: 7628384.
HSL color Cylindrical-coordinate representation of color #606674: hue angle of 222º 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 #606674 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 102 | 116 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.55 |
| HSL | 222º | 0.09% | 0.42% | - |
| HSV(B) | 222º | 0.17% | 0.45% | - |
| XYZ | 12.73 | 13.25 | 18.41 | - |
| YUV | 101.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 116 | 0.17 | 0.12 | 0 | 0.55 | 222 | 0.09 | 0.42 |
| Hex | 60 | 66 | 74 | 11 | C | 0 | 37 | DE | 9 | 2A |
| Octal | 140 | 146 | 164 | 21 | 14 | 0 | 67 | 336 | 11 | 52 |
| Binary | 1100000 | 1100110 | 1110100 | 10001 | 1100 | 0 | 110111 | 11011110 | 1001 | 101010 |
Color Harmonies of #606674
Complementary color
Monochromatic Colors of #606674
Black with #606674
Text Example
Text Example
White with #606674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606674; }
p { color: rgb(96,102,116); }
H1.HeaderClassName
{
color: #606674;
}
.AnyTagClassName
{
color: #606674;
}
</style>
background-color css
<style>
a { background-color: #606674; }
a { background-color: rgb(96,102,116); }
div.DivClassName
{
background-color: #606674;
}
.BgClassName
{
background-color: #606674;
}
</style>
border-color css
<style>
span { border-color: #606674; }
span { border-color: rgb(96,102,116); }
td.TdClassName
{
border-color: #606674;
}
.TagClassName
{
border-color: #606674;
}
</style>