Color Hex Logo

#406bff Color Hex

#406BFF
(64,107,255)
0 Favorites   0 Comments

Color spaces of #406bff

RGB 64107255
HSL0.631.000.63
HSV226°75°100°
CMYK 0.750.580.00   0.00
XYZ25.422018.825496.9015
Yxy18.82540.18010.1334
Hunter Lab43.388228.6571-102.0440
CIE-Lab50.482335.5901-77.7525

#406bff color RGB value is (64,107,255).

#406bff hex color red value is 64, green value is 107 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #406bff hue: 0.63 , saturation: 1.00 and the lightness value of 406bff is 0.63.

The process color (four color CMYK) of #406bff color hex is 0.75, 0.58, 0.00, 0.00. Web safe color of #406bff is #3366ff. Color #406bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101011 11111111
Octal 100 153 377
Decimal 64 107 255
Hex 40 6B FF

RGB Percentages of Color #406bff

%15.02
%25.12
%59.86

CMYK Percentages of Color #406bff

%75
%58
%0
%0

Triadic Colors of #406bff

#406bff #ff406b #6bff40

Analogous Colors of #406bff

#406bff #7540ff #40cbff

Monochromatic Colors of #406bff

#406bff

Complementary Color

#406bff #ffd440

#406bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#406bff Color CSS Codes

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

#406bff Text Font Color

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

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


#406bff Background Color

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

This div background color is #406bff


#406bff Border Color

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

This div border color is #406bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406bff

Related Colors


Comments

No comments written yet.

Please login to write comment.