COLOR #684271

HEX: #684271
RGB: (104,66,113)

Color info

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

RGB color model

#684271 color RGB value is (104,66,113).

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

RGB channels and saturation

R 104 of 255 = 41%
G 66 of 255 = 26%
B 113 of 255 = 44%

104
66
113

R + G + B ~ 37%. #684271 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 66 + 113 = 283 (100%)
R 104 of 283 ~ 36.75%
G 66 of 283 ~ 23.32%
B 113 of 283 ~ 39.93%

%36.75
%23.32
%39.93

CMYK color model

#684271 color CMYK value is (8,42,0,56).

  • cyan value is 7.96%
  • magenta value is 41.59%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(8,42,0,56)
C8M42Y0K56 
(8%,42%,0%,56%)
(0.08/0.42/0.00/0.56)	

CMYK percentages

%7.96
%41.59
%0
%55.69

Codes

Color #684271 in popluar color models

684271
RGB10466113
HSL289°26.26%35.10%
HSB/HSV289°41.59%44.31%
CMYK7.96%41.59%0.00%
55.69%

Color #684271 in popluar number systems.

HEX684271
Decimal10466113
Binary110100010000101110001
Octal150102161

Shades and tints

Shades of #684271

#684271
(104,66,113)
#5F3C67
(95,60,103)
#56365D
(86,54,93)
#4D3053
(77,48,83)
#442A49
(68,42,73)
#3B243F
(59,36,63)
#321E35
(50,30,53)
#29182B
(41,24,43)
#201221
(32,18,33)
#170C17
(23,12,23)
#0E060D
(14,6,13)
#000000
(0,0,0)

Tints of #684271

#684271
(104,66,113)
#75537D
(117,83,125)
#826489
(130,100,137)
#8F7595
(143,117,149)
#9C86A1
(156,134,161)
#A997AD
(169,151,173)
#B6A8B9
(182,168,185)
#C3B9C5
(195,185,197)
#D0CAD1
(208,202,209)
#DDDBDD
(221,219,221)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684271; }

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

This text font color is #684271.


Background Color

.myBgColor { background-color: #684271; }

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

This div background color is #684271.


Border color

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

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

This div border color is #684271.


Opacity

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

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

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

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

This text has shadow with #684271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684271 on black background.


Color preview on white background

This text has color #684271 on white background.



Black color preview on #684271 background

This text has black color on #684271 background.


White color preview on #684271 background

This text has white color on #684271 background.