COLOR #680040

HEX: #680040 RGB: (104,0,64)

Color info

#680040 contains only red and blue colors. Web safe color of #680040 is #660033 (or #603).

RGB color model

#680040 color RGB value is (104,0,64).

RGB: (104,0,64) (41%, 0%, 25%)

RGB channels and saturation

R 104 of 255 = 41%
G 0 of 255 = 0%
B 64 of 255 = 25%

104
0
64

R + G + B ~ 22%. #680040 is dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 0 + 64 = 168 (100%)
R 104 of 168 ~ 61.9%
G 0 of 168 ~ 0%
B 64 of 168 ~ 38.1'%

%61.9
%38.1

CMYK color model

#680040 color CMYK value is (0,100,38,59).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 38.46%
  • key color value is 59.22%
CMYK: (0,100,38,59) C0M100Y38K59 (0%,100%,38%,59%) (0.00/1.00/0.38/0.59) 

CMYK percentages

%0
%100
%38.46
%59.22

Codes

Color #680040 in popluar color models

68 00 40
RGB 104 0 64
HSL 323° 100.00% 20.39%
HSB/HSV 323° 100.00% 40.78%
CMYK 0.00% 100.00% 38.46%
59.22%

Color #680040 in popluar number systems.

HEX 68 00 40
Decimal 104 0 64
Binary 1101000 0 1000000
Octal 150 0 100

Shades and tints

Shades of #680040

#680040
(104,0,64)
#5F003B
(95,0,59)
#560036
(86,0,54)
#4D0031
(77,0,49)
#44002C
(68,0,44)
#3B0027
(59,0,39)
#320022
(50,0,34)
#29001D
(41,0,29)
#200018
(32,0,24)
#170013
(23,0,19)
#0E000E
(14,0,14)
#000000
(0,0,0)

Tints of #680040

#680040
(104,0,64)
#751751
(117,23,81)
#822E62
(130,46,98)
#8F4573
(143,69,115)
#9C5C84
(156,92,132)
#A97395
(169,115,149)
#B68AA6
(182,138,166)
#C3A1B7
(195,161,183)
#D0B8C8
(208,184,200)
#DDCFD9
(221,207,217)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #680040 color. Also use rgb(104,0,64) instead hex code.

Text Font Color

.myTextColor { color: #680040; }

<p style="color:#680040">This sample text font color is #680040.</p>

This text font color is #680040.

Background Color

.myBgColor { background-color: #680040; }

<div style="background-color:#680040">Inner text</div>

This div background color is #680040.

Border color

.myBorderColor { border: 1px solid #680040; }

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

This div border color is #680040.

Opacity

.myOpacity80 { color: #680040; opacity: 0.8; }

<p style="color:#680040;opacity:0.8;">80%</p>

Text with #680040 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #680040;}

<p style="text-shadow: 3px 3px 1px #680040">Text here.</p>

This text has shadow with #680040 color.


.textShadow {text-shadow: 3px 3px 1px #680040', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #680040, 5px 5px 20px red">Text here.</p>

This text has shadow with #680040 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#680040, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#680040, Direction=45, Strength=4)">Text</p>

This text has shadow with #680040 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #680040;
-webkit-box-shadow: 1px 1px 3px 2px #680040;
box-shadow: 1px 1px 3px 2px #680040;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #680040; -webkit-box-shadow: 1px 1px 3px 2px #680040; box-shadow:1px 1px 3px 2px #680040;">
Div content here
</div>

This div box has shadow with color #680040.

Preview

Color preview on black background

This text has color #680040 on black background.


Color preview on white background

This text has color #680040 on white background.


Black color preview on #680040 background

This text has black color on #680040 background.


White color preview on #680040 background

This text has white color on #680040 background.


Related colors

Complementary color

Complementary color for #hex is #97FFBF.


I love getcolorcode.com

Triadic colors

1 #406800 and #004068 with #680040 are triadic colors.

2 #400068 and #006840 with #680040 are triadic colors.