COLOR #684D95

HEX: #684D95
RGB: (104,77,149)

Color info

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

RGB color model

#684D95 color RGB value is (104,77,149).

  • red value is 104;
  • green value is 77;
  • blue value is 149.
RGB:
(104,77,149)
(41%,30%,58%)

RGB channels and saturation

R 104 of 255 = 41%
G 77 of 255 = 30%
B 149 of 255 = 58%

104
77
149

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

Portions of RGB colors in percentages

R + G + B =
104 + 77 + 149 = 330 (100%)
R 104 of 330 ~ 31.52%
G 77 of 330 ~ 23.33%
B 149 of 330 ~ 45.15%

%31.52
%23.33
%45.15

CMYK color model

#684D95 color CMYK value is (30,48,0,42).

  • cyan value is 30.20%
  • magenta value is 48.32%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(30,48,0,42)
C30M48Y0K42 
(30%,48%,0%,42%)
(0.30/0.48/0.00/0.42)	

CMYK percentages

%30.2
%48.32
%0
%41.57

Codes

Color #684D95 in popluar color models

684D95
RGB10477149
HSL263°31.86%44.31%
HSB/HSV263°48.32%58.43%
CMYK30.20%48.32%0.00%
41.57%

Color #684D95 in popluar number systems.

HEX684D95
Decimal10477149
Binary1101000100110110010101
Octal150115225

Shades and tints

Shades of #684D95

#684D95
(104,77,149)
#5F4688
(95,70,136)
#563F7B
(86,63,123)
#4D386E
(77,56,110)
#443161
(68,49,97)
#3B2A54
(59,42,84)
#322347
(50,35,71)
#291C3A
(41,28,58)
#20152D
(32,21,45)
#170E20
(23,14,32)
#0E0713
(14,7,19)
#000000
(0,0,0)

Tints of #684D95

#684D95
(104,77,149)
#755D9E
(117,93,158)
#826DA7
(130,109,167)
#8F7DB0
(143,125,176)
#9C8DB9
(156,141,185)
#A99DC2
(169,157,194)
#B6ADCB
(182,173,203)
#C3BDD4
(195,189,212)
#D0CDDD
(208,205,221)
#DDDDE6
(221,221,230)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684D95 color. Also use rgb(104,77,149) instead hex code.

Text Font Color

.myTextColor { color: #684D95; }

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

This text font color is #684D95.


Background Color

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

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

This div background color is #684D95.


Border color

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

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

This div border color is #684D95.


Opacity

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

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

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

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

This text has shadow with #684D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684D95 on black background.


Color preview on white background

This text has color #684D95 on white background.



Black color preview on #684D95 background

This text has black color on #684D95 background.


White color preview on #684D95 background

This text has white color on #684D95 background.