Color Hex Logo

#406dcf Color Hex

#406DCF
(64,109,207)
0 Favorites   0 Comments

Color spaces of #406dcf

RGB 64109207
HSL0.610.600.53
HSV221°69°81°
CMYK 0.690.470.00   0.19
XYZ18.845516.532361.2293
Yxy16.53230.19510.1711
Hunter Lab40.659911.5782-60.8221
CIE-Lab47.665217.1398-55.3131

#406dcf color RGB value is (64,109,207).

#406dcf hex color red value is 64, green value is 109 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #406dcf hue: 0.61 , saturation: 0.60 and the lightness value of 406dcf is 0.53.

The process color (four color CMYK) of #406dcf color hex is 0.69, 0.47, 0.00, 0.19. Web safe color of #406dcf is #3366cc. Color #406dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101101 11001111
Octal 100 155 317
Decimal 64 109 207
Hex 40 6D CF

RGB Percentages of Color #406dcf

%16.84
%28.68
%54.47

CMYK Percentages of Color #406dcf

%69
%47
%0
%19

Triadic Colors of #406dcf

#406dcf #cf406d #6dcf40

Analogous Colors of #406dcf

#406dcf #5b40cf #40b5cf

Monochromatic Colors of #406dcf

#406dcf

Complementary Color

#406dcf #cfa240

#406dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#406dcf Color CSS Codes

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

#406dcf Text Font Color

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

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


#406dcf Background Color

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

This div background color is #406dcf


#406dcf Border Color

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

This div border color is #406dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406dcf


Comments

No comments written yet.

Please login to write comment.