#64676D

Color #64676D Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #64676D

Tints of Shuttle Grey #64676D

Color information

#64676D (or 0x64676D) is unknown color: approx Shuttle Grey. HEX triplet: 64, 67 and 6D. RGB value is (100,103,109). Sum of RGB (Red+Green+Blue) = 100+103+109=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 109 - color contains mainly: blue. Hex color #64676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64676D is #9B9892. Grayscale: #666666. Windows color (decimal): -10197139 or 7169892. OLE color: 7169892.

HSL color Cylindrical-coordinate representation of color #64676D: hue angle of 220º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #64676D is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB100103109-
CMYK0.080.0600.57
HSL220º4.31%40.98%-
HSV(B)220º8.26%42.75%-
XYZ12.8713.5116.4-
YUV102.79131.51126.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 32.05%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=32.05%
G=33.01%
B=34.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1001031090.080.0600.572204.3140.98
Hex64676D86039dc429
Octal144147155106071334451
Binary1100100110011111011011000110011100111011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64676D; }

 p { color: rgb(100,103,109); }

 H1.HeaderClassName
 {
   color: #64676D;
 }
 .AnyTagClassName
 {
   color: #64676D;
 }
</style>
background-color css

<style>
 a { background-color: #64676D; }

 a { background-color: rgb(100,103,109); }

 div.DivClassName
 {
   background-color: #64676D;
 }
 .BgClassName
 {
   background-color: #64676D;
 }
</style>
border-color css

<style>
 span { border-color: #64676D; }

 span { border-color: rgb(100,103,109); }

 td.TdClassName
 {
   border-color: #64676D;
 }
 .TagClassName
 {
   border-color: #64676D;
 }
</style>