Color Hex Logo

#6e91ea Color Hex

#6E91EA
(110,145,234)
0 Favorites   0 Comments

Color spaces of #6e91ea

RGB 110145234
HSL0.620.750.67
HSV223°53°92°
CMYK 0.530.380.00   0.08
XYZ31.407129.506381.8819
Yxy29.50630.21990.2066
Hunter Lab54.31978.1474-51.3504
CIE-Lab61.225912.8036-48.7268

#6e91ea color RGB value is (110,145,234).

#6e91ea hex color red value is 110, green value is 145 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6e91ea hue: 0.62 , saturation: 0.75 and the lightness value of 6e91ea is 0.67.

The process color (four color CMYK) of #6e91ea color hex is 0.53, 0.38, 0.00, 0.08. Web safe color of #6e91ea is #6699ff. Color #6e91ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10010001 11101010
Octal 156 221 352
Decimal 110 145 234
Hex 6E 91 EA

RGB Percentages of Color #6e91ea

%22.49
%29.65
%47.85

CMYK Percentages of Color #6e91ea

%53
%38
%0
%8

Triadic Colors of #6e91ea

#6e91ea #ea6e91 #91ea6e

Analogous Colors of #6e91ea

#6e91ea #896eea #6ecfea

Monochromatic Colors of #6e91ea

#6e91ea

Complementary Color

#6e91ea #eac76e

#6e91ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e91ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e91ea Color CSS Codes

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

#6e91ea Text Font Color

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

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


#6e91ea Background Color

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

This div background color is #6e91ea


#6e91ea Border Color

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

This div border color is #6e91ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e91ea


Comments

No comments written yet.

Please login to write comment.