Color Hex Logo

#6e9fea Color Hex

#6E9FEA
(110,159,234)
0 Favorites   0 Comments

Color spaces of #6e9fea

RGB 110159234
HSL0.600.750.67
HSV216°53°92°
CMYK 0.530.320.00   0.08
XYZ33.679834.051882.6394
Yxy34.05180.22400.2265
Hunter Lab58.35390.9045-43.1173
CIE-Lab65.00374.6646-42.7725

#6e9fea color RGB value is (110,159,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10011111 11101010
Octal 156 237 352
Decimal 110 159 234
Hex 6E 9F EA

RGB Percentages of Color #6e9fea

%21.87
%31.61
%46.52

CMYK Percentages of Color #6e9fea

%53
%32
%0
%8

Triadic Colors of #6e9fea

#6e9fea #ea6e9f #9fea6e

Analogous Colors of #6e9fea

#6e9fea #7b6eea #6eddea

Monochromatic Colors of #6e9fea

#6e9fea

Complementary Color

#6e9fea #eab96e

#6e9fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e9fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e9fea Color CSS Codes

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

#6e9fea Text Font Color

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

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


#6e9fea Background Color

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

This div background color is #6e9fea


#6e9fea Border Color

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

This div border color is #6e9fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e9fea


Comments

No comments written yet.

Please login to write comment.