Color Hex Logo

#664676 Color Hex

#664676
(102,70,118)
0 Favorites   0 Comments

Color spaces of #664676

RGB 10270118
HSL0.780.260.37
HSV280°41°46°
CMYK 0.140.410.00   0.54
XYZ10.93978.513118.2062
Yxy8.51310.29050.2261
Hunter Lab29.177215.8666-16.5721
CIE-Lab35.029423.2617-22.2017

#664676 color RGB value is (102,70,118).

#664676 hex color red value is 102, green value is 70 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #664676 hue: 0.78 , saturation: 0.26 and the lightness value of 664676 is 0.37.

The process color (four color CMYK) of #664676 color hex is 0.14, 0.41, 0.00, 0.54. Web safe color of #664676 is #663366. Color #664676 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000110 01110110
Octal 146 106 166
Decimal 102 70 118
Hex 66 46 76

RGB Percentages of Color #664676

%35.17
%24.14
%40.69

CMYK Percentages of Color #664676

%14
%41
%0
%54

Triadic Colors of #664676

#664676 #766646 #467666

Analogous Colors of #664676

#664676 #76466e #4e4676

Monochromatic Colors of #664676

#664676

Complementary Color

#664676 #567646

#664676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664676 Color CSS Codes

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

#664676 Text Font Color

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

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


#664676 Background Color

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

This div background color is #664676


#664676 Border Color

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

This div border color is #664676


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,70,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #664676; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #664676;
  -webkit-box-shadow: 1px 1px 3px 2px #664676;
  box-shadow:         1px 1px 3px 2px #664676; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664676


Comments

No comments written yet.

Please login to write comment.