Color Hex Logo

#6e9baf Color Hex

#6E9BAF
(110,155,175)
0 Favorites   0 Comments

Color spaces of #6e9baf

RGB 110155175
HSL0.550.290.56
HSV198°37°69°
CMYK 0.370.110.00   0.31
XYZ25.889629.852844.9551
Yxy29.85280.25710.2965
Hunter Lab54.6377-11.0354-10.5365
CIE-Lab61.5270-10.0532-15.2584

#6e9baf color RGB value is (110,155,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10011011 10101111
Octal 156 233 257
Decimal 110 155 175
Hex 6E 9B AF

RGB Percentages of Color #6e9baf

%25.00
%35.23
%39.77

CMYK Percentages of Color #6e9baf

%37
%11
%0
%31

Triadic Colors of #6e9baf

#6e9baf #af6e9b #9baf6e

Analogous Colors of #6e9baf

#6e9baf #6e7baf #6eafa3

Monochromatic Colors of #6e9baf

#6e9baf

Complementary Color

#6e9baf #af826e

#6e9baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e9baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e9baf Color CSS Codes

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

#6e9baf Text Font Color

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

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


#6e9baf Background Color

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

This div background color is #6e9baf


#6e9baf Border Color

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

This div border color is #6e9baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e9baf


Comments

No comments written yet.

Please login to write comment.