Color Hex Logo

#684264 Color Hex

#684264
(104,66,100)
0 Favorites   0 Comments

Color spaces of #684264

RGB 10466100
HSL0.850.220.33
HSV306°37°41°
CMYK 0.000.370.04   0.59
XYZ9.95747.759613.0295
Yxy7.75960.32390.2524
Hunter Lab27.856115.0583-8.2333
CIE-Lab33.477122.4436-13.2513

#684264 color RGB value is (104,66,100).

#684264 hex color red value is 104, green value is 66 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #684264 hue: 0.85 , saturation: 0.22 and the lightness value of 684264 is 0.33.

The process color (four color CMYK) of #684264 color hex is 0.00, 0.37, 0.04, 0.59. Web safe color of #684264 is #663366. Color #684264 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000010 01100100
Octal 150 102 144
Decimal 104 66 100
Hex 68 42 64

RGB Percentages of Color #684264

%38.52
%24.44
%37.04

CMYK Percentages of Color #684264

%0
%37
%4
%59

Triadic Colors of #684264

#684264 #646842 #426468

Analogous Colors of #684264

#684264 #684251 #594268

Monochromatic Colors of #684264

#684264

Complementary Color

#684264 #426846

#684264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684264 Color CSS Codes

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

#684264 Text Font Color

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

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


#684264 Background Color

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

This div background color is #684264


#684264 Border Color

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

This div border color is #684264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684264


Comments

No comments written yet.

Please login to write comment.