Color Hex Logo

#689fcd Color Hex

#689FCD
(104,159,205)
0 Favorites   0 Comments

Color spaces of #689fcd

RGB 104159205
HSL0.580.500.61
HSV207°49°80°
CMYK 0.490.220.00   0.20
XYZ29.126532.147162.4275
Yxy32.14710.23550.2599
Hunter Lab56.6984-7.5251-25.5921
CIE-Lab63.4643-5.4227-29.1432

#689fcd color RGB value is (104,159,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011111 11001101
Octal 150 237 315
Decimal 104 159 205
Hex 68 9F CD

RGB Percentages of Color #689fcd

%22.22
%33.97
%43.80

CMYK Percentages of Color #689fcd

%49
%22
%0
%20

Triadic Colors of #689fcd

#689fcd #cd689f #9fcd68

Analogous Colors of #689fcd

#689fcd #686dcd #68cdc9

Monochromatic Colors of #689fcd

#689fcd

Complementary Color

#689fcd #cd9668

#689fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#689fcd Color CSS Codes

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

#689fcd Text Font Color

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

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


#689fcd Background Color

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

This div background color is #689fcd


#689fcd Border Color

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

This div border color is #689fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689fcd


Comments

No comments written yet.

Please login to write comment.