COLOR #685382

HEX: #685382
RGB: (104,83,130)

Color info

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

RGB color model

#685382 color RGB value is (104,83,130).

  • red value is 104;
  • green value is 83;
  • blue value is 130.
RGB:
(104,83,130)
(41%,33%,51%)

RGB channels and saturation

R 104 of 255 = 41%
G 83 of 255 = 33%
B 130 of 255 = 51%

104
83
130

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

Portions of RGB colors in percentages

R + G + B =
104 + 83 + 130 = 317 (100%)
R 104 of 317 ~ 32.81%
G 83 of 317 ~ 26.18%
B 130 of 317 ~ 41.01%

%32.81
%26.18
%41.01

CMYK color model

#685382 color CMYK value is (20,36,0,49).

  • cyan value is 20.00%
  • magenta value is 36.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(20,36,0,49)
C20M36Y0K49 
(20%,36%,0%,49%)
(0.20/0.36/0.00/0.49)	

CMYK percentages

%20
%36.15
%0
%49.02

Codes

Color #685382 in popluar color models

685382
RGB10483130
HSL267°22.07%41.76%
HSB/HSV267°36.15%50.98%
CMYK20.00%36.15%0.00%
49.02%

Color #685382 in popluar number systems.

HEX685382
Decimal10483130
Binary1101000101001110000010
Octal150123202

Shades and tints

Shades of #685382

#685382
(104,83,130)
#5F4C77
(95,76,119)
#56456C
(86,69,108)
#4D3E61
(77,62,97)
#443756
(68,55,86)
#3B304B
(59,48,75)
#322940
(50,41,64)
#292235
(41,34,53)
#201B2A
(32,27,42)
#17141F
(23,20,31)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #685382

#685382
(104,83,130)
#75628D
(117,98,141)
#827198
(130,113,152)
#8F80A3
(143,128,163)
#9C8FAE
(156,143,174)
#A99EB9
(169,158,185)
#B6ADC4
(182,173,196)
#C3BCCF
(195,188,207)
#D0CBDA
(208,203,218)
#DDDAE5
(221,218,229)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685382 color. Also use rgb(104,83,130) instead hex code.

Text Font Color

.myTextColor { color: #685382; }

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

This text font color is #685382.


Background Color

.myBgColor { background-color: #685382; }

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

This div background color is #685382.


Border color

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

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

This div border color is #685382.


Opacity

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

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

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

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

This text has shadow with #685382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685382 on black background.


Color preview on white background

This text has color #685382 on white background.



Black color preview on #685382 background

This text has black color on #685382 background.


White color preview on #685382 background

This text has white color on #685382 background.