Color Hex Logo

#689df4 Color Hex

#689DF4
(104,157,244)
0 Favorites   0 Comments

Color spaces of #689df4

RGB 104157244
HSL0.600.860.68
HSV217°57°96°
CMYK 0.570.360.00   0.04
XYZ34.095033.588790.2742
Yxy33.58870.21580.2126
Hunter Lab57.95583.5878-51.7834
CIE-Lab64.63487.7027-48.8620

#689df4 color RGB value is (104,157,244).

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

The process color (four color CMYK) of #689df4 color hex is 0.57, 0.36, 0.00, 0.04. Web safe color of #689df4 is #6699ff. Color #689df4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011101 11110100
Octal 150 235 364
Decimal 104 157 244
Hex 68 9D F4

RGB Percentages of Color #689df4

%20.59
%31.09
%48.32

CMYK Percentages of Color #689df4

%57
%36
%0
%4

Triadic Colors of #689df4

#689df4 #f4689d #9df468

Analogous Colors of #689df4

#689df4 #7968f4 #68e3f4

Monochromatic Colors of #689df4

#689df4

Complementary Color

#689df4 #f4bf68

#689df4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689df4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#689df4 Color CSS Codes

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

#689df4 Text Font Color

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

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


#689df4 Background Color

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

This div background color is #689df4


#689df4 Border Color

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

This div border color is #689df4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689df4


Comments

No comments written yet.

Please login to write comment.