Color Hex Logo

#6e7eaf Color Hex

#6E7EAF
(110,126,175)
0 Favorites   0 Comments

Color spaces of #6e7eaf

RGB 110126175
HSL0.630.290.56
HSV225°37°69°
CMYK 0.370.280.00   0.31
XYZ21.629121.331943.5349
Yxy21.33190.25010.2466
Hunter Lab46.18652.7651-23.5556
CIE-Lab53.31086.5065-27.8392

#6e7eaf color RGB value is (110,126,175).

#6e7eaf hex color red value is 110, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6e7eaf hue: 0.63 , saturation: 0.29 and the lightness value of 6e7eaf is 0.56.

The process color (four color CMYK) of #6e7eaf color hex is 0.37, 0.28, 0.00, 0.31. Web safe color of #6e7eaf is #666699. Color #6e7eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01111110 10101111
Octal 156 176 257
Decimal 110 126 175
Hex 6E 7E AF

RGB Percentages of Color #6e7eaf

%26.76
%30.66
%42.58

CMYK Percentages of Color #6e7eaf

%37
%28
%0
%31

Triadic Colors of #6e7eaf

#6e7eaf #af6e7e #7eaf6e

Analogous Colors of #6e7eaf

#6e7eaf #7f6eaf #6e9faf

Monochromatic Colors of #6e7eaf

#6e7eaf

Complementary Color

#6e7eaf #af9f6e

#6e7eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e7eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e7eaf Color CSS Codes

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

#6e7eaf Text Font Color

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

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


#6e7eaf Background Color

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

This div background color is #6e7eaf


#6e7eaf Border Color

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

This div border color is #6e7eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e7eaf


Comments

No comments written yet.

Please login to write comment.