Color Hex Logo

#6e80be Color Hex

#6E80BE
(110,128,190)
0 Favorites   0 Comments

Color spaces of #6e80be

RGB 110128190
HSL0.630.380.59
HSV227°42°75°
CMYK 0.420.330.00   0.25
XYZ23.443822.471051.8169
Yxy22.47100.23990.2299
Hunter Lab47.40365.3222-31.6274
CIE-Lab54.52329.5897-34.5553

#6e80be color RGB value is (110,128,190).

#6e80be hex color red value is 110, green value is 128 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6e80be hue: 0.63 , saturation: 0.38 and the lightness value of 6e80be is 0.59.

The process color (four color CMYK) of #6e80be color hex is 0.42, 0.33, 0.00, 0.25. Web safe color of #6e80be is #6699cc. Color #6e80be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10000000 10111110
Octal 156 200 276
Decimal 110 128 190
Hex 6E 80 BE

RGB Percentages of Color #6e80be

%25.70
%29.91
%44.39

CMYK Percentages of Color #6e80be

%42
%33
%0
%25

Triadic Colors of #6e80be

#6e80be #be6e80 #80be6e

Analogous Colors of #6e80be

#6e80be #846ebe #6ea8be

Monochromatic Colors of #6e80be

#6e80be

Complementary Color

#6e80be #beac6e

#6e80be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e80be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e80be Color CSS Codes

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

#6e80be Text Font Color

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

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


#6e80be Background Color

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

This div background color is #6e80be


#6e80be Border Color

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

This div border color is #6e80be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e80be


Comments

No comments written yet.

Please login to write comment.