Color Hex Logo

#406cbd Color Hex

#406CBD
(64,108,189)
0 Favorites   0 Comments

Color spaces of #406cbd

RGB 64108189
HSL0.610.490.50
HSV219°66°74°
CMYK 0.660.430.00   0.26
XYZ16.662215.489250.2556
Yxy15.48920.20220.1880
Hunter Lab39.35636.6976-48.1603
CIE-Lab46.297111.3127-47.1540

#406cbd color RGB value is (64,108,189).

#406cbd hex color red value is 64, green value is 108 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #406cbd hue: 0.61 , saturation: 0.49 and the lightness value of 406cbd is 0.50.

The process color (four color CMYK) of #406cbd color hex is 0.66, 0.43, 0.00, 0.26. Web safe color of #406cbd is #3366cc. Color #406cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101100 10111101
Octal 100 154 275
Decimal 64 108 189
Hex 40 6C BD

RGB Percentages of Color #406cbd

%17.73
%29.92
%52.35

CMYK Percentages of Color #406cbd

%66
%43
%0
%26

Triadic Colors of #406cbd

#406cbd #bd406c #6cbd40

Analogous Colors of #406cbd

#406cbd #5340bd #40abbd

Monochromatic Colors of #406cbd

#406cbd

Complementary Color

#406cbd #bd9140

#406cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#406cbd Color CSS Codes

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

#406cbd Text Font Color

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

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


#406cbd Background Color

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

This div background color is #406cbd


#406cbd Border Color

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

This div border color is #406cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,108,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #406cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #406cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #406cbd;
  box-shadow:         1px 1px 3px 2px #406cbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406cbd


Comments

No comments written yet.

Please login to write comment.