Color Hex Logo

#686dbf Color Hex

#686DBF
(104,109,191)
0 Favorites   0 Comments

Color spaces of #686dbf

RGB 104109191
HSL0.660.400.58
HSV237°46°75°
CMYK 0.460.430.00   0.25
XYZ20.581517.641951.6107
Yxy17.64190.22910.1964
Hunter Lab42.002313.9627-43.4516
CIE-Lab49.058919.8238-43.7692

#686dbf color RGB value is (104,109,191).

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

The process color (four color CMYK) of #686dbf color hex is 0.46, 0.43, 0.00, 0.25. Web safe color of #686dbf is #6666cc. Color #686dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101101 10111111
Octal 150 155 277
Decimal 104 109 191
Hex 68 6D BF

RGB Percentages of Color #686dbf

%25.74
%26.98
%47.28

CMYK Percentages of Color #686dbf

%46
%43
%0
%25

Triadic Colors of #686dbf

#686dbf #bf686d #6dbf68

Analogous Colors of #686dbf

#686dbf #8f68bf #6899bf

Monochromatic Colors of #686dbf

#686dbf

Complementary Color

#686dbf #bfba68

#686dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#686dbf Color CSS Codes

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

#686dbf Text Font Color

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

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


#686dbf Background Color

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

This div background color is #686dbf


#686dbf Border Color

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

This div border color is #686dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686dbf


Comments

No comments written yet.

Please login to write comment.