Color Hex Logo

#6e7aeb Color Hex

#6E7AEB
(110,122,235)
0 Favorites   0 Comments

Color spaces of #6e7aeb

RGB 110122235
HSL0.650.760.68
HSV234°53°92°
CMYK 0.530.480.00   0.08
XYZ28.385323.232281.5855
Yxy23.23220.21310.1744
Hunter Lab48.199820.7707-66.6175
CIE-Lab55.310726.8380-58.7056

#6e7aeb color RGB value is (110,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 01111010 11101011
Octal 156 172 353
Decimal 110 122 235
Hex 6E 7A EB

RGB Percentages of Color #6e7aeb

%23.55
%26.12
%50.32

CMYK Percentages of Color #6e7aeb

%53
%48
%0
%8

Triadic Colors of #6e7aeb

#6e7aeb #eb6e7a #7aeb6e

Analogous Colors of #6e7aeb

#6e7aeb #a16eeb #6eb9eb

Monochromatic Colors of #6e7aeb

#6e7aeb

Complementary Color

#6e7aeb #ebdf6e

#6e7aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e7aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e7aeb Color CSS Codes

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

#6e7aeb Text Font Color

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

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


#6e7aeb Background Color

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

This div background color is #6e7aeb


#6e7aeb Border Color

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

This div border color is #6e7aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e7aeb


Comments

No comments written yet.

Please login to write comment.