Color Hex Logo

#646eca Color Hex

#646ECA
(100,110,202)
0 Favorites   0 Comments

Color spaces of #646eca

RGB 100110202
HSL0.650.490.59
HSV234°50°79°
CMYK 0.500.460.00   0.21
XYZ21.492118.125558.2429
Yxy18.12550.21960.1852
Hunter Lab42.574115.6052-51.3091
CIE-Lab49.648021.6488-49.1658

#646eca color RGB value is (100,110,202).

#646eca hex color red value is 100, green value is 110 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #646eca hue: 0.65 , saturation: 0.49 and the lightness value of 646eca is 0.59.

The process color (four color CMYK) of #646eca color hex is 0.50, 0.46, 0.00, 0.21. Web safe color of #646eca is #6666cc. Color #646eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101110 11001010
Octal 144 156 312
Decimal 100 110 202
Hex 64 6E CA

RGB Percentages of Color #646eca

%24.27
%26.70
%49.03

CMYK Percentages of Color #646eca

%50
%46
%0
%21

Triadic Colors of #646eca

#646eca #ca646e #6eca64

Analogous Colors of #646eca

#646eca #8d64ca #64a1ca

Monochromatic Colors of #646eca

#646eca

Complementary Color

#646eca #cac064

#646eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#646eca Color CSS Codes

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

#646eca Text Font Color

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

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


#646eca Background Color

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

This div background color is #646eca


#646eca Border Color

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

This div border color is #646eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646eca


Comments

No comments written yet.

Please login to write comment.