COLOR #680F59

HEX: #680F59 RGB: (104,15,89)

Color info

#680F59 contains mainly red and blue colors. Web safe color of #680F59 is #660066 (or #606).

RGB color model

#680F59 color RGB value is (104,15,89).

RGB: (104,15,89) (41%, 6%, 35%)

RGB channels and saturation

R 104 of 255 = 41%
G 15 of 255 = 6%
B 89 of 255 = 35%

104
15
89

R + G + B ~ 27%. #680F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 15 + 89 = 208 (100%)
R 104 of 208 ~ 50%
G 15 of 208 ~ 7.21%
B 89 of 208 ~ 42.79'%

%50
%42.79

CMYK color model

#680F59 color CMYK value is (0,86,14,59).

  • cyan value is 0.00%
  • magenta value is 85.58%
  • yellow value is 14.42%
  • key color value is 59.22%

CMYK: (0,86,14,59)
C0M86Y14K59 (0%, 86%, 14%, 59%)
(0.00 / 0.86 / 0.14 / 0.59)

CMYK percentages

%0
%85.58
%14.42
%59.22

Codes

Color #680F59 in popluar color models

68 0F 59
RGB 104 15 89
HSL 310° 74.79% 23.33%
HSB/HSV 310° 85.58% 40.78%
CMYK 0.00% 85.58% 14.42%
59.22%

Color #680F59 in popluar number systems.

HEX 68 0F 59
Decimal 104 15 89
Binary 1101000 1111 1011001
Octal 150 17 131

Shades and tints

Shades of #680F59

#680F59
(104,15,89)
#5F0E51
(95,14,81)
#560D49
(86,13,73)
#4D0C41
(77,12,65)
#440B39
(68,11,57)
#3B0A31
(59,10,49)
#320929
(50,9,41)
#290821
(41,8,33)
#200719
(32,7,25)
#170611
(23,6,17)
#0E0509
(14,5,9)
#000000
(0,0,0)

Tints of #680F59

#680F59
(104,15,89)
#752468
(117,36,104)
#823977
(130,57,119)
#8F4E86
(143,78,134)
#9C6395
(156,99,149)
#A978A4
(169,120,164)
#B68DB3
(182,141,179)
#C3A2C2
(195,162,194)
#D0B7D1
(208,183,209)
#DDCCE0
(221,204,224)
#EAE1EF
(234,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #680F59 color. Also use rgb(104,15,89) instead hex code.

Text Font Color

.myTextColor { color: #680F59; }

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

This text font color is #680F59.

Background Color

.myBgColor { background-color: #680F59; }

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

This div background color is #680F59.

Border color

.myBorderColor { border: 1px solid #680F59; }

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

This div border color is #680F59.

Opacity

.myOpacity80 { color: #680F59; opacity: 0.8; }

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

Text with #680F59 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 #680F59;}

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

This text has shadow with #680F59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #680F59.

Preview

Color preview on black background

This text has color #680F59 on black background.


Color preview on white background

This text has color #680F59 on white background.


Black color preview on #680F59 background

This text has black color on #680F59 background.


White color preview on #680F59 background

This text has white color on #680F59 background.


Related colors

Complementary color

Complementary color for #hex is #97F0A6.


I love getcolorcode.com

Triadic colors

1 #59680F and #0F5968 with #680F59 are triadic colors.

2 #590F68 and #0F6859 with #680F59 are triadic colors.