Color Hex Logo

#406663 Color Hex

#406663
(64,102,99)
0 Favorites   0 Comments

Color spaces of #406663

RGB 6410299
HSL0.490.230.33
HSV175°37°40°
CMYK 0.370.000.03   0.60
XYZ9.117911.493613.5423
Yxy11.49360.26700.3365
Hunter Lab33.9022-11.32180.0481
CIE-Lab40.3997-14.2146-2.5922

#406663 color RGB value is (64,102,99).

#406663 hex color red value is 64, green value is 102 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #406663 hue: 0.49 , saturation: 0.23 and the lightness value of 406663 is 0.33.

The process color (four color CMYK) of #406663 color hex is 0.37, 0.00, 0.03, 0.60. Web safe color of #406663 is #336666. Color #406663 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100110 01100011
Octal 100 146 143
Decimal 64 102 99
Hex 40 66 63

RGB Percentages of Color #406663

%24.15
%38.49
%37.36

CMYK Percentages of Color #406663

%37
%0
%3
%60

Triadic Colors of #406663

#406663 #634066 #666340

Analogous Colors of #406663

#406663 #405666 #406650

Monochromatic Colors of #406663

#406663

Complementary Color

#406663 #664043

#406663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406663 Color CSS Codes

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

#406663 Text Font Color

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

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


#406663 Background Color

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

This div background color is #406663


#406663 Border Color

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

This div border color is #406663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406663


Comments

No comments written yet.

Please login to write comment.