Color Hex Logo

#679daa Color Hex

#679DAA
(103,157,170)
0 Favorites   0 Comments

Color spaces of #679daa

RGB 103157170
HSL0.530.280.54
HSV192°39°67°
CMYK 0.390.080.00   0.33
XYZ24.906229.899842.4888
Yxy29.89980.25600.3073
Hunter Lab54.6807-14.3873-7.7939
CIE-Lab61.5677-14.3854-12.4135

#679daa color RGB value is (103,157,170).

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

The process color (four color CMYK) of #679daa color hex is 0.39, 0.08, 0.00, 0.33. Web safe color of #679daa is #669999. Color #679daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011101 10101010
Octal 147 235 252
Decimal 103 157 170
Hex 67 9D AA

RGB Percentages of Color #679daa

%23.95
%36.51
%39.53

CMYK Percentages of Color #679daa

%39
%8
%0
%33

Triadic Colors of #679daa

#679daa #aa679d #9daa67

Analogous Colors of #679daa

#679daa #677caa #67aa96

Monochromatic Colors of #679daa

#679daa

Complementary Color

#679daa #aa7467

#679daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#679daa Color CSS Codes

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

#679daa Text Font Color

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

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


#679daa Background Color

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

This div background color is #679daa


#679daa Border Color

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

This div border color is #679daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679daa


Comments

No comments written yet.

Please login to write comment.