Color Hex Logo

#686cdc Color Hex

#686CDC
(104,108,220)
0 Favorites   0 Comments

Color spaces of #686cdc

RGB 104108220
HSL0.660.620.64
HSV238°53°86°
CMYK 0.530.510.00   0.14
XYZ23.989718.835570.0814
Yxy18.83550.21250.1668
Hunter Lab43.399922.7178-65.3606
CIE-Lab50.494229.3714-58.0357

#686cdc color RGB value is (104,108,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101100 11011100
Octal 150 154 334
Decimal 104 108 220
Hex 68 6C DC

RGB Percentages of Color #686cdc

%24.07
%25.00
%50.93

CMYK Percentages of Color #686cdc

%53
%51
%0
%14

Triadic Colors of #686cdc

#686cdc #dc686c #6cdc68

Analogous Colors of #686cdc

#686cdc #9e68dc #68a6dc

Monochromatic Colors of #686cdc

#686cdc

Complementary Color

#686cdc #dcd868

#686cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#686cdc Color CSS Codes

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

#686cdc Text Font Color

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

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


#686cdc Background Color

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

This div background color is #686cdc


#686cdc Border Color

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

This div border color is #686cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686cdc


Comments

No comments written yet.

Please login to write comment.