COLOR #680591

HEX: #680591 RGB: (104,5,145)

Color info

#680591 contains mainly red and blue colors. Web safe color of #680591 is #660099 (or #609).

RGB color model

#680591 color RGB value is (104,5,145).

RGB: (104,5,145) (41%, 2%, 57%)

RGB channels and saturation

R 104 of 255 = 41%
G 5 of 255 = 2%
B 145 of 255 = 57%

104
5
145

R + G + B ~ 33%. #680591 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 5 + 145 = 254 (100%)
R 104 of 254 ~ 40.94%
G 5 of 254 ~ 1.97%
B 145 of 254 ~ 57.09'%

%40.94
%57.09

CMYK color model

#680591 color CMYK value is (28,97,0,43).

  • cyan value is 28.28%
  • magenta value is 96.55%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (28,97,0,43)
C28M97Y0K43 (28%, 97%, 0%, 43%)
(0.28 / 0.97 / 0.00 / 0.43)

CMYK percentages

%28.28
%96.55
%0
%43.14

Codes

Color #680591 in popluar color models

68 05 91
RGB 104 5 145
HSL 282° 93.33% 29.41%
HSB/HSV 282° 96.55% 56.86%
CMYK 28.28% 96.55% 0.00%
43.14%

Color #680591 in popluar number systems.

HEX 68 05 91
Decimal 104 5 145
Binary 1101000 101 10010001
Octal 150 5 221

Shades and tints

Shades of #680591

#680591
(104,5,145)
#5F0584
(95,5,132)
#560577
(86,5,119)
#4D056A
(77,5,106)
#44055D
(68,5,93)
#3B0550
(59,5,80)
#320543
(50,5,67)
#290536
(41,5,54)
#200529
(32,5,41)
#17051C
(23,5,28)
#0E050F
(14,5,15)
#000000
(0,0,0)

Tints of #680591

#680591
(104,5,145)
#751B9B
(117,27,155)
#8231A5
(130,49,165)
#8F47AF
(143,71,175)
#9C5DB9
(156,93,185)
#A973C3
(169,115,195)
#B689CD
(182,137,205)
#C39FD7
(195,159,215)
#D0B5E1
(208,181,225)
#DDCBEB
(221,203,235)
#EAE1F5
(234,225,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #680591 color. Also use rgb(104,5,145) instead hex code.

Text Font Color

.myTextColor { color: #680591; }

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

This text font color is #680591.

Background Color

.myBgColor { background-color: #680591; }

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

This div background color is #680591.

Border color

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

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

This div border color is #680591.

Opacity

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

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

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

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

This text has shadow with #680591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #680591.

Preview

Color preview on black background

This text has color #680591 on black background.


Color preview on white background

This text has color #680591 on white background.


Black color preview on #680591 background

This text has black color on #680591 background.


White color preview on #680591 background

This text has white color on #680591 background.


Related colors

Complementary color

Complementary color for #hex is #97FA6E.


I love getcolorcode.com

Triadic colors

1 #916805 and #059168 with #680591 are triadic colors.

2 #910568 and #056891 with #680591 are triadic colors.