Color Hex Logo

#6e6acd Color Hex

#6E6ACD
(110,106,205)
0 Favorites   0 Comments

Color spaces of #6e6acd

RGB 110106205
HSL0.670.500.61
HSV242°48°80°
CMYK 0.460.480.00   0.20
XYZ22.603918.030860.0466
Yxy18.03080.22450.1791
Hunter Lab42.462720.7101-54.1183
CIE-Lab49.533427.3070-51.0222

#6e6acd color RGB value is (110,106,205).

#6e6acd hex color red value is 110, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6e6acd hue: 0.67 , saturation: 0.50 and the lightness value of 6e6acd is 0.61.

The process color (four color CMYK) of #6e6acd color hex is 0.46, 0.48, 0.00, 0.20. Web safe color of #6e6acd is #6666cc. Color #6e6acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01101010 11001101
Octal 156 152 315
Decimal 110 106 205
Hex 6E 6A CD

RGB Percentages of Color #6e6acd

%26.13
%25.18
%48.69

CMYK Percentages of Color #6e6acd

%46
%48
%0
%20

Triadic Colors of #6e6acd

#6e6acd #cd6e6a #6acd6e

Analogous Colors of #6e6acd

#6e6acd #a06acd #6a98cd

Monochromatic Colors of #6e6acd

#6e6acd

Complementary Color

#6e6acd #c9cd6a

#6e6acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e6acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e6acd Color CSS Codes

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

#6e6acd Text Font Color

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

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


#6e6acd Background Color

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

This div background color is #6e6acd


#6e6acd Border Color

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

This div border color is #6e6acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e6acd


Comments

No comments written yet.

Please login to write comment.