Color Hex Logo

#6635aa Color Hex

#6635AA
(102,53,170)
0 Favorites   0 Comments

Color spaces of #6635aa

RGB 10253170
HSL0.740.520.44
HSV265°69°67°
CMYK 0.400.690.00   0.33
XYZ14.00838.273338.8888
Yxy8.27330.22900.1353
Hunter Lab28.763336.5971-60.0273
CIE-Lab34.545746.2411-54.7530

#6635aa color RGB value is (102,53,170).

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

The process color (four color CMYK) of #6635aa color hex is 0.40, 0.69, 0.00, 0.33. Web safe color of #6635aa is #663399. Color #6635aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110101 10101010
Octal 146 65 252
Decimal 102 53 170
Hex 66 35 AA

RGB Percentages of Color #6635aa

%31.38
%16.31
%52.31

CMYK Percentages of Color #6635aa

%40
%69
%0
%33

Triadic Colors of #6635aa

#6635aa #aa6635 #35aa66

Analogous Colors of #6635aa

#6635aa #a135aa #353faa

Monochromatic Colors of #6635aa

#6635aa

Complementary Color

#6635aa #79aa35

#6635aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6635aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6635aa Color CSS Codes

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

#6635aa Text Font Color

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

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


#6635aa Background Color

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

This div background color is #6635aa


#6635aa Border Color

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

This div border color is #6635aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6635aa


Comments

No comments written yet.

Please login to write comment.