COLOR #683D6B

HEX: #683D6B RGB: (104,61,107)

Color info

#683D6B contains red, green and blue colors in about the same proportion. Web safe color of #683D6B is #663366 (or #636).

RGB color model

#683D6B color RGB value is (104,61,107).

RGB: (104,61,107) (41%, 24%, 42%)

RGB channels and saturation

R 104 of 255 = 41%
G 61 of 255 = 24%
B 107 of 255 = 42%

104
61
107

R + G + B ~ 36%. #683D6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 61 + 107 = 272 (100%)
R 104 of 272 ~ 38.24%
G 61 of 272 ~ 22.43%
B 107 of 272 ~ 39.34'%

%38.24
%22.43
%39.34

CMYK color model

#683D6B color CMYK value is (3,43,0,58).

  • cyan value is 2.80%
  • magenta value is 42.99%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (3,43,0,58) C3M43Y0K58 (3%,43%,0%,58%) (0.03/0.43/0.00/0.58) 

CMYK percentages

%2.8
%42.99
%0
%58.04

Codes

Color #683D6B in popluar color models

68 3D 6B
RGB 104 61 107
HSL 296° 27.38% 32.94%
HSB/HSV 296° 42.99% 41.96%
CMYK 2.80% 42.99% 0.00%
58.04%

Color #683D6B in popluar number systems.

HEX 68 3D 6B
Decimal 104 61 107
Binary 1101000 111101 1101011
Octal 150 75 153

Shades and tints

Shades of #683D6B

#683D6B
(104,61,107)
#5F3862
(95,56,98)
#563359
(86,51,89)
#4D2E50
(77,46,80)
#442947
(68,41,71)
#3B243E
(59,36,62)
#321F35
(50,31,53)
#291A2C
(41,26,44)
#201523
(32,21,35)
#17101A
(23,16,26)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #683D6B

#683D6B
(104,61,107)
#754E78
(117,78,120)
#825F85
(130,95,133)
#8F7092
(143,112,146)
#9C819F
(156,129,159)
#A992AC
(169,146,172)
#B6A3B9
(182,163,185)
#C3B4C6
(195,180,198)
#D0C5D3
(208,197,211)
#DDD6E0
(221,214,224)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683D6B; }

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

This text font color is #683D6B.

Background Color

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

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

This div background color is #683D6B.

Border color

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

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

This div border color is #683D6B.

Opacity

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

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

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

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

This text has shadow with #683D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #683D6B.

Preview

Color preview on black background

This text has color #683D6B on black background.


Color preview on white background

This text has color #683D6B on white background.


Black color preview on #683D6B background

This text has black color on #683D6B background.


White color preview on #683D6B background

This text has white color on #683D6B background.


Related colors

Complementary color

Complementary color for #hex is #97C294.


I love getcolorcode.com

Triadic colors

1 #6B683D and #3D6B68 with #683D6B are triadic colors.

2 #6B3D68 and #3D686B with #683D6B are triadic colors.