Color Hex Logo

#676790 Color Hex

#676790
(103,103,144)
0 Favorites   0 Comments

Color spaces of #676790

RGB 103103144
HSL0.670.170.48
HSV240°28°56°
CMYK 0.280.280.00   0.44
XYZ15.477814.597728.3874
Yxy14.59770.26470.2497
Hunter Lab38.20695.4490-17.3071
CIE-Lab45.07829.7724-22.4597

#676790 color RGB value is (103,103,144).

#676790 hex color red value is 103, green value is 103 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #676790 hue: 0.67 , saturation: 0.17 and the lightness value of 676790 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100111 10010000
Octal 147 147 220
Decimal 103 103 144
Hex 67 67 90

RGB Percentages of Color #676790

%29.43
%29.43
%41.14

CMYK Percentages of Color #676790

%28
%28
%0
%44

Triadic Colors of #676790

#676790 #906767 #679067

Analogous Colors of #676790

#676790 #7c6790 #677c90

Monochromatic Colors of #676790

#676790

Complementary Color

#676790 #909067

#676790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676790 Color CSS Codes

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

#676790 Text Font Color

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

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


#676790 Background Color

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

This div background color is #676790


#676790 Border Color

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

This div border color is #676790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676790


Comments

No comments written yet.

Please login to write comment.