Color Hex Logo

#676890 Color Hex

#676890
(103,104,144)
0 Favorites   0 Comments

Color spaces of #676890

RGB 103104144
HSL0.660.170.48
HSV239°28°56°
CMYK 0.280.280.00   0.44
XYZ15.577914.797828.4208
Yxy14.79780.26490.2517
Hunter Lab38.46794.9662-16.8770
CIE-Lab45.35609.1623-22.0308

#676890 color RGB value is (103,104,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101000 10010000
Octal 147 150 220
Decimal 103 104 144
Hex 67 68 90

RGB Percentages of Color #676890

%29.34
%29.63
%41.03

CMYK Percentages of Color #676890

%28
%28
%0
%44

Triadic Colors of #676890

#676890 #906768 #689067

Analogous Colors of #676890

#676890 #7b6790 #677d90

Monochromatic Colors of #676890

#676890

Complementary Color

#676890 #908f67

#676890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676890 Color CSS Codes

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

#676890 Text Font Color

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

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


#676890 Background Color

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

This div background color is #676890


#676890 Border Color

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

This div border color is #676890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676890


Comments

No comments written yet.

Please login to write comment.