Color Hex Logo

#689ecd Color Hex

#689ECD
(104,158,205)
0 Favorites   0 Comments

Color spaces of #689ecd

RGB 104158205
HSL0.580.500.61
HSV208°49°80°
CMYK 0.490.230.00   0.20
XYZ28.955231.804662.3704
Yxy31.80460.23520.2583
Hunter Lab56.3956-7.0449-26.0946
CIE-Lab63.1811-4.8640-29.5809

#689ecd color RGB value is (104,158,205).

#689ecd hex color red value is 104, green value is 158 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #689ecd hue: 0.58 , saturation: 0.50 and the lightness value of 689ecd is 0.61.

The process color (four color CMYK) of #689ecd color hex is 0.49, 0.23, 0.00, 0.20. Web safe color of #689ecd is #6699cc. Color #689ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011110 11001101
Octal 150 236 315
Decimal 104 158 205
Hex 68 9E CD

RGB Percentages of Color #689ecd

%22.27
%33.83
%43.90

CMYK Percentages of Color #689ecd

%49
%23
%0
%20

Triadic Colors of #689ecd

#689ecd #cd689e #9ecd68

Analogous Colors of #689ecd

#689ecd #686ccd #68cdca

Monochromatic Colors of #689ecd

#689ecd

Complementary Color

#689ecd #cd9768

#689ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#689ecd Color CSS Codes

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

#689ecd Text Font Color

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

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


#689ecd Background Color

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

This div background color is #689ecd


#689ecd Border Color

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

This div border color is #689ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689ecd


Comments

No comments written yet.

Please login to write comment.