#64676A

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

Shades of Shuttle Grey #64676A

Tints of Shuttle Grey #64676A

Color information

#64676A (or 0x64676A) is unknown color: approx 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

RGB100103106-
CMYK0.060.0300.58
HSL210º2.91%40.39%-
HSV(B)210º5.66%41.57%-
XYZ12.7113.4515.56-
YUV102.44130.01126.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=32.36%
G=33.33%
B=34.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1001031060.060.0300.582102.9140.39
Hex64676A6303Ad2328
Octal14414715263072322350
Binary1100100110011111010101101101110101101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>