Shades of Shuttle Grey #606872
Tints of Shuttle Grey #606872
RGB
CMYK
RGB Variations
Color information
#606872 (or 0x606872) is known color: Shuttle Grey. HEX triplet: 60, 68 and 72. RGB value is (96,104,114). Sum of RGB (Red+Green+Blue) = 96+104+114=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 114 - color contains mainly: blue. Hex color #606872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606872 is #9F978D. Grayscale: #666666. Windows color (decimal): -10459022 or 7497824. OLE color: 7497824.
HSL color Cylindrical-coordinate representation of color #606872: hue angle of 213.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #606872 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 104 | 114 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.55 |
| HSL | 213.33º | 0.09% | 0.41% | - |
| HSV(B) | 213.33º | 0.16% | 0.45% | - |
| XYZ | 12.81 | 13.6 | 17.87 | - |
| YUV | 102.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 114 | 0.16 | 0.09 | 0 | 0.55 | 213.33 | 0.09 | 0.41 |
| Hex | 60 | 68 | 72 | 10 | 9 | 0 | 37 | D5 | 9 | 29 |
| Octal | 140 | 150 | 162 | 20 | 11 | 0 | 67 | 325 | 11 | 51 |
| Binary | 1100000 | 1101000 | 1110010 | 10000 | 1001 | 0 | 110111 | 11010101 | 1001 | 101001 |
Color Harmonies of #606872
Complementary color
Monochromatic Colors of #606872
Black with #606872
Text Example
Text Example
White with #606872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606872; }
p { color: rgb(96,104,114); }
H1.HeaderClassName
{
color: #606872;
}
.AnyTagClassName
{
color: #606872;
}
</style>
background-color css
<style>
a { background-color: #606872; }
a { background-color: rgb(96,104,114); }
div.DivClassName
{
background-color: #606872;
}
.BgClassName
{
background-color: #606872;
}
</style>
border-color css
<style>
span { border-color: #606872; }
span { border-color: rgb(96,104,114); }
td.TdClassName
{
border-color: #606872;
}
.TagClassName
{
border-color: #606872;
}
</style>