Color Hex Logo

#686bd4 Color Hex

#686BD4
(104,107,212)
0 Favorites   0 Comments

Color spaces of #686bd4

RGB 104107212
HSL0.660.560.62
HSV238°51°83°
CMYK 0.510.500.00   0.17
XYZ22.850318.211964.5983
Yxy18.21190.21630.1724
Hunter Lab42.675420.8948-59.8752
CIE-Lab49.752127.4860-54.6889

#686bd4 color RGB value is (104,107,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101011 11010100
Octal 150 153 324
Decimal 104 107 212
Hex 68 6B D4

RGB Percentages of Color #686bd4

%24.59
%25.30
%50.12

CMYK Percentages of Color #686bd4

%51
%50
%0
%17

Triadic Colors of #686bd4

#686bd4 #d4686b #6bd468

Analogous Colors of #686bd4

#686bd4 #9b68d4 #68a1d4

Monochromatic Colors of #686bd4

#686bd4

Complementary Color

#686bd4 #d4d168

#686bd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686bd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#686bd4 Color CSS Codes

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

#686bd4 Text Font Color

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

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


#686bd4 Background Color

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

This div background color is #686bd4


#686bd4 Border Color

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

This div border color is #686bd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686bd4


Comments

No comments written yet.

Please login to write comment.