Color Hex Logo

#6e8eab Color Hex

#6E8EAB
(110,142,171)
0 Favorites   0 Comments

Color spaces of #6e8eab

RGB 110142171
HSL0.580.270.55
HSV209°36°67°
CMYK 0.360.170.00   0.33
XYZ23.454125.601342.2335
Yxy25.60130.25690.2804
Hunter Lab50.5977-5.8040-14.0705
CIE-Lab57.6567-3.8706-18.8633

#6e8eab color RGB value is (110,142,171).

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

The process color (four color CMYK) of #6e8eab color hex is 0.36, 0.17, 0.00, 0.33. Web safe color of #6e8eab is #669999. Color #6e8eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10001110 10101011
Octal 156 216 253
Decimal 110 142 171
Hex 6E 8E AB

RGB Percentages of Color #6e8eab

%26.00
%33.57
%40.43

CMYK Percentages of Color #6e8eab

%36
%17
%0
%33

Triadic Colors of #6e8eab

#6e8eab #ab6e8e #8eab6e

Analogous Colors of #6e8eab

#6e8eab #6e70ab #6eabaa

Monochromatic Colors of #6e8eab

#6e8eab

Complementary Color

#6e8eab #ab8b6e

#6e8eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e8eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e8eab Color CSS Codes

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

#6e8eab Text Font Color

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

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


#6e8eab Background Color

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

This div background color is #6e8eab


#6e8eab Border Color

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

This div border color is #6e8eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e8eab


Comments

No comments written yet.

Please login to write comment.