Color Hex Logo

#689baf Color Hex

#689BAF
(104,155,175)
0 Favorites   0 Comments

Color spaces of #689baf

RGB 104155175
HSL0.550.310.55
HSV197°41°69°
CMYK 0.410.110.00   0.31
XYZ25.168129.480944.9213
Yxy29.48090.25280.2961
Hunter Lab54.2963-12.2780-11.0453
CIE-Lab61.2037-11.6990-15.7785

#689baf color RGB value is (104,155,175).

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

The process color (four color CMYK) of #689baf color hex is 0.41, 0.11, 0.00, 0.31. Web safe color of #689baf is #669999. Color #689baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011011 10101111
Octal 150 233 257
Decimal 104 155 175
Hex 68 9B AF

RGB Percentages of Color #689baf

%23.96
%35.71
%40.32

CMYK Percentages of Color #689baf

%41
%11
%0
%31

Triadic Colors of #689baf

#689baf #af689b #9baf68

Analogous Colors of #689baf

#689baf #6878af #68afa0

Monochromatic Colors of #689baf

#689baf

Complementary Color

#689baf #af7c68

#689baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#689baf Color CSS Codes

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

#689baf Text Font Color

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

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


#689baf Background Color

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

This div background color is #689baf


#689baf Border Color

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

This div border color is #689baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689baf


Comments

No comments written yet.

Please login to write comment.