Color Hex Logo

#689ade Color Hex

#689ADE
(104,154,222)
0 Favorites   0 Comments

Color spaces of #689ade

RGB 104154222
HSL0.600.640.64
HSV215°53°87°
CMYK 0.530.310.00   0.13
XYZ30.449331.328273.5493
Yxy31.32820.22500.2315
Hunter Lab55.9716-0.8439-38.7297
CIE-Lab62.78372.5386-39.6494

#689ade color RGB value is (104,154,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011010 11011110
Octal 150 232 336
Decimal 104 154 222
Hex 68 9A DE

RGB Percentages of Color #689ade

%21.67
%32.08
%46.25

CMYK Percentages of Color #689ade

%53
%31
%0
%13

Triadic Colors of #689ade

#689ade #de689a #9ade68

Analogous Colors of #689ade

#689ade #7168de #68d5de

Monochromatic Colors of #689ade

#689ade

Complementary Color

#689ade #deac68

#689ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#689ade Color CSS Codes

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

#689ade Text Font Color

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

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


#689ade Background Color

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

This div background color is #689ade


#689ade Border Color

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

This div border color is #689ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689ade


Comments

No comments written yet.

Please login to write comment.