Color Hex Logo

#689dce Color Hex

#689DCE
(104,157,206)
0 Favorites   0 Comments

Color spaces of #689dce

RGB 104157206
HSL0.580.510.61
HSV209°50°81°
CMYK 0.500.240.00   0.19
XYZ28.906531.513262.9516
Yxy31.51320.23430.2554
Hunter Lab56.1366-6.3239-27.1922
CIE-Lab62.9385-4.0072-30.5134

#689dce color RGB value is (104,157,206).

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

The process color (four color CMYK) of #689dce color hex is 0.50, 0.24, 0.00, 0.19. Web safe color of #689dce is #6699cc. Color #689dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011101 11001110
Octal 150 235 316
Decimal 104 157 206
Hex 68 9D CE

RGB Percentages of Color #689dce

%22.27
%33.62
%44.11

CMYK Percentages of Color #689dce

%50
%24
%0
%19

Triadic Colors of #689dce

#689dce #ce689d #9dce68

Analogous Colors of #689dce

#689dce #686ace #68cecc

Monochromatic Colors of #689dce

#689dce

Complementary Color

#689dce #ce9968

#689dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#689dce Color CSS Codes

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

#689dce Text Font Color

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

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


#689dce Background Color

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

This div background color is #689dce


#689dce Border Color

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

This div border color is #689dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689dce


Comments

No comments written yet.

Please login to write comment.