Color Hex Logo

#677daa Color Hex

#677DAA
(103,125,170)
0 Favorites   0 Comments

Color spaces of #677daa

RGB 103125170
HSL0.610.280.54
HSV220°39°67°
CMYK 0.390.260.00   0.33
XYZ20.182820.453140.9143
Yxy20.45310.24750.2508
Hunter Lab45.22510.5160-21.9810
CIE-Lab52.34573.7050-26.4855

#677daa color RGB value is (103,125,170).

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

The process color (four color CMYK) of #677daa color hex is 0.39, 0.26, 0.00, 0.33. Web safe color of #677daa is #666699. Color #677daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111101 10101010
Octal 147 175 252
Decimal 103 125 170
Hex 67 7D AA

RGB Percentages of Color #677daa

%25.88
%31.41
%42.71

CMYK Percentages of Color #677daa

%39
%26
%0
%33

Triadic Colors of #677daa

#677daa #aa677d #7daa67

Analogous Colors of #677daa

#677daa #7367aa #679faa

Monochromatic Colors of #677daa

#677daa

Complementary Color

#677daa #aa9467

#677daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#677daa Color CSS Codes

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

#677daa Text Font Color

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

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


#677daa Background Color

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

This div background color is #677daa


#677daa Border Color

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

This div border color is #677daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677daa


Comments

No comments written yet.

Please login to write comment.