Color Hex Logo

#684654 Color Hex

#684654
(104,70,84)
0 Favorites   0 Comments

Color spaces of #684654

RGB 1047084
HSL0.930.200.34
HSV335°33°41°
CMYK 0.000.330.19   0.59
XYZ9.49937.96359.4239
Yxy7.96350.35330.2962
Hunter Lab28.219710.7022-0.0460
CIE-Lab33.906816.9202-2.4220

#684654 color RGB value is (104,70,84).

#684654 hex color red value is 104, green value is 70 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #684654 hue: 0.93 , saturation: 0.20 and the lightness value of 684654 is 0.34.

The process color (four color CMYK) of #684654 color hex is 0.00, 0.33, 0.19, 0.59. Web safe color of #684654 is #663366. Color #684654 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000110 01010100
Octal 150 106 124
Decimal 104 70 84
Hex 68 46 54

RGB Percentages of Color #684654

%40.31
%27.13
%32.56

CMYK Percentages of Color #684654

%0
%33
%19
%59

Triadic Colors of #684654

#684654 #546846 #465468

Analogous Colors of #684654

#684654 #684946 #684665

Monochromatic Colors of #684654

#684654

Complementary Color

#684654 #46685a

#684654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684654 Color CSS Codes

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

#684654 Text Font Color

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

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


#684654 Background Color

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

This div background color is #684654


#684654 Border Color

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

This div border color is #684654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684654


Comments

No comments written yet.

Please login to write comment.