Color Hex Logo

#6e68ea Color Hex

#6E68EA
(110,104,234)
0 Favorites   0 Comments

Color spaces of #6e68ea

RGB 110104234
HSL0.670.760.66
HSV243°56°92°
CMYK 0.530.560.00   0.08
XYZ26.232019.156180.1568
Yxy19.15610.20890.1526
Hunter Lab43.767730.3899-77.9472
CIE-Lab50.869337.3076-65.2965

#6e68ea color RGB value is (110,104,234).

#6e68ea hex color red value is 110, green value is 104 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6e68ea hue: 0.67 , saturation: 0.76 and the lightness value of 6e68ea is 0.66.

The process color (four color CMYK) of #6e68ea color hex is 0.53, 0.56, 0.00, 0.08. Web safe color of #6e68ea is #6666ff. Color #6e68ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01101000 11101010
Octal 156 150 352
Decimal 110 104 234
Hex 6E 68 EA

RGB Percentages of Color #6e68ea

%24.55
%23.21
%52.23

CMYK Percentages of Color #6e68ea

%53
%56
%0
%8

Triadic Colors of #6e68ea

#6e68ea #ea6e68 #68ea6e

Analogous Colors of #6e68ea

#6e68ea #af68ea #68a3ea

Monochromatic Colors of #6e68ea

#6e68ea

Complementary Color

#6e68ea #e4ea68

#6e68ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e68ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e68ea Color CSS Codes

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

#6e68ea Text Font Color

<p style="color:#6e68ea">Text here</p>

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


#6e68ea Background Color

<div style="background-color:#6e68ea">
Div content here</div>

This div background color is #6e68ea


#6e68ea Border Color

<div style="border:3px solid #6e68ea">
Div here</div>

This div border color is #6e68ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,104,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e68ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e68ea;
  -webkit-box-shadow: 1px 1px 3px 2px #6e68ea;
  box-shadow:         1px 1px 3px 2px #6e68ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,104,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 #6e68ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e68ea


Comments

No comments written yet.

Please login to write comment.