COLOR #683A89

HEX: #683A89
RGB: (104,58,137)

Color info

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

RGB color model

#683A89 color RGB value is (104,58,137).

  • red value is 104;
  • green value is 58;
  • blue value is 137.
RGB:
(104,58,137)
(41%,23%,54%)

RGB channels and saturation

R 104 of 255 = 41%
G 58 of 255 = 23%
B 137 of 255 = 54%

104
58
137

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

Portions of RGB colors in percentages

R + G + B =
104 + 58 + 137 = 299 (100%)
R 104 of 299 ~ 34.78%
G 58 of 299 ~ 19.4%
B 137 of 299 ~ 45.82%

%34.78
%19.4
%45.82

CMYK color model

#683A89 color CMYK value is (24,58,0,46).

  • cyan value is 24.09%
  • magenta value is 57.66%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(24,58,0,46)
C24M58Y0K46 
(24%,58%,0%,46%)
(0.24/0.58/0.00/0.46)	

CMYK percentages

%24.09
%57.66
%0
%46.27

Codes

Color #683A89 in popluar color models

683A89
RGB10458137
HSL275°40.51%38.24%
HSB/HSV275°57.66%53.73%
CMYK24.09%57.66%0.00%
46.27%

Color #683A89 in popluar number systems.

HEX683A89
Decimal10458137
Binary110100011101010001001
Octal15072211

Shades and tints

Shades of #683A89

#683A89
(104,58,137)
#5F357D
(95,53,125)
#563071
(86,48,113)
#4D2B65
(77,43,101)
#442659
(68,38,89)
#3B214D
(59,33,77)
#321C41
(50,28,65)
#291735
(41,23,53)
#201229
(32,18,41)
#170D1D
(23,13,29)
#0E0811
(14,8,17)
#000000
(0,0,0)

Tints of #683A89

#683A89
(104,58,137)
#754B93
(117,75,147)
#825C9D
(130,92,157)
#8F6DA7
(143,109,167)
#9C7EB1
(156,126,177)
#A98FBB
(169,143,187)
#B6A0C5
(182,160,197)
#C3B1CF
(195,177,207)
#D0C2D9
(208,194,217)
#DDD3E3
(221,211,227)
#EAE4ED
(234,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683A89 color. Also use rgb(104,58,137) instead hex code.

Text Font Color

.myTextColor { color: #683A89; }

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

This text font color is #683A89.


Background Color

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

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

This div background color is #683A89.


Border color

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

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

This div border color is #683A89.


Opacity

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

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

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

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

This text has shadow with #683A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683A89 on black background.


Color preview on white background

This text has color #683A89 on white background.



Black color preview on #683A89 background

This text has black color on #683A89 background.


White color preview on #683A89 background

This text has white color on #683A89 background.