Color Hex Logo

#6e93ac Color Hex

#6E93AC
(110,147,172)
0 Favorites   0 Comments

Color spaces of #6e93ac

RGB 110147172
HSL0.570.270.55
HSV204°36°67°
CMYK 0.360.150.00   0.33
XYZ24.310527.161042.9910
Yxy27.16100.25740.2875
Hunter Lab52.1162-7.9390-12.4273
CIE-Lab59.1231-6.4197-17.2019

#6e93ac color RGB value is (110,147,172).

#6e93ac hex color red value is 110, green value is 147 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6e93ac hue: 0.57 , saturation: 0.27 and the lightness value of 6e93ac is 0.55.

The process color (four color CMYK) of #6e93ac color hex is 0.36, 0.15, 0.00, 0.33. Web safe color of #6e93ac is #669999. Color #6e93ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10010011 10101100
Octal 156 223 254
Decimal 110 147 172
Hex 6E 93 AC

RGB Percentages of Color #6e93ac

%25.64
%34.27
%40.09

CMYK Percentages of Color #6e93ac

%36
%15
%0
%33

Triadic Colors of #6e93ac

#6e93ac #ac6e93 #93ac6e

Analogous Colors of #6e93ac

#6e93ac #6e74ac #6eaca6

Monochromatic Colors of #6e93ac

#6e93ac

Complementary Color

#6e93ac #ac876e

#6e93ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e93ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e93ac Color CSS Codes

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

#6e93ac Text Font Color

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

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


#6e93ac Background Color

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

This div background color is #6e93ac


#6e93ac Border Color

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

This div border color is #6e93ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e93ac


Comments

No comments written yet.

Please login to write comment.