Color Hex Logo

#646aef Color Hex

#646AEF
(100,106,239)
0 Favorites   0 Comments

Color spaces of #646aef

RGB 100106239
HSL0.660.810.66
HSV237°58°94°
CMYK 0.580.560.00   0.06
XYZ25.989619.249484.0071
Yxy19.24940.20110.1489
Hunter Lab43.874128.9578-82.8124
CIE-Lab50.977735.8346-67.9561

#646aef color RGB value is (100,106,239).

#646aef hex color red value is 100, green value is 106 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #646aef hue: 0.66 , saturation: 0.81 and the lightness value of 646aef is 0.66.

The process color (four color CMYK) of #646aef color hex is 0.58, 0.56, 0.00, 0.06. Web safe color of #646aef is #6666ff. Color #646aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101010 11101111
Octal 144 152 357
Decimal 100 106 239
Hex 64 6A EF

RGB Percentages of Color #646aef

%22.47
%23.82
%53.71

CMYK Percentages of Color #646aef

%58
%56
%0
%6

Triadic Colors of #646aef

#646aef #ef646a #6aef64

Analogous Colors of #646aef

#646aef #a464ef #64b0ef

Monochromatic Colors of #646aef

#646aef

Complementary Color

#646aef #efe964

#646aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#646aef Color CSS Codes

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

#646aef Text Font Color

<p style="color:#646aef">Text here</p>

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


#646aef Background Color

<div style="background-color:#646aef">
Div content here</div>

This div background color is #646aef


#646aef Border Color

<div style="border:3px solid #646aef">
Div here</div>

This div border color is #646aef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,106,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #646aef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #646aef;
  -webkit-box-shadow: 1px 1px 3px 2px #646aef;
  box-shadow:         1px 1px 3px 2px #646aef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,106,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646aef


Comments

No comments written yet.

Please login to write comment.