Color Hex Logo

#689bbd Color Hex

#689BBD
(104,155,189)
0 Favorites   0 Comments

Color spaces of #689bbd

RGB 104155189
HSL0.570.390.57
HSV204°45°74°
CMYK 0.450.180.00   0.26
XYZ26.615630.059952.5435
Yxy30.05990.24370.2752
Hunter Lab54.8269-9.2947-18.4419
CIE-Lab61.7059-7.8225-22.8979

#689bbd color RGB value is (104,155,189).

#689bbd hex color red value is 104, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #689bbd hue: 0.57 , saturation: 0.39 and the lightness value of 689bbd is 0.57.

The process color (four color CMYK) of #689bbd color hex is 0.45, 0.18, 0.00, 0.26. Web safe color of #689bbd is #6699cc. Color #689bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011011 10111101
Octal 150 233 275
Decimal 104 155 189
Hex 68 9B BD

RGB Percentages of Color #689bbd

%23.21
%34.60
%42.19

CMYK Percentages of Color #689bbd

%45
%18
%0
%26

Triadic Colors of #689bbd

#689bbd #bd689b #9bbd68

Analogous Colors of #689bbd

#689bbd #6871bd #68bdb5

Monochromatic Colors of #689bbd

#689bbd

Complementary Color

#689bbd #bd8a68

#689bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#689bbd Color CSS Codes

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

#689bbd Text Font Color

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

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


#689bbd Background Color

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

This div background color is #689bbd


#689bbd Border Color

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

This div border color is #689bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689bbd


Comments

No comments written yet.

Please login to write comment.