Color Hex Logo

#6680aa Color Hex

#6680AA
(102,128,170)
0 Favorites   0 Comments

Color spaces of #6680aa

RGB 102128170
HSL0.600.290.53
HSV217°40°67°
CMYK 0.400.250.00   0.33
XYZ20.454421.165441.0375
Yxy21.16540.24750.2561
Hunter Lab46.0059-1.1484-20.6829
CIE-Lab53.13001.6563-25.2778

#6680aa color RGB value is (102,128,170).

#6680aa hex color red value is 102, green value is 128 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6680aa hue: 0.60 , saturation: 0.29 and the lightness value of 6680aa is 0.53.

The process color (four color CMYK) of #6680aa color hex is 0.40, 0.25, 0.00, 0.33. Web safe color of #6680aa is #669999. Color #6680aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000000 10101010
Octal 146 200 252
Decimal 102 128 170
Hex 66 80 AA

RGB Percentages of Color #6680aa

%25.50
%32.00
%42.50

CMYK Percentages of Color #6680aa

%40
%25
%0
%33

Triadic Colors of #6680aa

#6680aa #aa6680 #80aa66

Analogous Colors of #6680aa

#6680aa #6e66aa #66a2aa

Monochromatic Colors of #6680aa

#6680aa

Complementary Color

#6680aa #aa9066

#6680aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6680aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6680aa Color CSS Codes

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

#6680aa Text Font Color

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

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


#6680aa Background Color

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

This div background color is #6680aa


#6680aa Border Color

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

This div border color is #6680aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6680aa


Comments

No comments written yet.

Please login to write comment.