Color Hex Logo

#687ade Color Hex

#687ADE
(104,122,222)
0 Favorites   0 Comments

Color spaces of #687ade

RGB 104122222
HSL0.640.640.64
HSV231°53°87°
CMYK 0.530.450.00   0.13
XYZ25.853322.136072.0173
Yxy22.13600.21540.1845
Hunter Lab47.048915.7499-57.8204
CIE-Lab54.171021.5021-53.2720

#687ade color RGB value is (104,122,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111010 11011110
Octal 150 172 336
Decimal 104 122 222
Hex 68 7A DE

RGB Percentages of Color #687ade

%23.21
%27.23
%49.55

CMYK Percentages of Color #687ade

%53
%45
%0
%13

Triadic Colors of #687ade

#687ade #de687a #7ade68

Analogous Colors of #687ade

#687ade #9168de #68b5de

Monochromatic Colors of #687ade

#687ade

Complementary Color

#687ade #decc68

#687ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#687ade Color CSS Codes

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

#687ade Text Font Color

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

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


#687ade Background Color

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

This div background color is #687ade


#687ade Border Color

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

This div border color is #687ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687ade


Comments

No comments written yet.

Please login to write comment.