Color Hex Logo

#6e6edc Color Hex

#6E6EDC
(110,110,220)
0 Favorites   0 Comments

Color spaces of #6e6edc

RGB 110110220
HSL0.670.610.65
HSV240°50°86°
CMYK 0.500.500.00   0.14
XYZ24.924619.634270.1862
Yxy19.63420.21720.1711
Hunter Lab44.310522.8627-62.8958
CIE-Lab51.421129.4287-56.5237

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 01101110 11011100
Octal 156 156 334
Decimal 110 110 220
Hex 6E 6E DC

RGB Percentages of Color #6e6edc

%25.00
%25.00
%50.00

CMYK Percentages of Color #6e6edc

%50
%50
%0
%14

Triadic Colors of #6e6edc

#6e6edc #dc6e6e #6edc6e

Analogous Colors of #6e6edc

#6e6edc #a56edc #6ea5dc

Monochromatic Colors of #6e6edc

#6e6edc

Complementary Color

#6e6edc #dcdc6e

#6e6edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e6edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e6edc Color CSS Codes

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

#6e6edc Text Font Color

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

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


#6e6edc Background Color

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

This div background color is #6e6edc


#6e6edc Border Color

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

This div border color is #6e6edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e6edc


Comments

No comments written yet.

Please login to write comment.