Color Hex Logo

#684daa Color Hex

#684DAA
(104,77,170)
0 Favorites   0 Comments

Color spaces of #684daa

RGB 10477170
HSL0.720.380.48
HSV257°55°67°
CMYK 0.390.550.00   0.33
XYZ15.618511.153139.3598
Yxy11.15310.23620.1687
Hunter Lab33.396325.0360-46.5000
CIE-Lab39.837133.1879-46.2004

#684daa color RGB value is (104,77,170).

#684daa hex color red value is 104, green value is 77 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #684daa hue: 0.72 , saturation: 0.38 and the lightness value of 684daa is 0.48.

The process color (four color CMYK) of #684daa color hex is 0.39, 0.55, 0.00, 0.33. Web safe color of #684daa is #666699. Color #684daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001101 10101010
Octal 150 115 252
Decimal 104 77 170
Hex 68 4D AA

RGB Percentages of Color #684daa

%29.63
%21.94
%48.43

CMYK Percentages of Color #684daa

%39
%55
%0
%33

Triadic Colors of #684daa

#684daa #aa684d #4daa68

Analogous Colors of #684daa

#684daa #974daa #4d60aa

Monochromatic Colors of #684daa

#684daa

Complementary Color

#684daa #8faa4d

#684daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#684daa Color CSS Codes

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

#684daa Text Font Color

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

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


#684daa Background Color

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

This div background color is #684daa


#684daa Border Color

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

This div border color is #684daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,77,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #684daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #684daa;
  -webkit-box-shadow: 1px 1px 3px 2px #684daa;
  box-shadow:         1px 1px 3px 2px #684daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684daa


Comments

No comments written yet.

Please login to write comment.