Color Hex Logo

#676baa Color Hex

#676BAA
(103,107,170)
0 Favorites   0 Comments

Color spaces of #676baa

RGB 103107170
HSL0.660.280.54
HSV236°39°67°
CMYK 0.390.370.00   0.33
XYZ18.106916.301240.2223
Yxy16.30120.24260.2184
Hunter Lab40.37479.3963-30.8038
CIE-Lab47.367214.5647-34.2507

#676baa color RGB value is (103,107,170).

#676baa hex color red value is 103, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #676baa hue: 0.66 , saturation: 0.28 and the lightness value of 676baa is 0.54.

The process color (four color CMYK) of #676baa color hex is 0.39, 0.37, 0.00, 0.33. Web safe color of #676baa is #666699. Color #676baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101011 10101010
Octal 147 153 252
Decimal 103 107 170
Hex 67 6B AA

RGB Percentages of Color #676baa

%27.11
%28.16
%44.74

CMYK Percentages of Color #676baa

%39
%37
%0
%33

Triadic Colors of #676baa

#676baa #aa676b #6baa67

Analogous Colors of #676baa

#676baa #8567aa #678daa

Monochromatic Colors of #676baa

#676baa

Complementary Color

#676baa #aaa667

#676baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#676baa Color CSS Codes

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

#676baa Text Font Color

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

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


#676baa Background Color

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

This div background color is #676baa


#676baa Border Color

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

This div border color is #676baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676baa


Comments

No comments written yet.

Please login to write comment.