Color Hex Logo

#689ebe Color Hex

#689EBE
(104,158,190)
0 Favorites   0 Comments

Color spaces of #689ebe

RGB 104158190
HSL0.560.400.58
HSV202°45°75°
CMYK 0.450.170.00   0.25
XYZ27.230031.114553.2857
Yxy31.11450.24390.2787
Hunter Lab55.7804-10.4783-17.5921
CIE-Lab62.6042-9.1965-22.0843

#689ebe color RGB value is (104,158,190).

#689ebe hex color red value is 104, green value is 158 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #689ebe hue: 0.56 , saturation: 0.40 and the lightness value of 689ebe is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011110 10111110
Octal 150 236 276
Decimal 104 158 190
Hex 68 9E BE

RGB Percentages of Color #689ebe

%23.01
%34.96
%42.04

CMYK Percentages of Color #689ebe

%45
%17
%0
%25

Triadic Colors of #689ebe

#689ebe #be689e #9ebe68

Analogous Colors of #689ebe

#689ebe #6873be #68beb3

Monochromatic Colors of #689ebe

#689ebe

Complementary Color

#689ebe #be8868

#689ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#689ebe Color CSS Codes

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

#689ebe Text Font Color

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

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


#689ebe Background Color

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

This div background color is #689ebe


#689ebe Border Color

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

This div border color is #689ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689ebe


Comments

No comments written yet.

Please login to write comment.