Color Hex Logo

#686dfe Color Hex

#686DFE
(104,109,254)
0 Favorites   0 Comments

Color spaces of #686dfe

RGB 104109254
HSL0.660.990.70
HSV238°59°100°
CMYK 0.590.570.00   0.00
XYZ29.067021.036196.2943
Yxy21.03610.19850.1437
Hunter Lab45.865132.8603-92.3744
CIE-Lab52.989039.4998-73.0280

#686dfe color RGB value is (104,109,254).

#686dfe hex color red value is 104, green value is 109 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #686dfe hue: 0.66 , saturation: 0.99 and the lightness value of 686dfe is 0.70.

The process color (four color CMYK) of #686dfe color hex is 0.59, 0.57, 0.00, 0.00. Web safe color of #686dfe is #6666ff. Color #686dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101101 11111110
Octal 150 155 376
Decimal 104 109 254
Hex 68 6D FE

RGB Percentages of Color #686dfe

%22.27
%23.34
%54.39

CMYK Percentages of Color #686dfe

%59
%57
%0
%0

Triadic Colors of #686dfe

#686dfe #fe686d #6dfe68

Analogous Colors of #686dfe

#686dfe #ae68fe #68b8fe

Monochromatic Colors of #686dfe

#686dfe

Complementary Color

#686dfe #fef968

#686dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#686dfe Color CSS Codes

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

#686dfe Text Font Color

<p style="color:#686dfe">Text here</p>

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


#686dfe Background Color

<div style="background-color:#686dfe">
Div content here</div>

This div background color is #686dfe


#686dfe Border Color

<div style="border:3px solid #686dfe">
Div here</div>

This div border color is #686dfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,109,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #686dfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #686dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #686dfe;
  box-shadow:         1px 1px 3px 2px #686dfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.