Color Hex Logo

#685aaf Color Hex

#685AAF
(104,90,175)
0 Favorites   0 Comments

Color spaces of #685aaf

RGB 10490175
HSL0.690.350.52
HSV250°49°69°
CMYK 0.410.490.00   0.31
XYZ17.102913.350542.2329
Yxy13.35050.23530.1837
Hunter Lab36.538319.6104-42.9536
CIE-Lab43.286726.7342-43.6385

#685aaf color RGB value is (104,90,175).

#685aaf hex color red value is 104, green value is 90 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #685aaf hue: 0.69 , saturation: 0.35 and the lightness value of 685aaf is 0.52.

The process color (four color CMYK) of #685aaf color hex is 0.41, 0.49, 0.00, 0.31. Web safe color of #685aaf is #666699. Color #685aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011010 10101111
Octal 150 132 257
Decimal 104 90 175
Hex 68 5A AF

RGB Percentages of Color #685aaf

%28.18
%24.39
%47.43

CMYK Percentages of Color #685aaf

%41
%49
%0
%31

Triadic Colors of #685aaf

#685aaf #af685a #5aaf68

Analogous Colors of #685aaf

#685aaf #935aaf #5a77af

Monochromatic Colors of #685aaf

#685aaf

Complementary Color

#685aaf #a1af5a

#685aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#685aaf Color CSS Codes

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

#685aaf Text Font Color

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

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


#685aaf Background Color

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

This div background color is #685aaf


#685aaf Border Color

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

This div border color is #685aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685aaf


Comments

No comments written yet.

Please login to write comment.