Color Hex Logo

#689fba Color Hex

#689FBA
(104,159,186)
0 Favorites   0 Comments

Color spaces of #689fba

RGB 104159186
HSL0.550.370.57
HSV200°44°73°
CMYK 0.440.150.00   0.27
XYZ26.970031.284551.0714
Yxy31.28450.24670.2862
Hunter Lab55.9325-11.8114-14.9843
CIE-Lab62.7471-10.8649-19.6238

#689fba color RGB value is (104,159,186).

#689fba hex color red value is 104, green value is 159 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #689fba hue: 0.55 , saturation: 0.37 and the lightness value of 689fba is 0.57.

The process color (four color CMYK) of #689fba color hex is 0.44, 0.15, 0.00, 0.27. Web safe color of #689fba is #6699cc. Color #689fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011111 10111010
Octal 150 237 272
Decimal 104 159 186
Hex 68 9F BA

RGB Percentages of Color #689fba

%23.16
%35.41
%41.43

CMYK Percentages of Color #689fba

%44
%15
%0
%27

Triadic Colors of #689fba

#689fba #ba689f #9fba68

Analogous Colors of #689fba

#689fba #6876ba #68baac

Monochromatic Colors of #689fba

#689fba

Complementary Color

#689fba #ba8368

#689fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#689fba Color CSS Codes

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

#689fba Text Font Color

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

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


#689fba Background Color

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

This div background color is #689fba


#689fba Border Color

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

This div border color is #689fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689fba


Comments

No comments written yet.

Please login to write comment.