Color Hex Logo

#6660aa Color Hex

#6660AA
(102,96,170)
0 Favorites   0 Comments

Color spaces of #6660aa

RGB 10296170
HSL0.680.300.52
HSV245°44°67°
CMYK 0.400.440.00   0.33
XYZ16.918114.092839.8587
Yxy14.09280.23870.1989
Hunter Lab37.540414.7479-36.6732
CIE-Lab44.365721.0628-38.9920

#6660aa color RGB value is (102,96,170).

#6660aa hex color red value is 102, green value is 96 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6660aa hue: 0.68 , saturation: 0.30 and the lightness value of 6660aa is 0.52.

The process color (four color CMYK) of #6660aa color hex is 0.40, 0.44, 0.00, 0.33. Web safe color of #6660aa is #666699. Color #6660aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01100000 10101010
Octal 146 140 252
Decimal 102 96 170
Hex 66 60 AA

RGB Percentages of Color #6660aa

%27.72
%26.09
%46.20

CMYK Percentages of Color #6660aa

%40
%44
%0
%33

Triadic Colors of #6660aa

#6660aa #aa6660 #60aa66

Analogous Colors of #6660aa

#6660aa #8b60aa #607faa

Monochromatic Colors of #6660aa

#6660aa

Complementary Color

#6660aa #a4aa60

#6660aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6660aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6660aa Color CSS Codes

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

#6660aa Text Font Color

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

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


#6660aa Background Color

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

This div background color is #6660aa


#6660aa Border Color

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

This div border color is #6660aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,96,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 #6660aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6660aa


Comments

No comments written yet.

Please login to write comment.