COLOR #683E6C

HEX: #683E6C RGB: (104,62,108)

Color info

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

RGB color model

#683E6C color RGB value is (104,62,108).

RGB: (104,62,108) (41%, 24%, 42%)

RGB channels and saturation

R 104 of 255 = 41%
G 62 of 255 = 24%
B 108 of 255 = 42%

104
62
108

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

Portions of RGB colors in percentages

R + G + B = 104 + 62 + 108 = 274 (100%)
R 104 of 274 ~ 37.96%
G 62 of 274 ~ 22.63%
B 108 of 274 ~ 39.42'%

%37.96
%22.63
%39.42

CMYK color model

#683E6C color CMYK value is (4,43,0,58).

  • cyan value is 3.70%
  • magenta value is 42.59%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (4,43,0,58)
C4M43Y0K58 (4%, 43%, 0%, 58%)
(0.04 / 0.43 / 0.00 / 0.58)

CMYK percentages

%3.7
%42.59
%0
%57.65

Codes

Color #683E6C in popluar color models

68 3E 6C
RGB 104 62 108
HSL 295° 27.06% 33.33%
HSB/HSV 295° 42.59% 42.35%
CMYK 3.70% 42.59% 0.00%
57.65%

Color #683E6C in popluar number systems.

HEX 68 3E 6C
Decimal 104 62 108
Binary 1101000 111110 1101100
Octal 150 76 154

Shades and tints

Shades of #683E6C

#683E6C
(104,62,108)
#5F3963
(95,57,99)
#56345A
(86,52,90)
#4D2F51
(77,47,81)
#442A48
(68,42,72)
#3B253F
(59,37,63)
#322036
(50,32,54)
#291B2D
(41,27,45)
#201624
(32,22,36)
#17111B
(23,17,27)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #683E6C

#683E6C
(104,62,108)
#754F79
(117,79,121)
#826086
(130,96,134)
#8F7193
(143,113,147)
#9C82A0
(156,130,160)
#A993AD
(169,147,173)
#B6A4BA
(182,164,186)
#C3B5C7
(195,181,199)
#D0C6D4
(208,198,212)
#DDD7E1
(221,215,225)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683E6C; }

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

This text font color is #683E6C.

Background Color

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

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

This div background color is #683E6C.

Border color

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

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

This div border color is #683E6C.

Opacity

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

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

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

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

This text has shadow with #683E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #683E6C.

Preview

Color preview on black background

This text has color #683E6C on black background.


Color preview on white background

This text has color #683E6C on white background.


Black color preview on #683E6C background

This text has black color on #683E6C background.


White color preview on #683E6C background

This text has white color on #683E6C background.


Related colors

Complementary color

Complementary color for #hex is #97C193.


I love getcolorcode.com

Triadic colors

1 #6C683E and #3E6C68 with #683E6C are triadic colors.

2 #6C3E68 and #3E686C with #683E6C are triadic colors.