Color Hex Logo

#6ea1db Color Hex

#6EA1DB
(110,161,219)
0 Favorites   0 Comments

Color spaces of #6ea1db

RGB 110161219
HSL0.590.600.65
HSV212°50°86°
CMYK 0.500.260.00   0.14
XYZ31.961533.919271.8803
Yxy33.91920.23200.2462
Hunter Lab58.2402-3.9617-32.4078
CIE-Lab64.8984-1.0040-34.6659

#6ea1db color RGB value is (110,161,219).

#6ea1db hex color red value is 110, green value is 161 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6ea1db hue: 0.59 , saturation: 0.60 and the lightness value of 6ea1db is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10100001 11011011
Octal 156 241 333
Decimal 110 161 219
Hex 6E A1 DB

RGB Percentages of Color #6ea1db

%22.45
%32.86
%44.69

CMYK Percentages of Color #6ea1db

%50
%26
%0
%14

Triadic Colors of #6ea1db

#6ea1db #db6ea1 #a1db6e

Analogous Colors of #6ea1db

#6ea1db #726edb #6ed8db

Monochromatic Colors of #6ea1db

#6ea1db

Complementary Color

#6ea1db #dba86e

#6ea1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ea1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ea1db Color CSS Codes

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

#6ea1db Text Font Color

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

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


#6ea1db Background Color

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

This div background color is #6ea1db


#6ea1db Border Color

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

This div border color is #6ea1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ea1db


Comments

No comments written yet.

Please login to write comment.