Shades of Shuttle Grey #63686E
Tints of Shuttle Grey #63686E
RGB
CMYK
RGB Variations
Color information
#63686E (or 0x63686E) is known color: Shuttle Grey. HEX triplet: 63, 68 and 6E. RGB value is (99,104,110). Sum of RGB (Red+Green+Blue) = 99+104+110=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 110 - color contains mainly: blue. Hex color #63686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63686E is #9C9791. Grayscale: #676767. Windows color (decimal): -10262418 or 7235683. OLE color: 7235683.
HSL color Cylindrical-coordinate representation of color #63686E: hue angle of 212.73º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #63686E is Cyan = 0.1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 104 | 110 | - |
| CMYK | 0.1 | 0.05 | 0 | 0.57 |
| HSL | 212.73º | 0.05% | 0.41% | - |
| HSV(B) | 212.73º | 0.1% | 0.43% | - |
| XYZ | 12.91 | 13.68 | 16.71 | - |
| YUV | 103.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 104 | 110 | 0.1 | 0.05 | 0 | 0.57 | 212.73 | 0.05 | 0.41 |
| Hex | 63 | 68 | 6E | A | 5 | 0 | 39 | D5 | 5 | 29 |
| Octal | 143 | 150 | 156 | 12 | 5 | 0 | 71 | 325 | 5 | 51 |
| Binary | 1100011 | 1101000 | 1101110 | 1010 | 101 | 0 | 111001 | 11010101 | 101 | 101001 |
Color Harmonies of #63686E
Complementary color
Monochromatic Colors of #63686E
Black with #63686E
Text Example
Text Example
White with #63686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63686E; }
p { color: rgb(99,104,110); }
H1.HeaderClassName
{
color: #63686E;
}
.AnyTagClassName
{
color: #63686E;
}
</style>
background-color css
<style>
a { background-color: #63686E; }
a { background-color: rgb(99,104,110); }
div.DivClassName
{
background-color: #63686E;
}
.BgClassName
{
background-color: #63686E;
}
</style>
border-color css
<style>
span { border-color: #63686E; }
span { border-color: rgb(99,104,110); }
td.TdClassName
{
border-color: #63686E;
}
.TagClassName
{
border-color: #63686E;
}
</style>