Color Hex Logo

#406cca Color Hex

#406CCA
(64,108,202)
0 Favorites   0 Comments

Color spaces of #406cca

RGB 64108202
HSL0.610.570.52
HSV221°68°79°
CMYK 0.680.470.00   0.21
XYZ18.137616.079458.0248
Yxy16.07940.19660.1743
Hunter Lab40.099110.5655-57.7253
CIE-Lab47.078515.9716-53.3931

#406cca color RGB value is (64,108,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101100 11001010
Octal 100 154 312
Decimal 64 108 202
Hex 40 6C CA

RGB Percentages of Color #406cca

%17.11
%28.88
%54.01

CMYK Percentages of Color #406cca

%68
%47
%0
%21

Triadic Colors of #406cca

#406cca #ca406c #6cca40

Analogous Colors of #406cca

#406cca #5940ca #40b1ca

Monochromatic Colors of #406cca

#406cca

Complementary Color

#406cca #ca9e40

#406cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#406cca Color CSS Codes

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

#406cca Text Font Color

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

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


#406cca Background Color

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

This div background color is #406cca


#406cca Border Color

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

This div border color is #406cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406cca


Comments

No comments written yet.

Please login to write comment.