Color Hex Logo

#689fad Color Hex

#689FAD
(104,159,173)
0 Favorites   0 Comments

Color spaces of #689fad

RGB 104159173
HSL0.530.300.54
HSV192°40°68°
CMYK 0.400.080.00   0.32
XYZ25.649930.756544.1199
Yxy30.75650.25520.3060
Hunter Lab55.4585-14.4952-8.3470
CIE-Lab62.3015-14.3951-12.9950

#689fad color RGB value is (104,159,173).

#689fad hex color red value is 104, green value is 159 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #689fad hue: 0.53 , saturation: 0.30 and the lightness value of 689fad is 0.54.

The process color (four color CMYK) of #689fad color hex is 0.40, 0.08, 0.00, 0.32. Web safe color of #689fad is #669999. Color #689fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011111 10101101
Octal 150 237 255
Decimal 104 159 173
Hex 68 9F AD

RGB Percentages of Color #689fad

%23.85
%36.47
%39.68

CMYK Percentages of Color #689fad

%40
%8
%0
%32

Triadic Colors of #689fad

#689fad #ad689f #9fad68

Analogous Colors of #689fad

#689fad #687dad #68ad99

Monochromatic Colors of #689fad

#689fad

Complementary Color

#689fad #ad7668

#689fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#689fad Color CSS Codes

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

#689fad Text Font Color

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

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


#689fad Background Color

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

This div background color is #689fad


#689fad Border Color

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

This div border color is #689fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689fad


Comments

No comments written yet.

Please login to write comment.