Color Hex Logo

#646ade Color Hex

#646ADE
(100,106,222)
0 Favorites   0 Comments

Color spaces of #646ade

RGB 100106222
HSL0.660.650.63
HSV237°55°87°
CMYK 0.550.520.00   0.13
XYZ23.594418.291371.3943
Yxy18.29130.20830.1615
Hunter Lab42.768323.6302-69.0365
CIE-Lab49.847530.4135-60.2223

#646ade color RGB value is (100,106,222).

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

The process color (four color CMYK) of #646ade color hex is 0.55, 0.52, 0.00, 0.13. Web safe color of #646ade is #6666cc. Color #646ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101010 11011110
Octal 144 152 336
Decimal 100 106 222
Hex 64 6A DE

RGB Percentages of Color #646ade

%23.36
%24.77
%51.87

CMYK Percentages of Color #646ade

%55
%52
%0
%13

Triadic Colors of #646ade

#646ade #de646a #6ade64

Analogous Colors of #646ade

#646ade #9b64de #64a7de

Monochromatic Colors of #646ade

#646ade

Complementary Color

#646ade #ded864

#646ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#646ade Color CSS Codes

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

#646ade Text Font Color

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

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


#646ade Background Color

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

This div background color is #646ade


#646ade Border Color

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

This div border color is #646ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646ade


Comments

No comments written yet.

Please login to write comment.