Color Hex Logo

#6064ea Color Hex

#6064EA
(96,100,234)
0 Favorites   0 Comments

Color spaces of #6064ea

RGB 96100234
HSL0.660.770.65
HSV238°59°92°
CMYK 0.590.570.00   0.08
XYZ24.232317.541779.9506
Yxy17.54170.19910.1441
Hunter Lab41.882829.9805-83.8614
CIE-Lab48.935537.1517-68.4758

#6064ea color RGB value is (96,100,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100100 11101010
Octal 140 144 352
Decimal 96 100 234
Hex 60 64 EA

RGB Percentages of Color #6064ea

%22.33
%23.26
%54.42

CMYK Percentages of Color #6064ea

%59
%57
%0
%8

Triadic Colors of #6064ea

#6064ea #ea6064 #64ea60

Analogous Colors of #6064ea

#6064ea #a160ea #60a9ea

Monochromatic Colors of #6064ea

#6064ea

Complementary Color

#6064ea #eae660

#6064ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6064ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6064ea Color CSS Codes

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

#6064ea Text Font Color

<p style="color:#6064ea">Text here</p>

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


#6064ea Background Color

<div style="background-color:#6064ea">
Div content here</div>

This div background color is #6064ea


#6064ea Border Color

<div style="border:3px solid #6064ea">
Div here</div>

This div border color is #6064ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,100,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 #6064ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6064ea


Comments

No comments written yet.

Please login to write comment.