Shades of Shuttle Grey #646A73
Tints of Shuttle Grey #646A73
RGB
CMYK
RGB Variations
Color information
#646A73 (or 0x646A73) is known color: Shuttle Grey. HEX triplet: 64, 6A and 73. RGB value is (100,106,115). Sum of RGB (Red+Green+Blue) = 100+106+115=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 115 - color contains mainly: blue. Hex color #646A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A73 is #9B958C. Grayscale: #696969. Windows color (decimal): -10196365 or 7563876. OLE color: 7563876.
HSL color Cylindrical-coordinate representation of color #646A73: hue angle of 216º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #646A73 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 106 | 115 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.55 |
| HSL | 216º | 0.07% | 0.42% | - |
| HSV(B) | 216º | 0.13% | 0.45% | - |
| XYZ | 13.5 | 14.26 | 18.26 | - |
| YUV | 105.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 106 | 115 | 0.13 | 0.08 | 0 | 0.55 | 216 | 0.07 | 0.42 |
| Hex | 64 | 6A | 73 | D | 8 | 0 | 37 | D8 | 7 | 2A |
| Octal | 144 | 152 | 163 | 15 | 10 | 0 | 67 | 330 | 7 | 52 |
| Binary | 1100100 | 1101010 | 1110011 | 1101 | 1000 | 0 | 110111 | 11011000 | 111 | 101010 |
Color Harmonies of #646A73
Complementary color
Monochromatic Colors of #646A73
Black with #646A73
Text Example
Text Example
White with #646A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646A73; }
p { color: rgb(100,106,115); }
H1.HeaderClassName
{
color: #646A73;
}
.AnyTagClassName
{
color: #646A73;
}
</style>
background-color css
<style>
a { background-color: #646A73; }
a { background-color: rgb(100,106,115); }
div.DivClassName
{
background-color: #646A73;
}
.BgClassName
{
background-color: #646A73;
}
</style>
border-color css
<style>
span { border-color: #646A73; }
span { border-color: rgb(100,106,115); }
td.TdClassName
{
border-color: #646A73;
}
.TagClassName
{
border-color: #646A73;
}
</style>