Color Hex Logo

#686acf Color Hex

#686ACF
(104,106,207)
0 Favorites   0 Comments

Color spaces of #686acf

RGB 104106207
HSL0.660.520.61
HSV239°50°81°
CMYK 0.500.490.00   0.19
XYZ22.125417.756161.2926
Yxy17.75610.21870.1755
Hunter Lab42.138019.9835-56.7448
CIE-Lab49.198926.5474-52.7256

#686acf color RGB value is (104,106,207).

#686acf hex color red value is 104, green value is 106 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #686acf hue: 0.66 , saturation: 0.52 and the lightness value of 686acf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101010 11001111
Octal 150 152 317
Decimal 104 106 207
Hex 68 6A CF

RGB Percentages of Color #686acf

%24.94
%25.42
%49.64

CMYK Percentages of Color #686acf

%50
%49
%0
%19

Triadic Colors of #686acf

#686acf #cf686a #6acf68

Analogous Colors of #686acf

#686acf #9a68cf #689ecf

Monochromatic Colors of #686acf

#686acf

Complementary Color

#686acf #cfcd68

#686acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#686acf Color CSS Codes

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

#686acf Text Font Color

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

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


#686acf Background Color

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

This div background color is #686acf


#686acf Border Color

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

This div border color is #686acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686acf


Comments

No comments written yet.

Please login to write comment.