COLOR #683D8B

HEX: #683D8B RGB: (104,61,139)

Color info

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

RGB color model

#683D8B color RGB value is (104,61,139).

RGB: (104,61,139) (41%, 24%, 55%)

RGB channels and saturation

R 104 of 255 = 41%
G 61 of 255 = 24%
B 139 of 255 = 55%

104
61
139

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

Portions of RGB colors in percentages

R + G + B = 104 + 61 + 139 = 304 (100%)
R 104 of 304 ~ 34.21%
G 61 of 304 ~ 20.07%
B 139 of 304 ~ 45.72'%

%34.21
%20.07
%45.72

CMYK color model

#683D8B color CMYK value is (25,56,0,45).

  • cyan value is 25.18%
  • magenta value is 56.12%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (25,56,0,45) C25M56Y0K45 (25%,56%,0%,45%) (0.25/0.56/0.00/0.45) 

CMYK percentages

%25.18
%56.12
%0
%45.49

Codes

Color #683D8B in popluar color models

68 3D 8B
RGB 104 61 139
HSL 273° 39.00% 39.22%
HSB/HSV 273° 56.12% 54.51%
CMYK 25.18% 56.12% 0.00%
45.49%

Color #683D8B in popluar number systems.

HEX 68 3D 8B
Decimal 104 61 139
Binary 1101000 111101 10001011
Octal 150 75 213

Shades and tints

Shades of #683D8B

#683D8B
(104,61,139)
#5F387F
(95,56,127)
#563373
(86,51,115)
#4D2E67
(77,46,103)
#44295B
(68,41,91)
#3B244F
(59,36,79)
#321F43
(50,31,67)
#291A37
(41,26,55)
#20152B
(32,21,43)
#17101F
(23,16,31)
#0E0B13
(14,11,19)
#000000
(0,0,0)

Tints of #683D8B

#683D8B
(104,61,139)
#754E95
(117,78,149)
#825F9F
(130,95,159)
#8F70A9
(143,112,169)
#9C81B3
(156,129,179)
#A992BD
(169,146,189)
#B6A3C7
(182,163,199)
#C3B4D1
(195,180,209)
#D0C5DB
(208,197,219)
#DDD6E5
(221,214,229)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683D8B color. Also use rgb(104,61,139) instead hex code.

Text Font Color

.myTextColor { color: #683D8B; }

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

This text font color is #683D8B.

Background Color

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

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

This div background color is #683D8B.

Border color

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

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

This div border color is #683D8B.

Opacity

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

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

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

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

This text has shadow with #683D8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #683D8B.

Preview

Color preview on black background

This text has color #683D8B on black background.


Color preview on white background

This text has color #683D8B on white background.


Black color preview on #683D8B background

This text has black color on #683D8B background.


White color preview on #683D8B background

This text has white color on #683D8B background.


Related colors

Complementary color

Complementary color for #hex is #97C274.


I love getcolorcode.com

Triadic colors

1 #8B683D and #3D8B68 with #683D8B are triadic colors.

2 #8B3D68 and #3D688B with #683D8B are triadic colors.