Color Hex Logo

#6ea6cd Color Hex

#6EA6CD
(110,166,205)
0 Favorites   0 Comments

Color spaces of #6ea6cd

RGB 110166205
HSL0.570.490.62
HSV205°46°80°
CMYK 0.460.190.00   0.20
XYZ31.086134.995262.8739
Yxy34.99520.24110.2714
Hunter Lab59.1567-9.7249-21.6058
CIE-Lab65.7449-7.8567-25.6062

#6ea6cd color RGB value is (110,166,205).

#6ea6cd hex color red value is 110, green value is 166 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6ea6cd hue: 0.57 , saturation: 0.49 and the lightness value of 6ea6cd is 0.62.

The process color (four color CMYK) of #6ea6cd color hex is 0.46, 0.19, 0.00, 0.20. Web safe color of #6ea6cd is #6699cc. Color #6ea6cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10100110 11001101
Octal 156 246 315
Decimal 110 166 205
Hex 6E A6 CD

RGB Percentages of Color #6ea6cd

%22.87
%34.51
%42.62

CMYK Percentages of Color #6ea6cd

%46
%19
%0
%20

Triadic Colors of #6ea6cd

#6ea6cd #cd6ea6 #a6cd6e

Analogous Colors of #6ea6cd

#6ea6cd #6e77cd #6ecdc5

Monochromatic Colors of #6ea6cd

#6ea6cd

Complementary Color

#6ea6cd #cd956e

#6ea6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ea6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ea6cd Color CSS Codes

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

#6ea6cd Text Font Color

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

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


#6ea6cd Background Color

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

This div background color is #6ea6cd


#6ea6cd Border Color

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

This div border color is #6ea6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ea6cd


Comments

No comments written yet.

Please login to write comment.