Color Hex Logo

#6e7aca Color Hex

#6E7ACA
(110,122,202)
0 Favorites   0 Comments

Color spaces of #6e7aca

RGB 110122202
HSL0.640.460.61
HSV232°46°79°
CMYK 0.460.400.00   0.21
XYZ24.050621.498358.7591
Yxy21.49830.23060.2061
Hunter Lab46.366311.4486-42.6807
CIE-Lab53.490616.7230-43.0189

#6e7aca color RGB value is (110,122,202).

#6e7aca hex color red value is 110, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6e7aca hue: 0.64 , saturation: 0.46 and the lightness value of 6e7aca is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 01111010 11001010
Octal 156 172 312
Decimal 110 122 202
Hex 6E 7A CA

RGB Percentages of Color #6e7aca

%25.35
%28.11
%46.54

CMYK Percentages of Color #6e7aca

%46
%40
%0
%21

Triadic Colors of #6e7aca

#6e7aca #ca6e7a #7aca6e

Analogous Colors of #6e7aca

#6e7aca #906eca #6ea8ca

Monochromatic Colors of #6e7aca

#6e7aca

Complementary Color

#6e7aca #cabe6e

#6e7aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e7aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e7aca Color CSS Codes

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

#6e7aca Text Font Color

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

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


#6e7aca Background Color

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

This div background color is #6e7aca


#6e7aca Border Color

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

This div border color is #6e7aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e7aca


Comments

No comments written yet.

Please login to write comment.