Color Hex Logo

#666697 Color Hex

#666697
(102,102,151)
1 Favorites   0 Comments

Color spaces of #666697

RGB 102102151
HSL0.670.190.50
HSV240°32°59°
CMYK 0.320.320.00   0.41
XYZ15.816814.561931.2552
Yxy14.56190.25660.2363
Hunter Lab38.16017.2056-21.8498
CIE-Lab45.028211.9668-26.7111

#666697 color RGB value is (102,102,151).

#666697 hex color red value is 102, green value is 102 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #666697 hue: 0.67 , saturation: 0.19 and the lightness value of 666697 is 0.50.

The process color (four color CMYK) of #666697 color hex is 0.32, 0.32, 0.00, 0.41. Web safe color of #666697 is #666699. Color #666697 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01100110 10010111
Octal 146 146 227
Decimal 102 102 151
Hex 66 66 97

RGB Percentages of Color #666697

%28.73
%28.73
%42.54

CMYK Percentages of Color #666697

%32
%32
%0
%41

Triadic Colors of #666697

#666697 #976666 #669766

Analogous Colors of #666697

#666697 #7f6697 #667f97

Monochromatic Colors of #666697

#666697

Complementary Color

#666697 #979766

#666697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#666697 Color CSS Codes

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

#666697 Text Font Color

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

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


#666697 Background Color

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

This div background color is #666697


#666697 Border Color

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

This div border color is #666697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666697


Comments

No comments written yet.

Please login to write comment.