Shades of Shuttle Grey #64666B
Tints of Shuttle Grey #64666B
RGB
CMYK
RGB Variations
Color information
#64666B (or 0x64666B) is known color: Shuttle Grey. HEX triplet: 64, 66 and 6B. RGB value is (100,102,107). Sum of RGB (Red+Green+Blue) = 100+102+107=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 107 - color contains mainly: blue. Hex color #64666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64666B is #9B9994. Grayscale: #656565. Windows color (decimal): -10197397 or 7038564. OLE color: 7038564.
HSL color Cylindrical-coordinate representation of color #64666B: hue angle of 222.86º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #64666B is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 102 | 107 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.58 |
| HSL | 222.86º | 0.03% | 0.41% | - |
| HSV(B) | 222.86º | 0.07% | 0.42% | - |
| XYZ | 12.66 | 13.27 | 15.8 | - |
| YUV | 101.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 107 | 0.07 | 0.05 | 0 | 0.58 | 222.86 | 0.03 | 0.41 |
| Hex | 64 | 66 | 6B | 7 | 5 | 0 | 3A | DF | 3 | 29 |
| Octal | 144 | 146 | 153 | 7 | 5 | 0 | 72 | 337 | 3 | 51 |
| Binary | 1100100 | 1100110 | 1101011 | 111 | 101 | 0 | 111010 | 11011111 | 11 | 101001 |
Color Harmonies of #64666B
Complementary color
Monochromatic Colors of #64666B
Black with #64666B
Text Example
Text Example
White with #64666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64666B; }
p { color: rgb(100,102,107); }
H1.HeaderClassName
{
color: #64666B;
}
.AnyTagClassName
{
color: #64666B;
}
</style>
background-color css
<style>
a { background-color: #64666B; }
a { background-color: rgb(100,102,107); }
div.DivClassName
{
background-color: #64666B;
}
.BgClassName
{
background-color: #64666B;
}
</style>
border-color css
<style>
span { border-color: #64666B; }
span { border-color: rgb(100,102,107); }
td.TdClassName
{
border-color: #64666B;
}
.TagClassName
{
border-color: #64666B;
}
</style>