Shades of Shuttle Grey #64676E
Tints of Shuttle Grey #64676E
RGB
CMYK
RGB Variations
Color information
#64676E (or 0x64676E) is known color: Shuttle Grey. HEX triplet: 64, 67 and 6E. RGB value is (100,103,110). Sum of RGB (Red+Green+Blue) = 100+103+110=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 103 (40.62% from 255 or 32.91% 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 #64676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64676E is #9B9891. Grayscale: #666666. Windows color (decimal): -10197138 or 7235428. OLE color: 7235428.
HSL color Cylindrical-coordinate representation of color #64676E: hue angle of 222º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #64676E is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 103 | 110 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.57 |
| HSL | 222º | 0.05% | 0.41% | - |
| HSV(B) | 222º | 0.09% | 0.43% | - |
| XYZ | 12.92 | 13.54 | 16.68 | - |
| YUV | 102.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 110 | 0.09 | 0.06 | 0 | 0.57 | 222 | 0.05 | 0.41 |
| Hex | 64 | 67 | 6E | 9 | 6 | 0 | 39 | DE | 5 | 29 |
| Octal | 144 | 147 | 156 | 11 | 6 | 0 | 71 | 336 | 5 | 51 |
| Binary | 1100100 | 1100111 | 1101110 | 1001 | 110 | 0 | 111001 | 11011110 | 101 | 101001 |
Color Harmonies of #64676E
Complementary color
Monochromatic Colors of #64676E
Black with #64676E
Text Example
Text Example
White with #64676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64676E; }
p { color: rgb(100,103,110); }
H1.HeaderClassName
{
color: #64676E;
}
.AnyTagClassName
{
color: #64676E;
}
</style>
background-color css
<style>
a { background-color: #64676E; }
a { background-color: rgb(100,103,110); }
div.DivClassName
{
background-color: #64676E;
}
.BgClassName
{
background-color: #64676E;
}
</style>
border-color css
<style>
span { border-color: #64676E; }
span { border-color: rgb(100,103,110); }
td.TdClassName
{
border-color: #64676E;
}
.TagClassName
{
border-color: #64676E;
}
</style>