Color Hex Logo

#6e8baf Color Hex

#6E8BAF
(110,139,175)
0 Favorites   0 Comments

Color spaces of #6e8baf

RGB 110139175
HSL0.590.290.56
HSV213°37°69°
CMYK 0.370.210.00   0.31
XYZ23.400924.875444.1255
Yxy24.87540.25330.2692
Hunter Lab49.8752-3.5315-17.5422
CIE-Lab56.9538-1.0784-22.2215

#6e8baf color RGB value is (110,139,175).

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

The process color (four color CMYK) of #6e8baf color hex is 0.37, 0.21, 0.00, 0.31. Web safe color of #6e8baf is #669999. Color #6e8baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10001011 10101111
Octal 156 213 257
Decimal 110 139 175
Hex 6E 8B AF

RGB Percentages of Color #6e8baf

%25.94
%32.78
%41.27

CMYK Percentages of Color #6e8baf

%37
%21
%0
%31

Triadic Colors of #6e8baf

#6e8baf #af6e8b #8baf6e

Analogous Colors of #6e8baf

#6e8baf #726eaf #6eacaf

Monochromatic Colors of #6e8baf

#6e8baf

Complementary Color

#6e8baf #af926e

#6e8baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e8baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e8baf Color CSS Codes

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

#6e8baf Text Font Color

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

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


#6e8baf Background Color

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

This div background color is #6e8baf


#6e8baf Border Color

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

This div border color is #6e8baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e8baf


Comments

No comments written yet.

Please login to write comment.