Color Hex Logo

#689dcb Color Hex

#689DCB
(104,157,203)
0 Favorites   0 Comments

Color spaces of #689dcb

RGB 104157203
HSL0.580.490.60
HSV208°49°80°
CMYK 0.490.230.00   0.20
XYZ28.545431.368861.0502
Yxy31.36880.23600.2593
Hunter Lab56.0079-7.0381-25.4223
CIE-Lab62.8177-4.8927-29.0270

#689dcb color RGB value is (104,157,203).

#689dcb hex color red value is 104, green value is 157 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #689dcb hue: 0.58 , saturation: 0.49 and the lightness value of 689dcb is 0.60.

The process color (four color CMYK) of #689dcb color hex is 0.49, 0.23, 0.00, 0.20. Web safe color of #689dcb is #6699cc. Color #689dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011101 11001011
Octal 150 235 313
Decimal 104 157 203
Hex 68 9D CB

RGB Percentages of Color #689dcb

%22.41
%33.84
%43.75

CMYK Percentages of Color #689dcb

%49
%23
%0
%20

Triadic Colors of #689dcb

#689dcb #cb689d #9dcb68

Analogous Colors of #689dcb

#689dcb #686ccb #68cbc8

Monochromatic Colors of #689dcb

#689dcb

Complementary Color

#689dcb #cb9668

#689dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#689dcb Color CSS Codes

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

#689dcb Text Font Color

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

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


#689dcb Background Color

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

This div background color is #689dcb


#689dcb Border Color

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

This div border color is #689dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689dcb


Comments

No comments written yet.

Please login to write comment.