Color Hex Logo

#684060 Color Hex

#684060
(104,64,96)
0 Favorites   0 Comments

Color spaces of #684060

RGB 1046496
HSL0.870.240.33
HSV312°38°41°
CMYK 0.000.380.08   0.59
XYZ9.65367.454411.9964
Yxy7.45440.33170.2561
Hunter Lab27.302715.3335-6.9392
CIE-Lab32.819822.8551-11.7078

#684060 color RGB value is (104,64,96).

#684060 hex color red value is 104, green value is 64 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #684060 hue: 0.87 , saturation: 0.24 and the lightness value of 684060 is 0.33.

The process color (four color CMYK) of #684060 color hex is 0.00, 0.38, 0.08, 0.59. Web safe color of #684060 is #663366. Color #684060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000000 01100000
Octal 150 100 140
Decimal 104 64 96
Hex 68 40 60

RGB Percentages of Color #684060

%39.39
%24.24
%36.36

CMYK Percentages of Color #684060

%0
%38
%8
%59

Triadic Colors of #684060

#684060 #606840 #406068

Analogous Colors of #684060

#684060 #68404c #5c4068

Monochromatic Colors of #684060

#684060

Complementary Color

#684060 #406848

#684060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684060 Color CSS Codes

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

#684060 Text Font Color

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

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


#684060 Background Color

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

This div background color is #684060


#684060 Border Color

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

This div border color is #684060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684060

#684060 Color Palettes


Comments

No comments written yet.

Please login to write comment.