Color Hex Logo

#687abd Color Hex

#687ABD
(104,122,189)
0 Favorites   0 Comments

Color spaces of #687abd

RGB 104122189
HSL0.630.390.57
HSV227°45°74°
CMYK 0.450.350.00   0.26
XYZ21.853820.536250.9562
Yxy20.53620.23410.2200
Hunter Lab45.31696.7760-34.9463
CIE-Lab52.438111.3217-37.2809

#687abd color RGB value is (104,122,189).

#687abd hex color red value is 104, green value is 122 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #687abd hue: 0.63 , saturation: 0.39 and the lightness value of 687abd is 0.57.

The process color (four color CMYK) of #687abd color hex is 0.45, 0.35, 0.00, 0.26. Web safe color of #687abd is #6666cc. Color #687abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111010 10111101
Octal 150 172 275
Decimal 104 122 189
Hex 68 7A BD

RGB Percentages of Color #687abd

%25.06
%29.40
%45.54

CMYK Percentages of Color #687abd

%45
%35
%0
%26

Triadic Colors of #687abd

#687abd #bd687a #7abd68

Analogous Colors of #687abd

#687abd #8168bd #68a5bd

Monochromatic Colors of #687abd

#687abd

Complementary Color

#687abd #bdab68

#687abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#687abd Color CSS Codes

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

#687abd Text Font Color

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

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


#687abd Background Color

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

This div background color is #687abd


#687abd Border Color

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

This div border color is #687abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687abd


Comments

No comments written yet.

Please login to write comment.