Color Hex Logo

#687dbb Color Hex

#687DBB
(104,125,187)
0 Favorites   0 Comments

Color spaces of #687dbb

RGB 104125187
HSL0.620.380.57
HSV225°44°73°
CMYK 0.440.330.00   0.27
XYZ22.012221.198149.9452
Yxy21.19810.23630.2276
Hunter Lab46.04144.7677-32.0882
CIE-Lab53.16568.9241-34.9928

#687dbb color RGB value is (104,125,187).

#687dbb hex color red value is 104, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #687dbb hue: 0.62 , saturation: 0.38 and the lightness value of 687dbb is 0.57.

The process color (four color CMYK) of #687dbb color hex is 0.44, 0.33, 0.00, 0.27. Web safe color of #687dbb is #6666cc. Color #687dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111101 10111011
Octal 150 175 273
Decimal 104 125 187
Hex 68 7D BB

RGB Percentages of Color #687dbb

%25.00
%30.05
%44.95

CMYK Percentages of Color #687dbb

%44
%33
%0
%27

Triadic Colors of #687dbb

#687dbb #bb687d #7dbb68

Analogous Colors of #687dbb

#687dbb #7d68bb #68a7bb

Monochromatic Colors of #687dbb

#687dbb

Complementary Color

#687dbb #bba668

#687dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#687dbb Color CSS Codes

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

#687dbb Text Font Color

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

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


#687dbb Background Color

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

This div background color is #687dbb


#687dbb Border Color

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

This div border color is #687dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687dbb


Comments

No comments written yet.

Please login to write comment.