Color Hex Logo

#689ef5 Color Hex

#689EF5
(104,158,245)
0 Favorites   0 Comments

Color spaces of #689ef5

RGB 104158245
HSL0.600.880.68
HSV217°58°96°
CMYK 0.580.360.00   0.04
XYZ34.417233.989391.1328
Yxy33.98930.21570.2130
Hunter Lab58.30033.3506-51.8696
CIE-Lab64.95417.4420-48.9053

#689ef5 color RGB value is (104,158,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011110 11110101
Octal 150 236 365
Decimal 104 158 245
Hex 68 9E F5

RGB Percentages of Color #689ef5

%20.51
%31.16
%48.32

CMYK Percentages of Color #689ef5

%58
%36
%0
%4

Triadic Colors of #689ef5

#689ef5 #f5689e #9ef568

Analogous Colors of #689ef5

#689ef5 #7968f5 #68e5f5

Monochromatic Colors of #689ef5

#689ef5

Complementary Color

#689ef5 #f5bf68

#689ef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689ef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#689ef5 Color CSS Codes

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

#689ef5 Text Font Color

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

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


#689ef5 Background Color

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

This div background color is #689ef5


#689ef5 Border Color

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

This div border color is #689ef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689ef5


Comments

No comments written yet.

Please login to write comment.