Color Hex Logo

#6680ed Color Hex

#6680ED
(102,128,237)
0 Favorites   0 Comments

Color spaces of #6680ed

RGB 102128237
HSL0.630.790.66
HSV228°57°93°
CMYK 0.570.460.00   0.07
XYZ28.484724.377583.3248
Yxy24.37750.20920.1790
Hunter Lab49.373616.5768-65.4986
CIE-Lab56.463822.2575-57.9994

#6680ed color RGB value is (102,128,237).

#6680ed hex color red value is 102, green value is 128 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6680ed hue: 0.63 , saturation: 0.79 and the lightness value of 6680ed is 0.66.

The process color (four color CMYK) of #6680ed color hex is 0.57, 0.46, 0.00, 0.07. Web safe color of #6680ed is #6699ff. Color #6680ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000000 11101101
Octal 146 200 355
Decimal 102 128 237
Hex 66 80 ED

RGB Percentages of Color #6680ed

%21.84
%27.41
%50.75

CMYK Percentages of Color #6680ed

%57
%46
%0
%7

Triadic Colors of #6680ed

#6680ed #ed6680 #80ed66

Analogous Colors of #6680ed

#6680ed #9066ed #66c4ed

Monochromatic Colors of #6680ed

#6680ed

Complementary Color

#6680ed #edd366

#6680ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6680ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6680ed Color CSS Codes

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

#6680ed Text Font Color

<p style="color:#6680ed">Text here</p>

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


#6680ed Background Color

<div style="background-color:#6680ed">
Div content here</div>

This div background color is #6680ed


#6680ed Border Color

<div style="border:3px solid #6680ed">
Div here</div>

This div border color is #6680ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,128,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6680ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6680ed;
  -webkit-box-shadow: 1px 1px 3px 2px #6680ed;
  box-shadow:         1px 1px 3px 2px #6680ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6680ed


Comments

No comments written yet.

Please login to write comment.