Color Hex Logo

#686cbe Color Hex

#686CBE
(104,108,190)
0 Favorites   0 Comments

Color spaces of #686cbe

RGB 104108190
HSL0.660.400.58
HSV237°45°75°
CMYK 0.450.430.00   0.25
XYZ20.365717.385950.9976
Yxy17.38590.22950.1959
Hunter Lab41.696414.2157-43.3283
CIE-Lab48.742620.1337-43.6945

#686cbe color RGB value is (104,108,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101100 10111110
Octal 150 154 276
Decimal 104 108 190
Hex 68 6C BE

RGB Percentages of Color #686cbe

%25.87
%26.87
%47.26

CMYK Percentages of Color #686cbe

%45
%43
%0
%25

Triadic Colors of #686cbe

#686cbe #be686c #6cbe68

Analogous Colors of #686cbe

#686cbe #8f68be #6897be

Monochromatic Colors of #686cbe

#686cbe

Complementary Color

#686cbe #beba68

#686cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#686cbe Color CSS Codes

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

#686cbe Text Font Color

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

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


#686cbe Background Color

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

This div background color is #686cbe


#686cbe Border Color

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

This div border color is #686cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686cbe


Comments

No comments written yet.

Please login to write comment.