Color Hex Logo

#680635 Color Hex

#680635
(104,6,53)
0 Favorites   0 Comments

Color spaces of #680635

RGB 104653
HSL0.920.890.22
HSV331°94°41°
CMYK 0.000.940.49   0.59
XYZ6.41663.33033.6728
Yxy3.33030.47810.2482
Hunter Lab18.249130.82670.8417
CIE-Lab21.320942.7251-0.2749

#680635 color RGB value is (104,6,53).

#680635 hex color red value is 104, green value is 6 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #680635 hue: 0.92 , saturation: 0.89 and the lightness value of 680635 is 0.22.

The process color (four color CMYK) of #680635 color hex is 0.00, 0.94, 0.49, 0.59. Web safe color of #680635 is #660033. Color #680635 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000110 00110101
Octal 150 6 65
Decimal 104 6 53
Hex 68 6 35

RGB Percentages of Color #680635

%63.80
%3.68
%32.52

CMYK Percentages of Color #680635

%0
%94
%49
%59

Triadic Colors of #680635

#680635 #356806 #063568

Analogous Colors of #680635

#680635 #680806 #680666

Monochromatic Colors of #680635

#680635

Complementary Color

#680635 #066839

#680635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680635 Color CSS Codes

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

#680635 Text Font Color

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

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


#680635 Background Color

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

This div background color is #680635


#680635 Border Color

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

This div border color is #680635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680635


Comments

No comments written yet.

Please login to write comment.