COLOR #684087

HEX: #684087
RGB: (104,64,135)

Color info

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

RGB color model

#684087 color RGB value is (104,64,135).

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

RGB channels and saturation

R 104 of 255 = 41%
G 64 of 255 = 25%
B 135 of 255 = 53%

104
64
135

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

Portions of RGB colors in percentages

R + G + B =
104 + 64 + 135 = 303 (100%)
R 104 of 303 ~ 34.32%
G 64 of 303 ~ 21.12%
B 135 of 303 ~ 44.55%

%34.32
%21.12
%44.55

CMYK color model

#684087 color CMYK value is (23,53,0,47).

  • cyan value is 22.96%
  • magenta value is 52.59%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(23,53,0,47)
C23M53Y0K47 
(23%,53%,0%,47%)
(0.23/0.53/0.00/0.47)	

CMYK percentages

%22.96
%52.59
%0
%47.06

Codes

Color #684087 in popluar color models

684087
RGB10464135
HSL274°35.68%39.02%
HSB/HSV274°52.59%52.94%
CMYK22.96%52.59%0.00%
47.06%

Color #684087 in popluar number systems.

HEX684087
Decimal10464135
Binary1101000100000010000111
Octal150100207

Shades and tints

Shades of #684087

#684087
(104,64,135)
#5F3B7B
(95,59,123)
#56366F
(86,54,111)
#4D3163
(77,49,99)
#442C57
(68,44,87)
#3B274B
(59,39,75)
#32223F
(50,34,63)
#291D33
(41,29,51)
#201827
(32,24,39)
#17131B
(23,19,27)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #684087

#684087
(104,64,135)
#755191
(117,81,145)
#82629B
(130,98,155)
#8F73A5
(143,115,165)
#9C84AF
(156,132,175)
#A995B9
(169,149,185)
#B6A6C3
(182,166,195)
#C3B7CD
(195,183,205)
#D0C8D7
(208,200,215)
#DDD9E1
(221,217,225)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684087; }

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

This text font color is #684087.


Background Color

.myBgColor { background-color: #684087; }

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

This div background color is #684087.


Border color

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

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

This div border color is #684087.


Opacity

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

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

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

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

This text has shadow with #684087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684087 on black background.


Color preview on white background

This text has color #684087 on white background.



Black color preview on #684087 background

This text has black color on #684087 background.


White color preview on #684087 background

This text has white color on #684087 background.