Shades of Shuttle Grey #606C7A
Tints of Shuttle Grey #606C7A
RGB
CMYK
RGB Variations
Color information
#606C7A (or 0x606C7A) is known color: Shuttle Grey. HEX triplet: 60, 6C and 7A. RGB value is (96,108,122). Sum of RGB (Red+Green+Blue) = 96+108+122=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #606C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606C7A is #9F9385. Grayscale: #696969. Windows color (decimal): -10457990 or 8023136. OLE color: 8023136.
HSL color Cylindrical-coordinate representation of color #606C7A: hue angle of 212.31º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #606C7A is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 108 | 122 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.52 |
| HSL | 212.31º | 0.12% | 0.43% | - |
| HSV(B) | 212.31º | 0.21% | 0.48% | - |
| XYZ | 13.7 | 14.62 | 20.51 | - |
| YUV | 106.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 122 | 0.21 | 0.11 | 0 | 0.52 | 212.31 | 0.12 | 0.43 |
| Hex | 60 | 6C | 7A | 15 | B | 0 | 34 | D4 | C | 2B |
| Octal | 140 | 154 | 172 | 25 | 13 | 0 | 64 | 324 | 14 | 53 |
| Binary | 1100000 | 1101100 | 1111010 | 10101 | 1011 | 0 | 110100 | 11010100 | 1100 | 101011 |
Color Harmonies of #606C7A
Complementary color
Monochromatic Colors of #606C7A
Black with #606C7A
Text Example
Text Example
White with #606C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C7A; }
p { color: rgb(96,108,122); }
H1.HeaderClassName
{
color: #606C7A;
}
.AnyTagClassName
{
color: #606C7A;
}
</style>
background-color css
<style>
a { background-color: #606C7A; }
a { background-color: rgb(96,108,122); }
div.DivClassName
{
background-color: #606C7A;
}
.BgClassName
{
background-color: #606C7A;
}
</style>
border-color css
<style>
span { border-color: #606C7A; }
span { border-color: rgb(96,108,122); }
td.TdClassName
{
border-color: #606C7A;
}
.TagClassName
{
border-color: #606C7A;
}
</style>