Color Hex Logo

#6e6caa Color Hex

#6E6CAA
(110,108,170)
0 Favorites   0 Comments

Color spaces of #6e6caa

RGB 110108170
HSL0.670.270.55
HSV242°36°67°
CMYK 0.350.360.00   0.33
XYZ19.048716.942440.2964
Yxy16.94240.24970.2221
Hunter Lab41.161110.5748-29.2316
CIE-Lab48.187415.9334-32.9247

#6e6caa color RGB value is (110,108,170).

#6e6caa hex color red value is 110, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6e6caa hue: 0.67 , saturation: 0.27 and the lightness value of 6e6caa is 0.55.

The process color (four color CMYK) of #6e6caa color hex is 0.35, 0.36, 0.00, 0.33. Web safe color of #6e6caa is #666699. Color #6e6caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01101100 10101010
Octal 156 154 252
Decimal 110 108 170
Hex 6E 6C AA

RGB Percentages of Color #6e6caa

%28.35
%27.84
%43.81

CMYK Percentages of Color #6e6caa

%35
%36
%0
%33

Triadic Colors of #6e6caa

#6e6caa #aa6e6c #6caa6e

Analogous Colors of #6e6caa

#6e6caa #8d6caa #6c89aa

Monochromatic Colors of #6e6caa

#6e6caa

Complementary Color

#6e6caa #a8aa6c

#6e6caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e6caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e6caa Color CSS Codes

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

#6e6caa Text Font Color

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

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


#6e6caa Background Color

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

This div background color is #6e6caa


#6e6caa Border Color

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

This div border color is #6e6caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e6caa


Comments

No comments written yet.

Please login to write comment.