Color Hex Logo

#689bad Color Hex

#689BAD
(104,155,173)
0 Favorites   0 Comments

Color spaces of #689bad

RGB 104155173
HSL0.540.300.54
HSV196°40°68°
CMYK 0.400.100.00   0.32
XYZ24.973129.402943.8943
Yxy29.40290.25410.2992
Hunter Lab54.2244-12.6845-10.0377
CIE-Lab61.1356-12.2367-14.7526

#689bad color RGB value is (104,155,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011011 10101101
Octal 150 233 255
Decimal 104 155 173
Hex 68 9B AD

RGB Percentages of Color #689bad

%24.07
%35.88
%40.05

CMYK Percentages of Color #689bad

%40
%10
%0
%32

Triadic Colors of #689bad

#689bad #ad689b #9bad68

Analogous Colors of #689bad

#689bad #6879ad #68ad9d

Monochromatic Colors of #689bad

#689bad

Complementary Color

#689bad #ad7a68

#689bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#689bad Color CSS Codes

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

#689bad Text Font Color

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

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


#689bad Background Color

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

This div background color is #689bad


#689bad Border Color

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

This div border color is #689bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,155,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 #689bad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689bad


Comments

No comments written yet.

Please login to write comment.