Color Hex Logo

#6650aa Color Hex

#6650AA
(102,80,170)
0 Favorites   0 Comments

Color spaces of #6650aa

RGB 10280170
HSL0.710.360.49
HSV255°53°67°
CMYK 0.400.530.00   0.33
XYZ15.603811.464439.4206
Yxy11.46440.23470.1724
Hunter Lab33.859123.0073-45.3272
CIE-Lab40.351930.8833-45.3863

#6650aa color RGB value is (102,80,170).

#6650aa hex color red value is 102, green value is 80 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6650aa hue: 0.71 , saturation: 0.36 and the lightness value of 6650aa is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010000 10101010
Octal 146 120 252
Decimal 102 80 170
Hex 66 50 AA

RGB Percentages of Color #6650aa

%28.98
%22.73
%48.30

CMYK Percentages of Color #6650aa

%40
%53
%0
%33

Triadic Colors of #6650aa

#6650aa #aa6650 #50aa66

Analogous Colors of #6650aa

#6650aa #9350aa #5067aa

Monochromatic Colors of #6650aa

#6650aa

Complementary Color

#6650aa #94aa50

#6650aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6650aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6650aa Color CSS Codes

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

#6650aa Text Font Color

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

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


#6650aa Background Color

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

This div background color is #6650aa


#6650aa Border Color

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

This div border color is #6650aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6650aa


Comments

No comments written yet.

Please login to write comment.