Color Hex Logo

#6ea3dc Color Hex

#6EA3DC
(110,163,220)
0 Favorites   0 Comments

Color spaces of #6ea3dc

RGB 110163220
HSL0.590.610.65
HSV211°50°86°
CMYK 0.500.260.00   0.14
XYZ32.445934.676772.6933
Yxy34.67670.23210.2480
Hunter Lab58.8869-4.7010-31.9700
CIE-Lab65.4962-1.8330-34.2893

#6ea3dc color RGB value is (110,163,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10100011 11011100
Octal 156 243 334
Decimal 110 163 220
Hex 6E A3 DC

RGB Percentages of Color #6ea3dc

%22.31
%33.06
%44.62

CMYK Percentages of Color #6ea3dc

%50
%26
%0
%14

Triadic Colors of #6ea3dc

#6ea3dc #dc6ea3 #a3dc6e

Analogous Colors of #6ea3dc

#6ea3dc #706edc #6edadc

Monochromatic Colors of #6ea3dc

#6ea3dc

Complementary Color

#6ea3dc #dca76e

#6ea3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ea3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ea3dc Color CSS Codes

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

#6ea3dc Text Font Color

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

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


#6ea3dc Background Color

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

This div background color is #6ea3dc


#6ea3dc Border Color

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

This div border color is #6ea3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ea3dc


Comments

No comments written yet.

Please login to write comment.