Color Hex Logo

#686795 Color Hex

#686795
(104,103,149)
0 Favorites   0 Comments

Color spaces of #686795

RGB 104103149
HSL0.670.180.49
HSV241°31°58°
CMYK 0.300.310.00   0.42
XYZ15.984014.813530.4506
Yxy14.81350.26100.2419
Hunter Lab38.48836.7756-19.9664
CIE-Lab45.377711.4261-24.9666

#686795 color RGB value is (104,103,149).

#686795 hex color red value is 104, green value is 103 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #686795 hue: 0.67 , saturation: 0.18 and the lightness value of 686795 is 0.49.

The process color (four color CMYK) of #686795 color hex is 0.30, 0.31, 0.00, 0.42. Web safe color of #686795 is #666699. Color #686795 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100111 10010101
Octal 150 147 225
Decimal 104 103 149
Hex 68 67 95

RGB Percentages of Color #686795

%29.21
%28.93
%41.85

CMYK Percentages of Color #686795

%30
%31
%0
%42

Triadic Colors of #686795

#686795 #956867 #679568

Analogous Colors of #686795

#686795 #7f6795 #677d95

Monochromatic Colors of #686795

#686795

Complementary Color

#686795 #949567

#686795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#686795 Color CSS Codes

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

#686795 Text Font Color

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

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


#686795 Background Color

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

This div background color is #686795


#686795 Border Color

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

This div border color is #686795


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,103,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #686795; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #686795;
  -webkit-box-shadow: 1px 1px 3px 2px #686795;
  box-shadow:         1px 1px 3px 2px #686795; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686795


Comments

No comments written yet.

Please login to write comment.