Shades of Shuttle Grey #606264
Tints of Shuttle Grey #606264
RGB
CMYK
RGB Variations
Color information
#606264 (or 0x606264) is known color: Shuttle Grey. HEX triplet: 60, 62 and 64. RGB value is (96,98,100). Sum of RGB (Red+Green+Blue) = 96+98+100=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 100 - color contains mainly: blue. Hex color #606264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606264 is #9F9D9B. Grayscale: #616161. Windows color (decimal): -10460572 or 6578784. OLE color: 6578784.
HSL color Cylindrical-coordinate representation of color #606264: hue angle of 210º degrees, saturation: 0.02, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #606264 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
RGB | 96 | 98 | 100 | - |
CMYK | 0.04 | 0.02 | 0 | 0.61 |
HSL | 210º | 0.02% | 0.38% | - |
HSV(B) | 210º | 0.04% | 0.39% | - |
XYZ | 11.49 | 12.14 | 13.79 | - |
YUV | 97.63 | 129.34 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 96 | 98 | 100 | 0.04 | 0.02 | 0 | 0.61 | 210 | 0.02 | 0.38 |
Hex | 60 | 62 | 64 | 4 | 2 | 0 | 3D | D2 | 2 | 26 |
Octal | 140 | 142 | 144 | 4 | 2 | 0 | 75 | 322 | 2 | 46 |
Binary | 1100000 | 1100010 | 1100100 | 100 | 10 | 0 | 111101 | 11010010 | 10 | 100110 |
Color Harmonies of #606264
Complementary color
Monochromatic Colors of #606264
Black with #606264
Text Example
Text Example
White with #606264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606264; }
p { color: rgb(96,98,100); }
H1.HeaderClassName
{
color: #606264;
}
.AnyTagClassName
{
color: #606264;
}
</style>
background-color css
<style>
a { background-color: #606264; }
a { background-color: rgb(96,98,100); }
div.DivClassName
{
background-color: #606264;
}
.BgClassName
{
background-color: #606264;
}
</style>
border-color css
<style>
span { border-color: #606264; }
span { border-color: rgb(96,98,100); }
td.TdClassName
{
border-color: #606264;
}
.TagClassName
{
border-color: #606264;
}
</style>