Color Hex Logo

#689cdf Color Hex

#689CDF
(104,156,223)
0 Favorites   0 Comments

Color spaces of #689cdf

RGB 104156223
HSL0.590.650.64
HSV214°53°87°
CMYK 0.530.300.00   0.13
XYZ30.916732.047774.3684
Yxy32.04770.22510.2334
Hunter Lab56.6107-1.5848-38.2607
CIE-Lab63.38231.7002-39.2665

#689cdf color RGB value is (104,156,223).

#689cdf hex color red value is 104, green value is 156 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #689cdf hue: 0.59 , saturation: 0.65 and the lightness value of 689cdf is 0.64.

The process color (four color CMYK) of #689cdf color hex is 0.53, 0.30, 0.00, 0.13. Web safe color of #689cdf is #6699cc. Color #689cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011100 11011111
Octal 150 234 337
Decimal 104 156 223
Hex 68 9C DF

RGB Percentages of Color #689cdf

%21.53
%32.30
%46.17

CMYK Percentages of Color #689cdf

%53
%30
%0
%13

Triadic Colors of #689cdf

#689cdf #df689c #9cdf68

Analogous Colors of #689cdf

#689cdf #7068df #68d8df

Monochromatic Colors of #689cdf

#689cdf

Complementary Color

#689cdf #dfab68

#689cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#689cdf Color CSS Codes

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

#689cdf Text Font Color

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

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


#689cdf Background Color

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

This div background color is #689cdf


#689cdf Border Color

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

This div border color is #689cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689cdf


Comments

No comments written yet.

Please login to write comment.