Color Hex Logo

#664a9f Color Hex

#664A9F
(102,74,159)
0 Favorites   0 Comments

Color spaces of #664a9f

RGB 10274159
HSL0.720.360.46
HSV260°53°62°
CMYK 0.360.530.00   0.38
XYZ14.186310.225534.0269
Yxy10.22550.24280.1750
Hunter Lab31.977323.2287-40.7060
CIE-Lab38.244131.4135-42.1978

#664a9f color RGB value is (102,74,159).

#664a9f hex color red value is 102, green value is 74 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #664a9f hue: 0.72 , saturation: 0.36 and the lightness value of 664a9f is 0.46.

The process color (four color CMYK) of #664a9f color hex is 0.36, 0.53, 0.00, 0.38. Web safe color of #664a9f is #663399. Color #664a9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001010 10011111
Octal 146 112 237
Decimal 102 74 159
Hex 66 4A 9F

RGB Percentages of Color #664a9f

%30.45
%22.09
%47.46

CMYK Percentages of Color #664a9f

%36
%53
%0
%38

Triadic Colors of #664a9f

#664a9f #9f664a #4a9f66

Analogous Colors of #664a9f

#664a9f #914a9f #4a599f

Monochromatic Colors of #664a9f

#664a9f

Complementary Color

#664a9f #839f4a

#664a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#664a9f Color CSS Codes

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

#664a9f Text Font Color

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

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


#664a9f Background Color

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

This div background color is #664a9f


#664a9f Border Color

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

This div border color is #664a9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664a9f


Comments

No comments written yet.

Please login to write comment.