COLOR #684F88

HEX: #684F88
RGB: (104,79,136)

Color info

#684F88 contains red, green and blue colors in about the same proportion. Web safe color of #684F88 is #666699 (or #669).

RGB color model

#684F88 color RGB value is (104,79,136).

  • red value is 104;
  • green value is 79;
  • blue value is 136.
RGB:
(104,79,136)
(41%,31%,53%)

RGB channels and saturation

R 104 of 255 = 41%
G 79 of 255 = 31%
B 136 of 255 = 53%

104
79
136

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

Portions of RGB colors in percentages

R + G + B =
104 + 79 + 136 = 319 (100%)
R 104 of 319 ~ 32.6%
G 79 of 319 ~ 24.76%
B 136 of 319 ~ 42.63%

%32.6
%24.76
%42.63

CMYK color model

#684F88 color CMYK value is (24,42,0,47).

  • cyan value is 23.53%
  • magenta value is 41.91%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(24,42,0,47)
C24M42Y0K47 
(24%,42%,0%,47%)
(0.24/0.42/0.00/0.47)	

CMYK percentages

%23.53
%41.91
%0
%46.67

Codes

Color #684F88 in popluar color models

684F88
RGB10479136
HSL266°26.51%42.16%
HSB/HSV266°41.91%53.33%
CMYK23.53%41.91%0.00%
46.67%

Color #684F88 in popluar number systems.

HEX684F88
Decimal10479136
Binary1101000100111110001000
Octal150117210

Shades and tints

Shades of #684F88

#684F88
(104,79,136)
#5F487C
(95,72,124)
#564170
(86,65,112)
#4D3A64
(77,58,100)
#443358
(68,51,88)
#3B2C4C
(59,44,76)
#322540
(50,37,64)
#291E34
(41,30,52)
#201728
(32,23,40)
#17101C
(23,16,28)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #684F88

#684F88
(104,79,136)
#755F92
(117,95,146)
#826F9C
(130,111,156)
#8F7FA6
(143,127,166)
#9C8FB0
(156,143,176)
#A99FBA
(169,159,186)
#B6AFC4
(182,175,196)
#C3BFCE
(195,191,206)
#D0CFD8
(208,207,216)
#DDDFE2
(221,223,226)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684F88 color. Also use rgb(104,79,136) instead hex code.

Text Font Color

.myTextColor { color: #684F88; }

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

This text font color is #684F88.


Background Color

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

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

This div background color is #684F88.


Border color

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

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

This div border color is #684F88.


Opacity

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

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

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

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

This text has shadow with #684F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684F88 on black background.


Color preview on white background

This text has color #684F88 on white background.



Black color preview on #684F88 background

This text has black color on #684F88 background.


White color preview on #684F88 background

This text has white color on #684F88 background.