COLOR #684C91

HEX: #684C91
RGB: (104,76,145)

Color info

#684C91 contains mainly red and blue colors. Web safe color of #684C91 is #663399 (or #639).

RGB color model

#684C91 color RGB value is (104,76,145).

  • red value is 104;
  • green value is 76;
  • blue value is 145.
RGB:
(104,76,145)
(41%,30%,57%)

RGB channels and saturation

R 104 of 255 = 41%
G 76 of 255 = 30%
B 145 of 255 = 57%

104
76
145

R + G + B ~ 43%. #684C91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 76 + 145 = 325 (100%)
R 104 of 325 ~ 32%
G 76 of 325 ~ 23.38%
B 145 of 325 ~ 44.62%

%32
%23.38
%44.62

CMYK color model

#684C91 color CMYK value is (28,48,0,43).

  • cyan value is 28.28%
  • magenta value is 47.59%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(28,48,0,43)
C28M48Y0K43 
(28%,48%,0%,43%)
(0.28/0.48/0.00/0.43)	

CMYK percentages

%28.28
%47.59
%0
%43.14

Codes

Color #684C91 in popluar color models

684C91
RGB10476145
HSL264°31.22%43.33%
HSB/HSV264°47.59%56.86%
CMYK28.28%47.59%0.00%
43.14%

Color #684C91 in popluar number systems.

HEX684C91
Decimal10476145
Binary1101000100110010010001
Octal150114221

Shades and tints

Shades of #684C91

#684C91
(104,76,145)
#5F4684
(95,70,132)
#564077
(86,64,119)
#4D3A6A
(77,58,106)
#44345D
(68,52,93)
#3B2E50
(59,46,80)
#322843
(50,40,67)
#292236
(41,34,54)
#201C29
(32,28,41)
#17161C
(23,22,28)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #684C91

#684C91
(104,76,145)
#755C9B
(117,92,155)
#826CA5
(130,108,165)
#8F7CAF
(143,124,175)
#9C8CB9
(156,140,185)
#A99CC3
(169,156,195)
#B6ACCD
(182,172,205)
#C3BCD7
(195,188,215)
#D0CCE1
(208,204,225)
#DDDCEB
(221,220,235)
#EAECF5
(234,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684C91; }

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

This text font color is #684C91.


Background Color

.myBgColor { background-color: #684C91; }

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

This div background color is #684C91.


Border color

.myBorderColor { border: 1px solid #684C91; }

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

This div border color is #684C91.


Opacity

.myOpacity80 { color: #684C91; opacity: 0.8; }

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

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

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

This text has shadow with #684C91 color.

.textShadow {text-shadow: 3px 3px 1px #684C91, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #684C91;
-webkit-box-shadow: 1px 1px 3px 2px #684C91;
box-shadow:1px 1px 3px 2px #684C91;">
Div content here</div>
This div box has shadow with color #684C91.

Preview

Color preview on black background

This text has color #684C91 on black background.


Color preview on white background

This text has color #684C91 on white background.



Black color preview on #684C91 background

This text has black color on #684C91 background.


White color preview on #684C91 background

This text has white color on #684C91 background.