Color Hex Logo

#406695 Color Hex

#406695
(64,102,149)
0 Favorites   0 Comments

Color spaces of #406695

RGB 64102149
HSL0.590.400.42
HSV213°57°58°
CMYK 0.570.320.00   0.42
XYZ12.290512.762730.2494
Yxy12.76270.22220.2308
Hunter Lab35.7249-1.1090-25.1952
CIE-Lab42.40351.1015-29.8058

#406695 color RGB value is (64,102,149).

#406695 hex color red value is 64, green value is 102 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #406695 hue: 0.59 , saturation: 0.40 and the lightness value of 406695 is 0.42.

The process color (four color CMYK) of #406695 color hex is 0.57, 0.32, 0.00, 0.42. Web safe color of #406695 is #336699. Color #406695 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100110 10010101
Octal 100 146 225
Decimal 64 102 149
Hex 40 66 95

RGB Percentages of Color #406695

%20.32
%32.38
%47.30

CMYK Percentages of Color #406695

%57
%32
%0
%42

Triadic Colors of #406695

#406695 #954066 #669540

Analogous Colors of #406695

#406695 #454095 #409195

Monochromatic Colors of #406695

#406695

Complementary Color

#406695 #956f40

#406695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406695 Color CSS Codes

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

#406695 Text Font Color

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

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


#406695 Background Color

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

This div background color is #406695


#406695 Border Color

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

This div border color is #406695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406695


Comments

No comments written yet.

Please login to write comment.