Color Hex Logo

#684463 Color Hex

#684463
(104,68,99)
0 Favorites   0 Comments

Color spaces of #684463

RGB 1046899
HSL0.860.210.34
HSV308°35°41°
CMYK 0.000.350.05   0.59
XYZ10.02827.978212.8158
Yxy7.97820.32540.2588
Hunter Lab28.245713.9437-7.1294
CIE-Lab33.937421.0168-11.9158

#684463 color RGB value is (104,68,99).

#684463 hex color red value is 104, green value is 68 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #684463 hue: 0.86 , saturation: 0.21 and the lightness value of 684463 is 0.34.

The process color (four color CMYK) of #684463 color hex is 0.00, 0.35, 0.05, 0.59. Web safe color of #684463 is #663366. Color #684463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000100 01100011
Octal 150 104 143
Decimal 104 68 99
Hex 68 44 63

RGB Percentages of Color #684463

%38.38
%25.09
%36.53

CMYK Percentages of Color #684463

%0
%35
%5
%59

Triadic Colors of #684463

#684463 #636844 #446368

Analogous Colors of #684463

#684463 #684451 #5b4468

Monochromatic Colors of #684463

#684463

Complementary Color

#684463 #446849

#684463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684463 Color CSS Codes

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

#684463 Text Font Color

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

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


#684463 Background Color

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

This div background color is #684463


#684463 Border Color

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

This div border color is #684463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684463


Comments

No comments written yet.

Please login to write comment.