Color Hex Logo

#6d80eb Color Hex

#6D80EB
(109,128,235)
0 Favorites   0 Comments

Color spaces of #6d80eb

RGB 109128235
HSL0.640.760.67
HSV231°54°92°
CMYK 0.540.460.00   0.08
XYZ29.021224.687781.8329
Yxy24.68770.21410.1821
Hunter Lab49.686717.3072-62.8686
CIE-Lab56.769923.0259-56.3733

#6d80eb color RGB value is (109,128,235).

#6d80eb hex color red value is 109, green value is 128 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6d80eb hue: 0.64 , saturation: 0.76 and the lightness value of 6d80eb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10000000 11101011
Octal 155 200 353
Decimal 109 128 235
Hex 6D 80 EB

RGB Percentages of Color #6d80eb

%23.09
%27.12
%49.79

CMYK Percentages of Color #6d80eb

%54
%46
%0
%8

Triadic Colors of #6d80eb

#6d80eb #eb6d80 #80eb6d

Analogous Colors of #6d80eb

#6d80eb #996deb #6dbfeb

Monochromatic Colors of #6d80eb

#6d80eb

Complementary Color

#6d80eb #ebd86d

#6d80eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d80eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d80eb Color CSS Codes

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

#6d80eb Text Font Color

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

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


#6d80eb Background Color

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

This div background color is #6d80eb


#6d80eb Border Color

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

This div border color is #6d80eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d80eb


Comments

No comments written yet.

Please login to write comment.