Color Hex Logo

#6780ea Color Hex

#6780EA
(103,128,234)
0 Favorites   0 Comments

Color spaces of #6780ea

RGB 103128234
HSL0.630.760.66
HSV229°56°92°
CMYK 0.560.450.00   0.08
XYZ28.164024.262481.0406
Yxy24.26240.21100.1818
Hunter Lab49.256915.8628-63.0679
CIE-Lab56.349621.4894-56.5092

#6780ea color RGB value is (103,128,234).

#6780ea hex color red value is 103, green value is 128 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6780ea hue: 0.63 , saturation: 0.76 and the lightness value of 6780ea is 0.66.

The process color (four color CMYK) of #6780ea color hex is 0.56, 0.45, 0.00, 0.08. Web safe color of #6780ea is #6699ff. Color #6780ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10000000 11101010
Octal 147 200 352
Decimal 103 128 234
Hex 67 80 EA

RGB Percentages of Color #6780ea

%22.15
%27.53
%50.32

CMYK Percentages of Color #6780ea

%56
%45
%0
%8

Triadic Colors of #6780ea

#6780ea #ea6780 #80ea67

Analogous Colors of #6780ea

#6780ea #9067ea #67c2ea

Monochromatic Colors of #6780ea

#6780ea

Complementary Color

#6780ea #ead167

#6780ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6780ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6780ea Color CSS Codes

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

#6780ea Text Font Color

<p style="color:#6780ea">Text here</p>

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


#6780ea Background Color

<div style="background-color:#6780ea">
Div content here</div>

This div background color is #6780ea


#6780ea Border Color

<div style="border:3px solid #6780ea">
Div here</div>

This div border color is #6780ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,128,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6780ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6780ea;
  -webkit-box-shadow: 1px 1px 3px 2px #6780ea;
  box-shadow:         1px 1px 3px 2px #6780ea; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6780ea


Comments

No comments written yet.

Please login to write comment.