Color Hex Logo

#689bdb Color Hex

#689BDB
(104,155,219)
0 Favorites   0 Comments

Color spaces of #689bdb

RGB 104155219
HSL0.590.610.63
HSV213°53°86°
CMYK 0.530.290.00   0.14
XYZ30.216431.500271.5054
Yxy31.50020.22680.2364
Hunter Lab56.1250-2.1186-36.2502
CIE-Lab62.92761.0437-37.7605

#689bdb color RGB value is (104,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011011 11011011
Octal 150 233 333
Decimal 104 155 219
Hex 68 9B DB

RGB Percentages of Color #689bdb

%21.76
%32.43
%45.82

CMYK Percentages of Color #689bdb

%53
%29
%0
%14

Triadic Colors of #689bdb

#689bdb #db689b #9bdb68

Analogous Colors of #689bdb

#689bdb #6f68db #68d5db

Monochromatic Colors of #689bdb

#689bdb

Complementary Color

#689bdb #dba868

#689bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#689bdb Color CSS Codes

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

#689bdb Text Font Color

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

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


#689bdb Background Color

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

This div background color is #689bdb


#689bdb Border Color

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

This div border color is #689bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689bdb


Comments

No comments written yet.

Please login to write comment.