Color Hex Logo

#686cab Color Hex

#686CAB
(104,108,171)
0 Favorites   0 Comments

Color spaces of #686cab

RGB 104108171
HSL0.660.290.54
HSV236°39°67°
CMYK 0.390.370.00   0.33
XYZ18.422216.608540.7629
Yxy16.60850.24310.2191
Hunter Lab40.75359.3704-30.7762
CIE-Lab47.762914.5193-34.2085

#686cab color RGB value is (104,108,171).

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

The process color (four color CMYK) of #686cab color hex is 0.39, 0.37, 0.00, 0.33. Web safe color of #686cab is #666699. Color #686cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101100 10101011
Octal 150 154 253
Decimal 104 108 171
Hex 68 6C AB

RGB Percentages of Color #686cab

%27.15
%28.20
%44.65

CMYK Percentages of Color #686cab

%39
%37
%0
%33

Triadic Colors of #686cab

#686cab #ab686c #6cab68

Analogous Colors of #686cab

#686cab #8668ab #688eab

Monochromatic Colors of #686cab

#686cab

Complementary Color

#686cab #aba768

#686cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#686cab Color CSS Codes

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

#686cab Text Font Color

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

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


#686cab Background Color

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

This div background color is #686cab


#686cab Border Color

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

This div border color is #686cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686cab


Comments

No comments written yet.

Please login to write comment.