Color Hex Logo

#684daf Color Hex

#684DAF
(104,77,175)
0 Favorites   0 Comments

Color spaces of #684daf

RGB 10477175
HSL0.710.390.49
HSV257°56°69°
CMYK 0.410.560.00   0.31
XYZ16.100711.346041.8988
Yxy11.34600.23220.1636
Hunter Lab33.683826.3754-50.1713
CIE-Lab40.157234.5982-48.6485

#684daf color RGB value is (104,77,175).

#684daf hex color red value is 104, green value is 77 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #684daf hue: 0.71 , saturation: 0.39 and the lightness value of 684daf is 0.49.

The process color (four color CMYK) of #684daf color hex is 0.41, 0.56, 0.00, 0.31. Web safe color of #684daf is #666699. Color #684daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001101 10101111
Octal 150 115 257
Decimal 104 77 175
Hex 68 4D AF

RGB Percentages of Color #684daf

%29.21
%21.63
%49.16

CMYK Percentages of Color #684daf

%41
%56
%0
%31

Triadic Colors of #684daf

#684daf #af684d #4daf68

Analogous Colors of #684daf

#684daf #994daf #4d63af

Monochromatic Colors of #684daf

#684daf

Complementary Color

#684daf #94af4d

#684daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#684daf Color CSS Codes

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

#684daf Text Font Color

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

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


#684daf Background Color

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

This div background color is #684daf


#684daf Border Color

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

This div border color is #684daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684daf


Comments

No comments written yet.

Please login to write comment.