Color Hex Logo

#676489 Color Hex

#676489
(103,100,137)
0 Favorites   0 Comments

Color spaces of #676489

RGB 103100137
HSL0.680.160.46
HSV245°27°54°
CMYK 0.250.270.00   0.46
XYZ14.666013.804125.5584
Yxy13.80410.27140.2555
Hunter Lab37.15395.4413-14.7783
CIE-Lab43.95079.7728-20.0101

#676489 color RGB value is (103,100,137).

#676489 hex color red value is 103, green value is 100 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #676489 hue: 0.68 , saturation: 0.16 and the lightness value of 676489 is 0.46.

The process color (four color CMYK) of #676489 color hex is 0.25, 0.27, 0.00, 0.46. Web safe color of #676489 is #666699. Color #676489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100100 10001001
Octal 147 144 211
Decimal 103 100 137
Hex 67 64 89

RGB Percentages of Color #676489

%30.29
%29.41
%40.29

CMYK Percentages of Color #676489

%25
%27
%0
%46

Triadic Colors of #676489

#676489 #896764 #648967

Analogous Colors of #676489

#676489 #7a6489 #647489

Monochromatic Colors of #676489

#676489

Complementary Color

#676489 #868964

#676489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676489 Color CSS Codes

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

#676489 Text Font Color

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

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


#676489 Background Color

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

This div background color is #676489


#676489 Border Color

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

This div border color is #676489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676489


Comments

No comments written yet.

Please login to write comment.