Color Hex Logo

#686cbd Color Hex

#686CBD
(104,108,189)
0 Favorites   0 Comments

Color spaces of #686cbd

RGB 104108189
HSL0.660.390.57
HSV237°45°74°
CMYK 0.450.430.00   0.26
XYZ20.256817.342350.4239
Yxy17.34230.23010.1970
Hunter Lab41.644113.9500-42.6392
CIE-Lab48.688519.8330-43.2032

#686cbd color RGB value is (104,108,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101100 10111101
Octal 150 154 275
Decimal 104 108 189
Hex 68 6C BD

RGB Percentages of Color #686cbd

%25.94
%26.93
%47.13

CMYK Percentages of Color #686cbd

%45
%43
%0
%26

Triadic Colors of #686cbd

#686cbd #bd686c #6cbd68

Analogous Colors of #686cbd

#686cbd #8f68bd #6897bd

Monochromatic Colors of #686cbd

#686cbd

Complementary Color

#686cbd #bdb968

#686cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#686cbd Color CSS Codes

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

#686cbd Text Font Color

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

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


#686cbd Background Color

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

This div background color is #686cbd


#686cbd Border Color

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

This div border color is #686cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686cbd


Comments

No comments written yet.

Please login to write comment.