Color Hex Logo

#687baa Color Hex

#687BAA
(104,123,170)
0 Favorites   0 Comments

Color spaces of #687baa

RGB 104123170
HSL0.620.280.54
HSV223°39°67°
CMYK 0.390.280.00   0.33
XYZ20.047620.011340.8361
Yxy20.01130.24780.2474
Hunter Lab44.73401.7105-22.8100
CIE-Lab51.85005.1741-27.2481

#687baa color RGB value is (104,123,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111011 10101010
Octal 150 173 252
Decimal 104 123 170
Hex 68 7B AA

RGB Percentages of Color #687baa

%26.20
%30.98
%42.82

CMYK Percentages of Color #687baa

%39
%28
%0
%33

Triadic Colors of #687baa

#687baa #aa687b #7baa68

Analogous Colors of #687baa

#687baa #7668aa #689caa

Monochromatic Colors of #687baa

#687baa

Complementary Color

#687baa #aa9768

#687baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#687baa Color CSS Codes

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

#687baa Text Font Color

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

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


#687baa Background Color

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

This div background color is #687baa


#687baa Border Color

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

This div border color is #687baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687baa


Comments

No comments written yet.

Please login to write comment.