Color Hex Logo

#685499 Color Hex

#685499
(104,84,153)
0 Favorites   0 Comments

Color spaces of #685499

RGB 10484153
HSL0.710.290.46
HSV257°45°60°
CMYK 0.320.450.00   0.40
XYZ14.629011.583631.6018
Yxy11.58360.25300.2004
Hunter Lab34.034717.1633-31.2275
CIE-Lab40.546524.2202-34.9241

#685499 color RGB value is (104,84,153).

#685499 hex color red value is 104, green value is 84 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #685499 hue: 0.71 , saturation: 0.29 and the lightness value of 685499 is 0.46.

The process color (four color CMYK) of #685499 color hex is 0.32, 0.45, 0.00, 0.40. Web safe color of #685499 is #666699. Color #685499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010100 10011001
Octal 150 124 231
Decimal 104 84 153
Hex 68 54 99

RGB Percentages of Color #685499

%30.50
%24.63
%44.87

CMYK Percentages of Color #685499

%32
%45
%0
%40

Triadic Colors of #685499

#685499 #996854 #549968

Analogous Colors of #685499

#685499 #8b5499 #546299

Monochromatic Colors of #685499

#685499

Complementary Color

#685499 #859954

#685499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685499 Color CSS Codes

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

#685499 Text Font Color

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

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


#685499 Background Color

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

This div background color is #685499


#685499 Border Color

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

This div border color is #685499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685499


Comments

No comments written yet.

Please login to write comment.