Color Hex Logo

#6e9bae Color Hex

#6E9BAE
(110,155,174)
0 Favorites   0 Comments

Color spaces of #6e9bae

RGB 110155174
HSL0.550.280.56
HSV198°37°68°
CMYK 0.370.110.00   0.32
XYZ25.791729.813744.4396
Yxy29.81370.25780.2980
Hunter Lab54.6019-11.2373-10.0338
CIE-Lab61.4931-10.3163-14.7454

#6e9bae color RGB value is (110,155,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10011011 10101110
Octal 156 233 256
Decimal 110 155 174
Hex 6E 9B AE

RGB Percentages of Color #6e9bae

%25.06
%35.31
%39.64

CMYK Percentages of Color #6e9bae

%37
%11
%0
%32

Triadic Colors of #6e9bae

#6e9bae #ae6e9b #9bae6e

Analogous Colors of #6e9bae

#6e9bae #6e7bae #6eaea1

Monochromatic Colors of #6e9bae

#6e9bae

Complementary Color

#6e9bae #ae816e

#6e9bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e9bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e9bae Color CSS Codes

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

#6e9bae Text Font Color

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

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


#6e9bae Background Color

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

This div background color is #6e9bae


#6e9bae Border Color

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

This div border color is #6e9bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e9bae


Comments

No comments written yet.

Please login to write comment.