Color Hex Logo

#684baa Color Hex

#684BAA
(104,75,170)
0 Favorites   0 Comments

Color spaces of #684baa

RGB 10475170
HSL0.720.390.48
HSV258°56°67°
CMYK 0.390.560.00   0.33
XYZ15.480710.877539.3139
Yxy10.87750.23570.1656
Hunter Lab32.981126.0678-47.5878
CIE-Lab39.373434.3791-46.9446

#684baa color RGB value is (104,75,170).

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

The process color (four color CMYK) of #684baa color hex is 0.39, 0.56, 0.00, 0.33. Web safe color of #684baa is #663399. Color #684baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001011 10101010
Octal 150 113 252
Decimal 104 75 170
Hex 68 4B AA

RGB Percentages of Color #684baa

%29.80
%21.49
%48.71

CMYK Percentages of Color #684baa

%39
%56
%0
%33

Triadic Colors of #684baa

#684baa #aa684b #4baa68

Analogous Colors of #684baa

#684baa #984baa #4b5daa

Monochromatic Colors of #684baa

#684baa

Complementary Color

#684baa #8daa4b

#684baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#684baa Color CSS Codes

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

#684baa Text Font Color

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

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


#684baa Background Color

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

This div background color is #684baa


#684baa Border Color

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

This div border color is #684baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,75,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 #684baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684baa


Comments

No comments written yet.

Please login to write comment.