Color Hex Logo

#406ccb Color Hex

#406CCB
(64,108,203)
0 Favorites   0 Comments

Color spaces of #406ccb

RGB 64108203
HSL0.610.570.52
HSV221°68°80°
CMYK 0.680.470.00   0.20
XYZ18.256416.126958.6505
Yxy16.12690.19620.1733
Hunter Lab40.158310.8710-58.4812
CIE-Lab47.140516.3313-53.8668

#406ccb color RGB value is (64,108,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101100 11001011
Octal 100 154 313
Decimal 64 108 203
Hex 40 6C CB

RGB Percentages of Color #406ccb

%17.07
%28.80
%54.13

CMYK Percentages of Color #406ccb

%68
%47
%0
%20

Triadic Colors of #406ccb

#406ccb #cb406c #6ccb40

Analogous Colors of #406ccb

#406ccb #5a40cb #40b2cb

Monochromatic Colors of #406ccb

#406ccb

Complementary Color

#406ccb #cb9f40

#406ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#406ccb Color CSS Codes

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

#406ccb Text Font Color

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

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


#406ccb Background Color

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

This div background color is #406ccb


#406ccb Border Color

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

This div border color is #406ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406ccb


Comments

No comments written yet.

Please login to write comment.