Color Hex Logo

#685e88 Color Hex

#685E88
(104,94,136)
0 Favorites   0 Comments

Color spaces of #685e88

RGB 10494136
HSL0.710.180.45
HSV254°31°53°
CMYK 0.240.310.00   0.47
XYZ14.155612.726025.0028
Yxy12.72600.27280.2453
Hunter Lab35.67358.4019-16.5836
CIE-Lab42.347513.5353-21.8737

#685e88 color RGB value is (104,94,136).

#685e88 hex color red value is 104, green value is 94 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #685e88 hue: 0.71 , saturation: 0.18 and the lightness value of 685e88 is 0.45.

The process color (four color CMYK) of #685e88 color hex is 0.24, 0.31, 0.00, 0.47. Web safe color of #685e88 is #666699. Color #685e88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011110 10001000
Octal 150 136 210
Decimal 104 94 136
Hex 68 5E 88

RGB Percentages of Color #685e88

%31.14
%28.14
%40.72

CMYK Percentages of Color #685e88

%24
%31
%0
%47

Triadic Colors of #685e88

#685e88 #88685e #5e8868

Analogous Colors of #685e88

#685e88 #7d5e88 #5e6988

Monochromatic Colors of #685e88

#685e88

Complementary Color

#685e88 #7e885e

#685e88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685e88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685e88 Color CSS Codes

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

#685e88 Text Font Color

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

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


#685e88 Background Color

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

This div background color is #685e88


#685e88 Border Color

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

This div border color is #685e88


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,94,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #685e88; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #685e88;
  -webkit-box-shadow: 1px 1px 3px 2px #685e88;
  box-shadow:         1px 1px 3px 2px #685e88; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685e88


Comments

No comments written yet.

Please login to write comment.