Color Hex Logo

#6e96ae Color Hex

#6E96AE
(110,150,174)
0 Favorites   0 Comments

Color spaces of #6e96ae

RGB 110150174
HSL0.560.280.56
HSV203°37°68°
CMYK 0.370.140.00   0.32
XYZ24.976728.183744.1680
Yxy28.18370.25660.2896
Hunter Lab53.0883-8.9249-12.1658
CIE-Lab60.0543-7.5608-16.9232

#6e96ae color RGB value is (110,150,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10010110 10101110
Octal 156 226 256
Decimal 110 150 174
Hex 6E 96 AE

RGB Percentages of Color #6e96ae

%25.35
%34.56
%40.09

CMYK Percentages of Color #6e96ae

%37
%14
%0
%32

Triadic Colors of #6e96ae

#6e96ae #ae6e96 #96ae6e

Analogous Colors of #6e96ae

#6e96ae #6e76ae #6eaea6

Monochromatic Colors of #6e96ae

#6e96ae

Complementary Color

#6e96ae #ae866e

#6e96ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e96ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e96ae Color CSS Codes

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

#6e96ae Text Font Color

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

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


#6e96ae Background Color

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

This div background color is #6e96ae


#6e96ae Border Color

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

This div border color is #6e96ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e96ae


Comments

No comments written yet.

Please login to write comment.