Color Hex Logo

#6e80fb Color Hex

#6E80FB
(110,128,251)
0 Favorites   0 Comments

Color spaces of #6e80fb

RGB 110128251
HSL0.650.950.71
HSV232°56°98°
CMYK 0.560.490.00   0.02
XYZ31.562225.718494.5674
Yxy25.71840.20790.1694
Hunter Lab50.713322.3439-75.0614
CIE-Lab57.768828.2730-63.6324

#6e80fb color RGB value is (110,128,251).

#6e80fb hex color red value is 110, green value is 128 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6e80fb hue: 0.65 , saturation: 0.95 and the lightness value of 6e80fb is 0.71.

The process color (four color CMYK) of #6e80fb color hex is 0.56, 0.49, 0.00, 0.02. Web safe color of #6e80fb is #6699ff. Color #6e80fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10000000 11111011
Octal 156 200 373
Decimal 110 128 251
Hex 6E 80 FB

RGB Percentages of Color #6e80fb

%22.49
%26.18
%51.33

CMYK Percentages of Color #6e80fb

%56
%49
%0
%2

Triadic Colors of #6e80fb

#6e80fb #fb6e80 #80fb6e

Analogous Colors of #6e80fb

#6e80fb #a36efb #6ec7fb

Monochromatic Colors of #6e80fb

#6e80fb

Complementary Color

#6e80fb #fbe96e

#6e80fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e80fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e80fb Color CSS Codes

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

#6e80fb Text Font Color

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

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


#6e80fb Background Color

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

This div background color is #6e80fb


#6e80fb Border Color

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

This div border color is #6e80fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e80fb


Comments

No comments written yet.

Please login to write comment.