Color Hex Logo

#646671 Color Hex

#646671
(100,102,113)
0 Favorites   0 Comments

Color spaces of #646671

RGB 100102113
HSL0.640.060.42
HSV231°12°44°
CMYK 0.120.100.00   0.56
XYZ12.987513.404317.5256
Yxy13.40430.29570.3052
Hunter Lab36.6119-0.7507-2.7530
CIE-Lab43.36621.6438-6.4375

#646671 color RGB value is (100,102,113).

#646671 hex color red value is 100, green value is 102 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #646671 hue: 0.64 , saturation: 0.06 and the lightness value of 646671 is 0.42.

The process color (four color CMYK) of #646671 color hex is 0.12, 0.10, 0.00, 0.56. Web safe color of #646671 is #666666. Color #646671 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100110 01110001
Octal 144 146 161
Decimal 100 102 113
Hex 64 66 71

RGB Percentages of Color #646671

%31.75
%32.38
%35.87

CMYK Percentages of Color #646671

%12
%10
%0
%56

Triadic Colors of #646671

#646671 #716466 #667164

Analogous Colors of #646671

#646671 #696471 #646d71

Monochromatic Colors of #646671

#646671

Complementary Color

#646671 #716f64

#646671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646671 Color CSS Codes

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

#646671 Text Font Color

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

This sample text font color is #646671
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.


#646671 Background Color

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

This div background color is #646671


#646671 Border Color

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

This div border color is #646671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646671


Comments

No comments written yet.

Please login to write comment.