Color Hex Logo

#6e7ecc Color Hex

#6E7ECC
(110,126,204)
0 Favorites   0 Comments

Color spaces of #6e7ecc

RGB 110126204
HSL0.640.480.62
HSV230°46°80°
CMYK 0.460.380.00   0.20
XYZ24.790322.596360.1817
Yxy22.59630.23050.2101
Hunter Lab47.53569.9024-41.7883
CIE-Lab54.654114.9176-42.3165

#6e7ecc color RGB value is (110,126,204).

#6e7ecc hex color red value is 110, green value is 126 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6e7ecc hue: 0.64 , saturation: 0.48 and the lightness value of 6e7ecc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 01111110 11001100
Octal 156 176 314
Decimal 110 126 204
Hex 6E 7E CC

RGB Percentages of Color #6e7ecc

%25.00
%28.64
%46.36

CMYK Percentages of Color #6e7ecc

%46
%38
%0
%20

Triadic Colors of #6e7ecc

#6e7ecc #cc6e7e #7ecc6e

Analogous Colors of #6e7ecc

#6e7ecc #8d6ecc #6eadcc

Monochromatic Colors of #6e7ecc

#6e7ecc

Complementary Color

#6e7ecc #ccbc6e

#6e7ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e7ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e7ecc Color CSS Codes

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

#6e7ecc Text Font Color

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

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


#6e7ecc Background Color

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

This div background color is #6e7ecc


#6e7ecc Border Color

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

This div border color is #6e7ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e7ecc


Comments

No comments written yet.

Please login to write comment.