Shades of Shuttle Grey #63666A
Tints of Shuttle Grey #63666A
RGB
CMYK
RGB Variations
Color information
#63666A (or 0x63666A) is known color: Shuttle Grey. HEX triplet: 63, 66 and 6A. RGB value is (99,102,106). Sum of RGB (Red+Green+Blue) = 99+102+106=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 106 - color contains mainly: blue. Hex color #63666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63666A is #9C9995. Grayscale: #656565. Windows color (decimal): -10262934 or 6973027. OLE color: 6973027.
HSL color Cylindrical-coordinate representation of color #63666A: hue angle of 214.29º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #63666A is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 102 | 106 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.58 |
| HSL | 214.29º | 0.03% | 0.4% | - |
| HSV(B) | 214.29º | 0.07% | 0.42% | - |
| XYZ | 12.5 | 13.2 | 15.52 | - |
| YUV | 101.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 106 | 0.07 | 0.04 | 0 | 0.58 | 214.29 | 0.03 | 0.4 |
| Hex | 63 | 66 | 6A | 7 | 4 | 0 | 3A | D6 | 3 | 28 |
| Octal | 143 | 146 | 152 | 7 | 4 | 0 | 72 | 326 | 3 | 50 |
| Binary | 1100011 | 1100110 | 1101010 | 111 | 100 | 0 | 111010 | 11010110 | 11 | 101000 |
Color Harmonies of #63666A
Complementary color
Monochromatic Colors of #63666A
Black with #63666A
Text Example
Text Example
White with #63666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63666A; }
p { color: rgb(99,102,106); }
H1.HeaderClassName
{
color: #63666A;
}
.AnyTagClassName
{
color: #63666A;
}
</style>
background-color css
<style>
a { background-color: #63666A; }
a { background-color: rgb(99,102,106); }
div.DivClassName
{
background-color: #63666A;
}
.BgClassName
{
background-color: #63666A;
}
</style>
border-color css
<style>
span { border-color: #63666A; }
span { border-color: rgb(99,102,106); }
td.TdClassName
{
border-color: #63666A;
}
.TagClassName
{
border-color: #63666A;
}
</style>