Color Hex Logo

#686bab Color Hex

#686BAB
(104,107,171)
0 Favorites   0 Comments

Color spaces of #686bab

RGB 104107171
HSL0.660.290.54
HSV237°39°67°
CMYK 0.390.370.00   0.33
XYZ18.317316.398740.7279
Yxy16.39870.24280.2174
Hunter Lab40.49539.8744-31.2838
CIE-Lab47.493315.1312-34.6321

#686bab color RGB value is (104,107,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101011 10101011
Octal 150 153 253
Decimal 104 107 171
Hex 68 6B AB

RGB Percentages of Color #686bab

%27.23
%28.01
%44.76

CMYK Percentages of Color #686bab

%39
%37
%0
%33

Triadic Colors of #686bab

#686bab #ab686b #6bab68

Analogous Colors of #686bab

#686bab #8768ab #688dab

Monochromatic Colors of #686bab

#686bab

Complementary Color

#686bab #aba868

#686bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#686bab Color CSS Codes

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

#686bab Text Font Color

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

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


#686bab Background Color

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

This div background color is #686bab


#686bab Border Color

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

This div border color is #686bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,107,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 #686bab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686bab


Comments

No comments written yet.

Please login to write comment.