Color Hex Logo

#6ea0da Color Hex

#6EA0DA
(110,160,218)
0 Favorites   0 Comments

Color spaces of #6ea0da

RGB 110160218
HSL0.590.590.64
HSV212°50°85°
CMYK 0.500.270.00   0.15
XYZ31.656133.518671.1309
Yxy33.51860.23220.2459
Hunter Lab57.8953-3.7160-32.3178
CIE-Lab64.5786-0.7368-34.6099

#6ea0da color RGB value is (110,160,218).

#6ea0da hex color red value is 110, green value is 160 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6ea0da hue: 0.59 , saturation: 0.59 and the lightness value of 6ea0da is 0.64.

The process color (four color CMYK) of #6ea0da color hex is 0.50, 0.27, 0.00, 0.15. Web safe color of #6ea0da is #6699cc. Color #6ea0da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10100000 11011010
Octal 156 240 332
Decimal 110 160 218
Hex 6E A0 DA

RGB Percentages of Color #6ea0da

%22.54
%32.79
%44.67

CMYK Percentages of Color #6ea0da

%50
%27
%0
%15

Triadic Colors of #6ea0da

#6ea0da #da6ea0 #a0da6e

Analogous Colors of #6ea0da

#6ea0da #726eda #6ed6da

Monochromatic Colors of #6ea0da

#6ea0da

Complementary Color

#6ea0da #daa86e

#6ea0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ea0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ea0da Color CSS Codes

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

#6ea0da Text Font Color

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

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


#6ea0da Background Color

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

This div background color is #6ea0da


#6ea0da Border Color

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

This div border color is #6ea0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ea0da


Comments

No comments written yet.

Please login to write comment.