Color Hex Logo

#687bac Color Hex

#687BAC
(104,123,172)
0 Favorites   0 Comments

Color spaces of #687bac

RGB 104123172
HSL0.620.290.54
HSV223°40°67°
CMYK 0.400.280.00   0.33
XYZ20.238320.087541.8403
Yxy20.08750.24630.2445
Hunter Lab44.81912.1693-23.9761
CIE-Lab51.93605.7441-28.2725

#687bac color RGB value is (104,123,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111011 10101100
Octal 150 173 254
Decimal 104 123 172
Hex 68 7B AC

RGB Percentages of Color #687bac

%26.07
%30.83
%43.11

CMYK Percentages of Color #687bac

%40
%28
%0
%33

Triadic Colors of #687bac

#687bac #ac687b #7bac68

Analogous Colors of #687bac

#687bac #7768ac #689dac

Monochromatic Colors of #687bac

#687bac

Complementary Color

#687bac #ac9968

#687bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#687bac Color CSS Codes

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

#687bac Text Font Color

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

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


#687bac Background Color

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

This div background color is #687bac


#687bac Border Color

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

This div border color is #687bac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,123,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #687bac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687bac


Comments

No comments written yet.

Please login to write comment.