Color Hex Logo

#689dda Color Hex

#689DDA
(104,157,218)
0 Favorites   0 Comments

Color spaces of #689dda

RGB 104157218
HSL0.590.610.63
HSV212°52°85°
CMYK 0.520.280.00   0.15
XYZ30.420832.119070.9259
Yxy32.11900.22790.2407
Hunter Lab56.6736-3.3651-34.5287
CIE-Lab63.4411-0.4018-36.4043

#689dda color RGB value is (104,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011101 11011010
Octal 150 235 332
Decimal 104 157 218
Hex 68 9D DA

RGB Percentages of Color #689dda

%21.71
%32.78
%45.51

CMYK Percentages of Color #689dda

%52
%28
%0
%15

Triadic Colors of #689dda

#689dda #da689d #9dda68

Analogous Colors of #689dda

#689dda #6c68da #68d6da

Monochromatic Colors of #689dda

#689dda

Complementary Color

#689dda #daa568

#689dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#689dda Color CSS Codes

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

#689dda Text Font Color

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

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


#689dda Background Color

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

This div background color is #689dda


#689dda Border Color

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

This div border color is #689dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689dda


Comments

No comments written yet.

Please login to write comment.