Color Hex Logo

#685680 Color Hex

#685680
(104,86,128)
0 Favorites   0 Comments

Color spaces of #685680

RGB 10486128
HSL0.740.200.42
HSV266°33°50°
CMYK 0.190.330.00   0.50
XYZ12.933011.157121.8940
Yxy11.15710.28120.2426
Hunter Lab33.402210.6594-15.4809
CIE-Lab39.843816.4659-20.8881

#685680 color RGB value is (104,86,128).

#685680 hex color red value is 104, green value is 86 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #685680 hue: 0.74 , saturation: 0.20 and the lightness value of 685680 is 0.42.

The process color (four color CMYK) of #685680 color hex is 0.19, 0.33, 0.00, 0.50. Web safe color of #685680 is #666699. Color #685680 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010110 10000000
Octal 150 126 200
Decimal 104 86 128
Hex 68 56 80

RGB Percentages of Color #685680

%32.70
%27.04
%40.25

CMYK Percentages of Color #685680

%19
%33
%0
%50

Triadic Colors of #685680

#685680 #806856 #568068

Analogous Colors of #685680

#685680 #7d5680 #565980

Monochromatic Colors of #685680

#685680

Complementary Color

#685680 #6e8056

#685680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685680 Color CSS Codes

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

#685680 Text Font Color

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

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


#685680 Background Color

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

This div background color is #685680


#685680 Border Color

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

This div border color is #685680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685680


Comments

No comments written yet.

Please login to write comment.