Color Hex Logo

#6e9edc Color Hex

#6E9EDC
(110,158,220)
0 Favorites   0 Comments

Color spaces of #6e9edc

RGB 110158220
HSL0.590.610.65
HSV214°50°86°
CMYK 0.500.280.00   0.14
XYZ31.575532.936072.4032
Yxy32.93600.23060.2406
Hunter Lab57.3899-2.2229-34.6275
CIE-Lab64.10910.9929-36.4481

#6e9edc color RGB value is (110,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10011110 11011100
Octal 156 236 334
Decimal 110 158 220
Hex 6E 9E DC

RGB Percentages of Color #6e9edc

%22.54
%32.38
%45.08

CMYK Percentages of Color #6e9edc

%50
%28
%0
%14

Triadic Colors of #6e9edc

#6e9edc #dc6e9e #9edc6e

Analogous Colors of #6e9edc

#6e9edc #756edc #6ed5dc

Monochromatic Colors of #6e9edc

#6e9edc

Complementary Color

#6e9edc #dcac6e

#6e9edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e9edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e9edc Color CSS Codes

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

#6e9edc Text Font Color

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

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


#6e9edc Background Color

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

This div background color is #6e9edc


#6e9edc Border Color

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

This div border color is #6e9edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,158,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 #6e9edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e9edc


Comments

No comments written yet.

Please login to write comment.