Color Hex Logo

#664c9a Color Hex

#664C9A
(102,76,154)
0 Favorites   0 Comments

Color spaces of #664c9a

RGB 10276154
HSL0.720.340.45
HSV260°51°60°
CMYK 0.340.510.00   0.40
XYZ13.896710.326831.8327
Yxy10.32680.24790.1842
Hunter Lab32.135320.9542-36.2369
CIE-Lab38.422728.8268-38.9076

#664c9a color RGB value is (102,76,154).

#664c9a hex color red value is 102, green value is 76 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #664c9a hue: 0.72 , saturation: 0.34 and the lightness value of 664c9a is 0.45.

The process color (four color CMYK) of #664c9a color hex is 0.34, 0.51, 0.00, 0.40. Web safe color of #664c9a is #663399. Color #664c9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001100 10011010
Octal 146 114 232
Decimal 102 76 154
Hex 66 4C 9A

RGB Percentages of Color #664c9a

%30.72
%22.89
%46.39

CMYK Percentages of Color #664c9a

%34
%51
%0
%40

Triadic Colors of #664c9a

#664c9a #9a664c #4c9a66

Analogous Colors of #664c9a

#664c9a #8d4c9a #4c599a

Monochromatic Colors of #664c9a

#664c9a

Complementary Color

#664c9a #809a4c

#664c9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664c9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#664c9a Color CSS Codes

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

#664c9a Text Font Color

<p style="color:#664c9a">Text here</p>

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


#664c9a Background Color

<div style="background-color:#664c9a">
Div content here</div>

This div background color is #664c9a


#664c9a Border Color

<div style="border:3px solid #664c9a">
Div here</div>

This div border color is #664c9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,76,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #664c9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #664c9a;
  -webkit-box-shadow: 1px 1px 3px 2px #664c9a;
  box-shadow:         1px 1px 3px 2px #664c9a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664c9a


Comments

No comments written yet.

Please login to write comment.