Color Hex Logo

#689fe5 Color Hex

#689FE5
(104,159,229)
0 Favorites   0 Comments

Color spaces of #689fe5

RGB 104159229
HSL0.590.710.65
HSV214°55°90°
CMYK 0.550.310.00   0.10
XYZ32.249933.396578.8752
Yxy33.39650.22310.2311
Hunter Lab57.7897-1.5190-40.4701
CIE-Lab64.48071.8391-40.8611

#689fe5 color RGB value is (104,159,229).

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

The process color (four color CMYK) of #689fe5 color hex is 0.55, 0.31, 0.00, 0.10. Web safe color of #689fe5 is #6699cc. Color #689fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011111 11100101
Octal 150 237 345
Decimal 104 159 229
Hex 68 9F E5

RGB Percentages of Color #689fe5

%21.14
%32.32
%46.54

CMYK Percentages of Color #689fe5

%55
%31
%0
%10

Triadic Colors of #689fe5

#689fe5 #e5689f #9fe568

Analogous Colors of #689fe5

#689fe5 #7068e5 #68dee5

Monochromatic Colors of #689fe5

#689fe5

Complementary Color

#689fe5 #e5ae68

#689fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#689fe5 Color CSS Codes

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

#689fe5 Text Font Color

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

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


#689fe5 Background Color

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

This div background color is #689fe5


#689fe5 Border Color

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

This div border color is #689fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689fe5


Comments

No comments written yet.

Please login to write comment.