COLOR #684276

HEX: #684276
RGB: (104,66,118)

Color info

#684276 contains red, green and blue colors in about the same proportion. Web safe color of #684276 is #663366 (or #636).

RGB color model

#684276 color RGB value is (104,66,118).

  • red value is 104;
  • green value is 66;
  • blue value is 118.
RGB:
(104,66,118)
(41%,26%,46%)

RGB channels and saturation

R 104 of 255 = 41%
G 66 of 255 = 26%
B 118 of 255 = 46%

104
66
118

R + G + B ~ 38%. #684276 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 66 + 118 = 288 (100%)
R 104 of 288 ~ 36.11%
G 66 of 288 ~ 22.92%
B 118 of 288 ~ 40.97%

%36.11
%22.92
%40.97

CMYK color model

#684276 color CMYK value is (12,44,0,54).

  • cyan value is 11.86%
  • magenta value is 44.07%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(12,44,0,54)
C12M44Y0K54 
(12%,44%,0%,54%)
(0.12/0.44/0.00/0.54)	

CMYK percentages

%11.86
%44.07
%0
%53.73

Codes

Color #684276 in popluar color models

684276
RGB10466118
HSL284°28.26%36.08%
HSB/HSV284°44.07%46.27%
CMYK11.86%44.07%0.00%
53.73%

Color #684276 in popluar number systems.

HEX684276
Decimal10466118
Binary110100010000101110110
Octal150102166

Shades and tints

Shades of #684276

#684276
(104,66,118)
#5F3C6C
(95,60,108)
#563662
(86,54,98)
#4D3058
(77,48,88)
#442A4E
(68,42,78)
#3B2444
(59,36,68)
#321E3A
(50,30,58)
#291830
(41,24,48)
#201226
(32,18,38)
#170C1C
(23,12,28)
#0E0612
(14,6,18)
#000000
(0,0,0)

Tints of #684276

#684276
(104,66,118)
#755382
(117,83,130)
#82648E
(130,100,142)
#8F759A
(143,117,154)
#9C86A6
(156,134,166)
#A997B2
(169,151,178)
#B6A8BE
(182,168,190)
#C3B9CA
(195,185,202)
#D0CAD6
(208,202,214)
#DDDBE2
(221,219,226)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684276 color. Also use rgb(104,66,118) instead hex code.

Text Font Color

.myTextColor { color: #684276; }

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

This text font color is #684276.


Background Color

.myBgColor { background-color: #684276; }

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

This div background color is #684276.


Border color

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

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

This div border color is #684276.


Opacity

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

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

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

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

This text has shadow with #684276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684276 on black background.


Color preview on white background

This text has color #684276 on white background.



Black color preview on #684276 background

This text has black color on #684276 background.


White color preview on #684276 background

This text has white color on #684276 background.