Color Hex Logo

#689bcb Color Hex

#689BCB
(104,155,203)
0 Favorites   0 Comments

Color spaces of #689bcb

RGB 104155203
HSL0.580.490.60
HSV209°49°80°
CMYK 0.490.240.00   0.20
XYZ28.209830.697560.9383
Yxy30.69750.23540.2561
Hunter Lab55.4053-6.0755-26.4272
CIE-Lab62.2514-3.7692-29.9025

#689bcb color RGB value is (104,155,203).

#689bcb hex color red value is 104, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #689bcb hue: 0.58 , saturation: 0.49 and the lightness value of 689bcb is 0.60.

The process color (four color CMYK) of #689bcb color hex is 0.49, 0.24, 0.00, 0.20. Web safe color of #689bcb is #6699cc. Color #689bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011011 11001011
Octal 150 233 313
Decimal 104 155 203
Hex 68 9B CB

RGB Percentages of Color #689bcb

%22.51
%33.55
%43.94

CMYK Percentages of Color #689bcb

%49
%24
%0
%20

Triadic Colors of #689bcb

#689bcb #cb689b #9bcb68

Analogous Colors of #689bcb

#689bcb #686acb #68cbca

Monochromatic Colors of #689bcb

#689bcb

Complementary Color

#689bcb #cb9868

#689bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#689bcb Color CSS Codes

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

#689bcb Text Font Color

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

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


#689bcb Background Color

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

This div background color is #689bcb


#689bcb Border Color

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

This div border color is #689bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689bcb


Comments

No comments written yet.

Please login to write comment.