Shades of Shuttle Grey #646972
Tints of Shuttle Grey #646972
RGB
CMYK
RGB Variations
Color information
#646972 (or 0x646972) is known color: Shuttle Grey. HEX triplet: 64, 69 and 72. RGB value is (100,105,114). Sum of RGB (Red+Green+Blue) = 100+105+114=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 114 - color contains mainly: blue. Hex color #646972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646972 is #9B968D. Grayscale: #686868. Windows color (decimal): -10196622 or 7498084. OLE color: 7498084.
HSL color Cylindrical-coordinate representation of color #646972: hue angle of 218.57º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #646972 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 105 | 114 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.55 |
| HSL | 218.57º | 0.07% | 0.42% | - |
| HSV(B) | 218.57º | 0.12% | 0.45% | - |
| XYZ | 13.34 | 14.03 | 17.92 | - |
| YUV | 104.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 114 | 0.12 | 0.08 | 0 | 0.55 | 218.57 | 0.07 | 0.42 |
| Hex | 64 | 69 | 72 | C | 8 | 0 | 37 | DB | 7 | 2A |
| Octal | 144 | 151 | 162 | 14 | 10 | 0 | 67 | 333 | 7 | 52 |
| Binary | 1100100 | 1101001 | 1110010 | 1100 | 1000 | 0 | 110111 | 11011011 | 111 | 101010 |
Color Harmonies of #646972
Complementary color
Monochromatic Colors of #646972
Black with #646972
Text Example
Text Example
White with #646972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646972; }
p { color: rgb(100,105,114); }
H1.HeaderClassName
{
color: #646972;
}
.AnyTagClassName
{
color: #646972;
}
</style>
background-color css
<style>
a { background-color: #646972; }
a { background-color: rgb(100,105,114); }
div.DivClassName
{
background-color: #646972;
}
.BgClassName
{
background-color: #646972;
}
</style>
border-color css
<style>
span { border-color: #646972; }
span { border-color: rgb(100,105,114); }
td.TdClassName
{
border-color: #646972;
}
.TagClassName
{
border-color: #646972;
}
</style>