Shades of Shuttle Grey #64676A
Tints of Shuttle Grey #64676A
RGB
CMYK
RGB Variations
Color information
#64676A (or 0x64676A) is known color: Shuttle Grey. HEX triplet: 64, 67 and 6A. RGB value is (100,103,106). Sum of RGB (Red+Green+Blue) = 100+103+106=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 106 - color contains mainly: blue. Hex color #64676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64676A is #9B9895. Grayscale: #666666. Windows color (decimal): -10197142 or 6973284. OLE color: 6973284.
HSL color Cylindrical-coordinate representation of color #64676A: hue angle of 210º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #64676A is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 103 | 106 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.58 |
| HSL | 210º | 0.03% | 0.4% | - |
| HSV(B) | 210º | 0.06% | 0.42% | - |
| XYZ | 12.71 | 13.45 | 15.56 | - |
| YUV | 102.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 106 | 0.06 | 0.03 | 0 | 0.58 | 210 | 0.03 | 0.4 |
| Hex | 64 | 67 | 6A | 6 | 3 | 0 | 3A | D2 | 3 | 28 |
| Octal | 144 | 147 | 152 | 6 | 3 | 0 | 72 | 322 | 3 | 50 |
| Binary | 1100100 | 1100111 | 1101010 | 110 | 11 | 0 | 111010 | 11010010 | 11 | 101000 |
Color Harmonies of #64676A
Complementary color
Monochromatic Colors of #64676A
Black with #64676A
Text Example
Text Example
White with #64676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64676A; }
p { color: rgb(100,103,106); }
H1.HeaderClassName
{
color: #64676A;
}
.AnyTagClassName
{
color: #64676A;
}
</style>
background-color css
<style>
a { background-color: #64676A; }
a { background-color: rgb(100,103,106); }
div.DivClassName
{
background-color: #64676A;
}
.BgClassName
{
background-color: #64676A;
}
</style>
border-color css
<style>
span { border-color: #64676A; }
span { border-color: rgb(100,103,106); }
td.TdClassName
{
border-color: #64676A;
}
.TagClassName
{
border-color: #64676A;
}
</style>