Color Hex Logo

#6642ab Color Hex

#6642AB
(102,66,171)
0 Favorites   0 Comments

Color spaces of #6642ab

RGB 10266171
HSL0.720.440.46
HSV261°61°67°
CMYK 0.400.610.00   0.33
XYZ14.77849.661539.6140
Yxy9.66150.23070.1508
Hunter Lab31.083030.4727-53.8047
CIE-Lab37.227939.4335-51.0051

#6642ab color RGB value is (102,66,171).

#6642ab hex color red value is 102, green value is 66 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6642ab hue: 0.72 , saturation: 0.44 and the lightness value of 6642ab is 0.46.

The process color (four color CMYK) of #6642ab color hex is 0.40, 0.61, 0.00, 0.33. Web safe color of #6642ab is #663399. Color #6642ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000010 10101011
Octal 146 102 253
Decimal 102 66 171
Hex 66 42 AB

RGB Percentages of Color #6642ab

%30.09
%19.47
%50.44

CMYK Percentages of Color #6642ab

%40
%61
%0
%33

Triadic Colors of #6642ab

#6642ab #ab6642 #42ab66

Analogous Colors of #6642ab

#6642ab #9b42ab #4252ab

Monochromatic Colors of #6642ab

#6642ab

Complementary Color

#6642ab #87ab42

#6642ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6642ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6642ab Color CSS Codes

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

#6642ab Text Font Color

<p style="color:#6642ab">Text here</p>

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


#6642ab Background Color

<div style="background-color:#6642ab">
Div content here</div>

This div background color is #6642ab


#6642ab Border Color

<div style="border:3px solid #6642ab">
Div here</div>

This div border color is #6642ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,66,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6642ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6642ab;
  -webkit-box-shadow: 1px 1px 3px 2px #6642ab;
  box-shadow:         1px 1px 3px 2px #6642ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6642ab


Comments

No comments written yet.

Please login to write comment.