Color Hex Logo

#6e8faa Color Hex

#6E8FAA
(110,143,170)
0 Favorites   0 Comments

Color spaces of #6e8faa

RGB 110143170
HSL0.580.260.55
HSV207°35°67°
CMYK 0.350.160.00   0.33
XYZ23.508625.862241.7831
Yxy25.86220.25790.2837
Hunter Lab50.8549-6.4812-13.1151
CIE-Lab57.9060-4.7027-17.9131

#6e8faa color RGB value is (110,143,170).

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

The process color (four color CMYK) of #6e8faa color hex is 0.35, 0.16, 0.00, 0.33. Web safe color of #6e8faa is #669999. Color #6e8faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10001111 10101010
Octal 156 217 252
Decimal 110 143 170
Hex 6E 8F AA

RGB Percentages of Color #6e8faa

%26.00
%33.81
%40.19

CMYK Percentages of Color #6e8faa

%35
%16
%0
%33

Triadic Colors of #6e8faa

#6e8faa #aa6e8f #8faa6e

Analogous Colors of #6e8faa

#6e8faa #6e71aa #6eaaa7

Monochromatic Colors of #6e8faa

#6e8faa

Complementary Color

#6e8faa #aa896e

#6e8faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e8faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e8faa Color CSS Codes

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

#6e8faa Text Font Color

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

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


#6e8faa Background Color

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

This div background color is #6e8faa


#6e8faa Border Color

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

This div border color is #6e8faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,143,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 #6e8faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e8faa


Comments

No comments written yet.

Please login to write comment.