COLOR #684287

HEX: #684287
RGB: (104,66,135)

Color info

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

RGB color model

#684287 color RGB value is (104,66,135).

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

RGB channels and saturation

R 104 of 255 = 41%
G 66 of 255 = 26%
B 135 of 255 = 53%

104
66
135

R + G + B ~ 40%. #684287 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 66 + 135 = 305 (100%)
R 104 of 305 ~ 34.1%
G 66 of 305 ~ 21.64%
B 135 of 305 ~ 44.26%

%34.1
%21.64
%44.26

CMYK color model

#684287 color CMYK value is (23,51,0,47).

  • cyan value is 22.96%
  • magenta value is 51.11%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(23,51,0,47)
C23M51Y0K47 
(23%,51%,0%,47%)
(0.23/0.51/0.00/0.47)	

CMYK percentages

%22.96
%51.11
%0
%47.06

Codes

Color #684287 in popluar color models

684287
RGB10466135
HSL273°34.33%39.41%
HSB/HSV273°51.11%52.94%
CMYK22.96%51.11%0.00%
47.06%

Color #684287 in popluar number systems.

HEX684287
Decimal10466135
Binary1101000100001010000111
Octal150102207

Shades and tints

Shades of #684287

#684287
(104,66,135)
#5F3C7B
(95,60,123)
#56366F
(86,54,111)
#4D3063
(77,48,99)
#442A57
(68,42,87)
#3B244B
(59,36,75)
#321E3F
(50,30,63)
#291833
(41,24,51)
#201227
(32,18,39)
#170C1B
(23,12,27)
#0E060F
(14,6,15)
#000000
(0,0,0)

Tints of #684287

#684287
(104,66,135)
#755391
(117,83,145)
#82649B
(130,100,155)
#8F75A5
(143,117,165)
#9C86AF
(156,134,175)
#A997B9
(169,151,185)
#B6A8C3
(182,168,195)
#C3B9CD
(195,185,205)
#D0CAD7
(208,202,215)
#DDDBE1
(221,219,225)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684287; }

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

This text font color is #684287.


Background Color

.myBgColor { background-color: #684287; }

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

This div background color is #684287.


Border color

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

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

This div border color is #684287.


Opacity

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

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

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

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

This text has shadow with #684287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684287 on black background.


Color preview on white background

This text has color #684287 on white background.



Black color preview on #684287 background

This text has black color on #684287 background.


White color preview on #684287 background

This text has white color on #684287 background.