Color Hex Logo

#676992 Color Hex

#676992
(103,105,146)
0 Favorites   0 Comments

Color spaces of #676992

RGB 103105146
HSL0.660.170.49
HSV237°29°57°
CMYK 0.290.280.00   0.43
XYZ15.833415.062029.2669
Yxy15.06200.26320.2504
Hunter Lab38.80984.9063-17.5444
CIE-Lab45.71909.0855-22.6610

#676992 color RGB value is (103,105,146).

#676992 hex color red value is 103, green value is 105 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #676992 hue: 0.66 , saturation: 0.17 and the lightness value of 676992 is 0.49.

The process color (four color CMYK) of #676992 color hex is 0.29, 0.28, 0.00, 0.43. Web safe color of #676992 is #666699. Color #676992 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101001 10010010
Octal 147 151 222
Decimal 103 105 146
Hex 67 69 92

RGB Percentages of Color #676992

%29.10
%29.66
%41.24

CMYK Percentages of Color #676992

%29
%28
%0
%43

Triadic Colors of #676992

#676992 #926769 #699267

Analogous Colors of #676992

#676992 #7b6792 #677f92

Monochromatic Colors of #676992

#676992

Complementary Color

#676992 #929067

#676992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676992 Color CSS Codes

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

#676992 Text Font Color

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

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


#676992 Background Color

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

This div background color is #676992


#676992 Border Color

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

This div border color is #676992


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,105,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 #676992">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676992


Comments

No comments written yet.

Please login to write comment.