Shades of Shuttle Grey #606572
Tints of Shuttle Grey #606572
RGB
CMYK
RGB Variations
Color information
#606572 (or 0x606572) is known color: Shuttle Grey. HEX triplet: 60, 65 and 72. RGB value is (96,101,114). Sum of RGB (Red+Green+Blue) = 96+101+114=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 114 - color contains mainly: blue. Hex color #606572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606572 is #9F9A8D. Grayscale: #646464. Windows color (decimal): -10459790 or 7497056. OLE color: 7497056.
HSL color Cylindrical-coordinate representation of color #606572: hue angle of 223.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 #606572 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 101 | 114 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.55 |
| HSL | 223.33º | 0.09% | 0.41% | - |
| HSV(B) | 223.33º | 0.16% | 0.45% | - |
| XYZ | 12.51 | 13.01 | 17.77 | - |
| YUV | 100.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 114 | 0.16 | 0.11 | 0 | 0.55 | 223.33 | 0.09 | 0.41 |
| Hex | 60 | 65 | 72 | 10 | B | 0 | 37 | DF | 9 | 29 |
| Octal | 140 | 145 | 162 | 20 | 13 | 0 | 67 | 337 | 11 | 51 |
| Binary | 1100000 | 1100101 | 1110010 | 10000 | 1011 | 0 | 110111 | 11011111 | 1001 | 101001 |
Color Harmonies of #606572
Complementary color
Monochromatic Colors of #606572
Black with #606572
Text Example
Text Example
White with #606572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606572; }
p { color: rgb(96,101,114); }
H1.HeaderClassName
{
color: #606572;
}
.AnyTagClassName
{
color: #606572;
}
</style>
background-color css
<style>
a { background-color: #606572; }
a { background-color: rgb(96,101,114); }
div.DivClassName
{
background-color: #606572;
}
.BgClassName
{
background-color: #606572;
}
</style>
border-color css
<style>
span { border-color: #606572; }
span { border-color: rgb(96,101,114); }
td.TdClassName
{
border-color: #606572;
}
.TagClassName
{
border-color: #606572;
}
</style>