Color Hex Logo

#679baa Color Hex

#679BAA
(103,155,170)
0 Favorites   0 Comments

Color spaces of #679baa

RGB 103155170
HSL0.540.280.54
HSV193°39°67°
CMYK 0.390.090.00   0.33
XYZ24.570629.228542.3769
Yxy29.22850.25550.3039
Hunter Lab54.0634-13.4867-8.6293
CIE-Lab60.9828-13.3078-13.2936

#679baa color RGB value is (103,155,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011011 10101010
Octal 147 233 252
Decimal 103 155 170
Hex 67 9B AA

RGB Percentages of Color #679baa

%24.07
%36.21
%39.72

CMYK Percentages of Color #679baa

%39
%9
%0
%33

Triadic Colors of #679baa

#679baa #aa679b #9baa67

Analogous Colors of #679baa

#679baa #677aaa #67aa98

Monochromatic Colors of #679baa

#679baa

Complementary Color

#679baa #aa7667

#679baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#679baa Color CSS Codes

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

#679baa Text Font Color

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

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


#679baa Background Color

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

This div background color is #679baa


#679baa Border Color

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

This div border color is #679baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679baa


Comments

No comments written yet.

Please login to write comment.