Color Hex Logo

#689dfa Color Hex

#689DFA
(104,157,250)
0 Favorites   0 Comments

Color spaces of #689dfa

RGB 104157250
HSL0.610.940.69
HSV218°58°98°
CMYK 0.580.370.00   0.02
XYZ35.021233.959195.1514
Yxy33.95910.21340.2069
Hunter Lab58.27445.2929-56.0175
CIE-Lab64.93019.6180-51.6773

#689dfa color RGB value is (104,157,250).

#689dfa hex color red value is 104, green value is 157 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #689dfa hue: 0.61 , saturation: 0.94 and the lightness value of 689dfa is 0.69.

The process color (four color CMYK) of #689dfa color hex is 0.58, 0.37, 0.00, 0.02. Web safe color of #689dfa is #6699ff. Color #689dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011101 11111010
Octal 150 235 372
Decimal 104 157 250
Hex 68 9D FA

RGB Percentages of Color #689dfa

%20.35
%30.72
%48.92

CMYK Percentages of Color #689dfa

%58
%37
%0
%2

Triadic Colors of #689dfa

#689dfa #fa689d #9dfa68

Analogous Colors of #689dfa

#689dfa #7c68fa #68e6fa

Monochromatic Colors of #689dfa

#689dfa

Complementary Color

#689dfa #fac568

#689dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#689dfa Color CSS Codes

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

#689dfa Text Font Color

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

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


#689dfa Background Color

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

This div background color is #689dfa


#689dfa Border Color

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

This div border color is #689dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.