Color Hex Logo

#6e7cec Color Hex

#6E7CEC
(110,124,236)
0 Favorites   0 Comments

Color spaces of #6e7cec

RGB 110124236
HSL0.650.770.68
HSV233°53°93°
CMYK 0.530.470.00   0.07
XYZ28.778423.786482.4313
Yxy23.78640.21320.1762
Hunter Lab48.771319.9774-66.0697
CIE-Lab55.873325.9488-58.3612

#6e7cec color RGB value is (110,124,236).

#6e7cec hex color red value is 110, green value is 124 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6e7cec hue: 0.65 , saturation: 0.77 and the lightness value of 6e7cec is 0.68.

The process color (four color CMYK) of #6e7cec color hex is 0.53, 0.47, 0.00, 0.07. Web safe color of #6e7cec is #6666ff. Color #6e7cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01111100 11101100
Octal 156 174 354
Decimal 110 124 236
Hex 6E 7C EC

RGB Percentages of Color #6e7cec

%23.40
%26.38
%50.21

CMYK Percentages of Color #6e7cec

%53
%47
%0
%7

Triadic Colors of #6e7cec

#6e7cec #ec6e7c #7cec6e

Analogous Colors of #6e7cec

#6e7cec #9f6eec #6ebbec

Monochromatic Colors of #6e7cec

#6e7cec

Complementary Color

#6e7cec #ecde6e

#6e7cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e7cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e7cec Color CSS Codes

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

#6e7cec Text Font Color

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

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


#6e7cec Background Color

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

This div background color is #6e7cec


#6e7cec Border Color

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

This div border color is #6e7cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e7cec


Comments

No comments written yet.

Please login to write comment.