Color Hex Logo

#646bea Color Hex

#646BEA
(100,107,234)
0 Favorites   0 Comments

Color spaces of #646bea

RGB 100107234
HSL0.660.760.65
HSV237°57°92°
CMYK 0.570.540.00   0.08
XYZ25.364519.165280.2043
Yxy19.16520.20330.1536
Hunter Lab43.778126.8092-77.9785
CIE-Lab50.879933.6331-65.3140

#646bea color RGB value is (100,107,234).

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

The process color (four color CMYK) of #646bea color hex is 0.57, 0.54, 0.00, 0.08. Web safe color of #646bea is #6666ff. Color #646bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101011 11101010
Octal 144 153 352
Decimal 100 107 234
Hex 64 6B EA

RGB Percentages of Color #646bea

%22.68
%24.26
%53.06

CMYK Percentages of Color #646bea

%57
%54
%0
%8

Triadic Colors of #646bea

#646bea #ea646b #6bea64

Analogous Colors of #646bea

#646bea #a064ea #64aeea

Monochromatic Colors of #646bea

#646bea

Complementary Color

#646bea #eae364

#646bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#646bea Color CSS Codes

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

#646bea Text Font Color

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

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


#646bea Background Color

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

This div background color is #646bea


#646bea Border Color

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

This div border color is #646bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646bea


Comments

No comments written yet.

Please login to write comment.