Color Hex Logo

#668491 Color Hex

#668491
(102,132,145)
0 Favorites   0 Comments

Color spaces of #668491

RGB 102132145
HSL0.550.170.48
HSV198°30°57°
CMYK 0.300.090.00   0.43
XYZ18.841621.371629.9201
Yxy21.37160.26870.3047
Hunter Lab46.2294-8.1507-6.0124
CIE-Lab53.3538-7.4000-10.4507

#668491 color RGB value is (102,132,145).

#668491 hex color red value is 102, green value is 132 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #668491 hue: 0.55 , saturation: 0.17 and the lightness value of 668491 is 0.48.

The process color (four color CMYK) of #668491 color hex is 0.30, 0.09, 0.00, 0.43. Web safe color of #668491 is #669999. Color #668491 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000100 10010001
Octal 146 204 221
Decimal 102 132 145
Hex 66 84 91

RGB Percentages of Color #668491

%26.91
%34.83
%38.26

CMYK Percentages of Color #668491

%30
%9
%0
%43

Triadic Colors of #668491

#668491 #916684 #849166

Analogous Colors of #668491

#668491 #666f91 #669189

Monochromatic Colors of #668491

#668491

Complementary Color

#668491 #917366

#668491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668491 Color CSS Codes

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

#668491 Text Font Color

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

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


#668491 Background Color

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

This div background color is #668491


#668491 Border Color

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

This div border color is #668491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668491


Comments

No comments written yet.

Please login to write comment.