Shades of Shuttle Grey #646668
Tints of Shuttle Grey #646668
RGB
CMYK
RGB Variations
Color information
#646668 (or 0x646668) is known color: Shuttle Grey. HEX triplet: 64, 66 and 68. RGB value is (100,102,104). Sum of RGB (Red+Green+Blue) = 100+102+104=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 104 - color contains mainly: blue. Hex color #646668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646668 is #9B9997. Grayscale: #656565. Windows color (decimal): -10197400 or 6841956. OLE color: 6841956.
HSL color Cylindrical-coordinate representation of color #646668: hue angle of 210º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #646668 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
RGB | 100 | 102 | 104 | - |
CMYK | 0.04 | 0.02 | 0 | 0.59 |
HSL | 210º | 0.02% | 0.4% | - |
HSV(B) | 210º | 0.04% | 0.41% | - |
XYZ | 12.51 | 13.21 | 14.99 | - |
YUV | 101.63 | 129.34 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 100 | 102 | 104 | 0.04 | 0.02 | 0 | 0.59 | 210 | 0.02 | 0.4 |
Hex | 64 | 66 | 68 | 4 | 2 | 0 | 3B | D2 | 2 | 28 |
Octal | 144 | 146 | 150 | 4 | 2 | 0 | 73 | 322 | 2 | 50 |
Binary | 1100100 | 1100110 | 1101000 | 100 | 10 | 0 | 111011 | 11010010 | 10 | 101000 |
Color Harmonies of #646668
Complementary color
Monochromatic Colors of #646668
Black with #646668
Text Example
Text Example
White with #646668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646668; }
p { color: rgb(100,102,104); }
H1.HeaderClassName
{
color: #646668;
}
.AnyTagClassName
{
color: #646668;
}
</style>
background-color css
<style>
a { background-color: #646668; }
a { background-color: rgb(100,102,104); }
div.DivClassName
{
background-color: #646668;
}
.BgClassName
{
background-color: #646668;
}
</style>
border-color css
<style>
span { border-color: #646668; }
span { border-color: rgb(100,102,104); }
td.TdClassName
{
border-color: #646668;
}
.TagClassName
{
border-color: #646668;
}
</style>