Color Hex Logo

#646466 Color Hex

#646466
(100,100,102)
0 Favorites   0 Comments

Color spaces of #646466

RGB 100100102
HSL0.670.010.40
HSV240°40°
CMYK 0.020.020.00   0.60
XYZ12.211012.783014.3941
Yxy12.78300.31000.3245
Hunter Lab35.7533-1.60441.1575
CIE-Lab42.43440.4218-1.1347

#646466 color RGB value is (100,100,102).

#646466 hex color red value is 100, green value is 100 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #646466 hue: 0.67 , saturation: 0.01 and the lightness value of 646466 is 0.40.

The process color (four color CMYK) of #646466 color hex is 0.02, 0.02, 0.00, 0.60. Web safe color of #646466 is #666666. Color #646466 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100100 01100110
Octal 144 144 146
Decimal 100 100 102
Hex 64 64 66

RGB Percentages of Color #646466

%33.11
%33.11
%33.77

CMYK Percentages of Color #646466

%2
%2
%0
%60

Triadic Colors of #646466

#646466 #666464 #646664

Analogous Colors of #646466

#646466 #656466 #646566

Monochromatic Colors of #646466

#646466

Complementary Color

#646466 #666664

#646466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646466 Color CSS Codes

.mybgcolor {background-color:#646466; } 
.myforecolor {color:#646466; }
.mybordercolor {border:3px solid #646466; }

#646466 Text Font Color

<p style="color:#646466">Text here</p>

This sample text font color is #646466
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#646466 Background Color

<div style="background-color:#646466">
Div content here</div>

This div background color is #646466


#646466 Border Color

<div style="border:3px solid #646466">
Div here</div>

This div border color is #646466


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,100,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #646466; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #646466;
  -webkit-box-shadow: 1px 1px 3px 2px #646466;
  box-shadow:         1px 1px 3px 2px #646466; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,100,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #646466">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #646466;
  -webkit-box-shadow: 1px 1px 3px 2px #646466;
  box-shadow:         1px 1px 3px 2px #646466;">
Div content here</div>

This div box has shadow with color #646466


Comments

No comments written yet.

Please login to write comment.