Color Hex Logo

#689fbf Color Hex

#689FBF
(104,159,191)
0 Favorites   0 Comments

Color spaces of #689fbf

RGB 104159191
HSL0.560.400.58
HSV202°46°75°
CMYK 0.460.170.00   0.25
XYZ27.511031.500953.9205
Yxy31.50090.24360.2789
Hunter Lab56.1257-10.7249-17.6725
CIE-Lab62.9282-9.4633-22.1490

#689fbf color RGB value is (104,159,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011111 10111111
Octal 150 237 277
Decimal 104 159 191
Hex 68 9F BF

RGB Percentages of Color #689fbf

%22.91
%35.02
%42.07

CMYK Percentages of Color #689fbf

%46
%17
%0
%25

Triadic Colors of #689fbf

#689fbf #bf689f #9fbf68

Analogous Colors of #689fbf

#689fbf #6874bf #68bfb4

Monochromatic Colors of #689fbf

#689fbf

Complementary Color

#689fbf #bf8868

#689fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#689fbf Color CSS Codes

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

#689fbf Text Font Color

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

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


#689fbf Background Color

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

This div background color is #689fbf


#689fbf Border Color

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

This div border color is #689fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689fbf


Comments

No comments written yet.

Please login to write comment.