Color Hex Logo

#689dff Color Hex

#689DFF
(104,157,255)
1 Favorites   0 Comments

Color spaces of #689dff

RGB 104157255
HSL0.611.000.70
HSV219°59°100°
CMYK 0.590.380.00   0.00
XYZ35.815934.277099.3362
Yxy34.27700.21140.2023
Hunter Lab58.54666.7410-59.6150
CIE-Lab65.181811.2240-54.0063

#689dff color RGB value is (104,157,255).

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

The process color (four color CMYK) of #689dff color hex is 0.59, 0.38, 0.00, 0.00. Web safe color of #689dff is #6699ff. Color #689dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011101 11111111
Octal 150 235 377
Decimal 104 157 255
Hex 68 9D FF

RGB Percentages of Color #689dff

%20.16
%30.43
%49.42

CMYK Percentages of Color #689dff

%59
%38
%0
%0

Triadic Colors of #689dff

#689dff #ff689d #9dff68

Analogous Colors of #689dff

#689dff #7f68ff #68e9ff

Monochromatic Colors of #689dff

#689dff

Complementary Color

#689dff #ffca68

#689dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#689dff Color CSS Codes

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

#689dff Text Font Color

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

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


#689dff Background Color

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

This div background color is #689dff


#689dff Border Color

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

This div border color is #689dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689dff


Comments

No comments written yet.

Please login to write comment.