Color Hex Logo

#678baa Color Hex

#678BAA
(103,139,170)
0 Favorites   0 Comments

Color spaces of #678baa

RGB 103139170
HSL0.580.280.54
HSV208°39°67°
CMYK 0.390.180.00   0.33
XYZ22.081824.251141.5473
Yxy24.25110.25130.2760
Hunter Lab49.2454-6.1395-15.5499
CIE-Lab56.3383-4.4280-20.3421

#678baa color RGB value is (103,139,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10001011 10101010
Octal 147 213 252
Decimal 103 139 170
Hex 67 8B AA

RGB Percentages of Color #678baa

%25.00
%33.74
%41.26

CMYK Percentages of Color #678baa

%39
%18
%0
%33

Triadic Colors of #678baa

#678baa #aa678b #8baa67

Analogous Colors of #678baa

#678baa #676aaa #67aaa8

Monochromatic Colors of #678baa

#678baa

Complementary Color

#678baa #aa8667

#678baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#678baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#678baa Color CSS Codes

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

#678baa Text Font Color

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

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


#678baa Background Color

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

This div background color is #678baa


#678baa Border Color

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

This div border color is #678baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #678baa


Comments

No comments written yet.

Please login to write comment.