Shades of Shuttle Grey #646669
Tints of Shuttle Grey #646669
RGB
CMYK
RGB Variations
Color information
#646669 (or 0x646669) is known color: Shuttle Grey. HEX triplet: 64, 66 and 69. RGB value is (100,102,105). Sum of RGB (Red+Green+Blue) = 100+102+105=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 105 - color contains mainly: blue. Hex color #646669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646669 is #9B9996. Grayscale: #656565. Windows color (decimal): -10197399 or 6907492. OLE color: 6907492.
HSL color Cylindrical-coordinate representation of color #646669: hue angle of 216º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #646669 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 102 | 105 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.59 |
| HSL | 216º | 0.02% | 0.4% | - |
| HSV(B) | 216º | 0.05% | 0.41% | - |
| XYZ | 12.56 | 13.23 | 15.26 | - |
| YUV | 101.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 105 | 0.05 | 0.03 | 0 | 0.59 | 216 | 0.02 | 0.4 |
| Hex | 64 | 66 | 69 | 5 | 3 | 0 | 3B | D8 | 2 | 28 |
| Octal | 144 | 146 | 151 | 5 | 3 | 0 | 73 | 330 | 2 | 50 |
| Binary | 1100100 | 1100110 | 1101001 | 101 | 11 | 0 | 111011 | 11011000 | 10 | 101000 |
Color Harmonies of #646669
Complementary color
Monochromatic Colors of #646669
Black with #646669
Text Example
Text Example
White with #646669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646669; }
p { color: rgb(100,102,105); }
H1.HeaderClassName
{
color: #646669;
}
.AnyTagClassName
{
color: #646669;
}
</style>
background-color css
<style>
a { background-color: #646669; }
a { background-color: rgb(100,102,105); }
div.DivClassName
{
background-color: #646669;
}
.BgClassName
{
background-color: #646669;
}
</style>
border-color css
<style>
span { border-color: #646669; }
span { border-color: rgb(100,102,105); }
td.TdClassName
{
border-color: #646669;
}
.TagClassName
{
border-color: #646669;
}
</style>