Color Hex Logo

#686cde Color Hex

#686CDE
(104,108,222)
0 Favorites   0 Comments

Color spaces of #686cde

RGB 104108222
HSL0.660.640.64
HSV238°53°87°
CMYK 0.530.510.00   0.13
XYZ24.256318.942171.4850
Yxy18.94210.21150.1652
Hunter Lab43.522523.3185-66.9170
CIE-Lab50.619429.9979-58.9651

#686cde color RGB value is (104,108,222).

#686cde hex color red value is 104, green value is 108 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #686cde hue: 0.66 , saturation: 0.64 and the lightness value of 686cde is 0.64.

The process color (four color CMYK) of #686cde color hex is 0.53, 0.51, 0.00, 0.13. Web safe color of #686cde is #6666cc. Color #686cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101100 11011110
Octal 150 154 336
Decimal 104 108 222
Hex 68 6C DE

RGB Percentages of Color #686cde

%23.96
%24.88
%51.15

CMYK Percentages of Color #686cde

%53
%51
%0
%13

Triadic Colors of #686cde

#686cde #de686c #6cde68

Analogous Colors of #686cde

#686cde #9f68de #68a7de

Monochromatic Colors of #686cde

#686cde

Complementary Color

#686cde #deda68

#686cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#686cde Color CSS Codes

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

#686cde Text Font Color

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

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


#686cde Background Color

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

This div background color is #686cde


#686cde Border Color

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

This div border color is #686cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686cde


Comments

No comments written yet.

Please login to write comment.