Color Hex Logo

#646abe Color Hex

#646ABE
(100,106,190)
0 Favorites   0 Comments

Color spaces of #646abe

RGB 100106190
HSL0.660.410.57
HSV236°47°75°
CMYK 0.470.440.00   0.25
XYZ19.703816.735150.9069
Yxy16.73510.22560.1916
Hunter Lab40.908614.3854-45.1449
CIE-Lab47.924520.3830-45.0129

#646abe color RGB value is (100,106,190).

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

The process color (four color CMYK) of #646abe color hex is 0.47, 0.44, 0.00, 0.25. Web safe color of #646abe is #6666cc. Color #646abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101010 10111110
Octal 144 152 276
Decimal 100 106 190
Hex 64 6A BE

RGB Percentages of Color #646abe

%25.25
%26.77
%47.98

CMYK Percentages of Color #646abe

%47
%44
%0
%25

Triadic Colors of #646abe

#646abe #be646a #6abe64

Analogous Colors of #646abe

#646abe #8b64be #6497be

Monochromatic Colors of #646abe

#646abe

Complementary Color

#646abe #beb864

#646abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#646abe Color CSS Codes

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

#646abe Text Font Color

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

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


#646abe Background Color

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

This div background color is #646abe


#646abe Border Color

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

This div border color is #646abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646abe


Comments

No comments written yet.

Please login to write comment.