Color Hex Logo

#668392 Color Hex

#668392
(102,131,146)
0 Favorites   0 Comments

Color spaces of #668392

RGB 102131146
HSL0.560.180.49
HSV200°30°57°
CMYK 0.300.100.00   0.43
XYZ18.784121.132730.2831
Yxy21.13270.26760.3010
Hunter Lab45.9703-7.5105-6.8783
CIE-Lab53.0944-6.5788-11.4216

#668392 color RGB value is (102,131,146).

#668392 hex color red value is 102, green value is 131 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #668392 hue: 0.56 , saturation: 0.18 and the lightness value of 668392 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000011 10010010
Octal 146 203 222
Decimal 102 131 146
Hex 66 83 92

RGB Percentages of Color #668392

%26.91
%34.56
%38.52

CMYK Percentages of Color #668392

%30
%10
%0
%43

Triadic Colors of #668392

#668392 #926683 #839266

Analogous Colors of #668392

#668392 #666d92 #66928b

Monochromatic Colors of #668392

#668392

Complementary Color

#668392 #927566

#668392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668392 Color CSS Codes

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

#668392 Text Font Color

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

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


#668392 Background Color

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

This div background color is #668392


#668392 Border Color

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

This div border color is #668392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668392


Comments

No comments written yet.

Please login to write comment.