Color Hex Logo

#689bda Color Hex

#689BDA
(104,155,218)
0 Favorites   0 Comments

Color spaces of #689bda

RGB 104155218
HSL0.590.610.63
HSV213°52°85°
CMYK 0.520.290.00   0.15
XYZ30.085231.447770.8140
Yxy31.44770.22730.2376
Hunter Lab56.0782-2.3742-35.6149
CIE-Lab62.88380.7382-37.2740

#689bda color RGB value is (104,155,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011011 11011010
Octal 150 233 332
Decimal 104 155 218
Hex 68 9B DA

RGB Percentages of Color #689bda

%21.80
%32.49
%45.70

CMYK Percentages of Color #689bda

%52
%29
%0
%15

Triadic Colors of #689bda

#689bda #da689b #9bda68

Analogous Colors of #689bda

#689bda #6e68da #68d4da

Monochromatic Colors of #689bda

#689bda

Complementary Color

#689bda #daa768

#689bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#689bda Color CSS Codes

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

#689bda Text Font Color

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

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


#689bda Background Color

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

This div background color is #689bda


#689bda Border Color

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

This div border color is #689bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689bda


Comments

No comments written yet.

Please login to write comment.