Color Hex Logo

#689cda Color Hex

#689CDA
(104,156,218)
0 Favorites   0 Comments

Color spaces of #689cda

RGB 104156218
HSL0.590.610.63
HSV213°52°85°
CMYK 0.520.280.00   0.15
XYZ30.252331.781970.8697
Yxy31.78190.22760.2391
Hunter Lab56.3754-2.8700-35.0708
CIE-Lab63.16220.1677-36.8393

#689cda color RGB value is (104,156,218).

#689cda hex color red value is 104, green value is 156 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #689cda hue: 0.59 , saturation: 0.61 and the lightness value of 689cda is 0.63.

The process color (four color CMYK) of #689cda color hex is 0.52, 0.28, 0.00, 0.15. Web safe color of #689cda is #6699cc. Color #689cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011100 11011010
Octal 150 234 332
Decimal 104 156 218
Hex 68 9C DA

RGB Percentages of Color #689cda

%21.76
%32.64
%45.61

CMYK Percentages of Color #689cda

%52
%28
%0
%15

Triadic Colors of #689cda

#689cda #da689c #9cda68

Analogous Colors of #689cda

#689cda #6d68da #68d5da

Monochromatic Colors of #689cda

#689cda

Complementary Color

#689cda #daa668

#689cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#689cda Color CSS Codes

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

#689cda Text Font Color

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

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


#689cda Background Color

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

This div background color is #689cda


#689cda Border Color

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

This div border color is #689cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689cda


Comments

No comments written yet.

Please login to write comment.