COLOR #683E86

HEX: #683E86
RGB: (104,62,134)

Color info

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

RGB color model

#683E86 color RGB value is (104,62,134).

  • red value is 104;
  • green value is 62;
  • blue value is 134.
RGB:
(104,62,134)
(41%,24%,53%)

RGB channels and saturation

R 104 of 255 = 41%
G 62 of 255 = 24%
B 134 of 255 = 53%

104
62
134

R + G + B ~ 39%. #683E86 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 62 + 134 = 300 (100%)
R 104 of 300 ~ 34.67%
G 62 of 300 ~ 20.67%
B 134 of 300 ~ 44.67%

%34.67
%20.67
%44.67

CMYK color model

#683E86 color CMYK value is (22,54,0,47).

  • cyan value is 22.39%
  • magenta value is 53.73%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(22,54,0,47)
C22M54Y0K47 
(22%,54%,0%,47%)
(0.22/0.54/0.00/0.47)	

CMYK percentages

%22.39
%53.73
%0
%47.45

Codes

Color #683E86 in popluar color models

683E86
RGB10462134
HSL275°36.73%38.43%
HSB/HSV275°53.73%52.55%
CMYK22.39%53.73%0.00%
47.45%

Color #683E86 in popluar number systems.

HEX683E86
Decimal10462134
Binary110100011111010000110
Octal15076206

Shades and tints

Shades of #683E86

#683E86
(104,62,134)
#5F397A
(95,57,122)
#56346E
(86,52,110)
#4D2F62
(77,47,98)
#442A56
(68,42,86)
#3B254A
(59,37,74)
#32203E
(50,32,62)
#291B32
(41,27,50)
#201626
(32,22,38)
#17111A
(23,17,26)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #683E86

#683E86
(104,62,134)
#754F91
(117,79,145)
#82609C
(130,96,156)
#8F71A7
(143,113,167)
#9C82B2
(156,130,178)
#A993BD
(169,147,189)
#B6A4C8
(182,164,200)
#C3B5D3
(195,181,211)
#D0C6DE
(208,198,222)
#DDD7E9
(221,215,233)
#EAE8F4
(234,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683E86 color. Also use rgb(104,62,134) instead hex code.

Text Font Color

.myTextColor { color: #683E86; }

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

This text font color is #683E86.


Background Color

.myBgColor { background-color: #683E86; }

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

This div background color is #683E86.


Border color

.myBorderColor { border: 1px solid #683E86; }

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

This div border color is #683E86.


Opacity

.myOpacity80 { color: #683E86; opacity: 0.8; }

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

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

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

This text has shadow with #683E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683E86 on black background.


Color preview on white background

This text has color #683E86 on white background.



Black color preview on #683E86 background

This text has black color on #683E86 background.


White color preview on #683E86 background

This text has white color on #683E86 background.