COLOR #683C6A

HEX: #683C6A RGB: (104,60,106)

Color info

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

RGB color model

#683C6A color RGB value is (104,60,106).

RGB: (104,60,106) (41%, 24%, 42%)

RGB channels and saturation

R 104 of 255 = 41%
G 60 of 255 = 24%
B 106 of 255 = 42%

104
60
106

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

Portions of RGB colors in percentages

R + G + B = 104 + 60 + 106 = 270 (100%)
R 104 of 270 ~ 38.52%
G 60 of 270 ~ 22.22%
B 106 of 270 ~ 39.26'%

%38.52
%22.22
%39.26

CMYK color model

#683C6A color CMYK value is (2,43,0,58).

  • cyan value is 1.89%
  • magenta value is 43.40%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (2,43,0,58)
C2M43Y0K58 (2%, 43%, 0%, 58%)
(0.02 / 0.43 / 0.00 / 0.58)

CMYK percentages

%1.89
%43.4
%0
%58.43

Codes

Color #683C6A in popluar color models

68 3C 6A
RGB 104 60 106
HSL 297° 27.71% 32.55%
HSB/HSV 297° 43.40% 41.57%
CMYK 1.89% 43.40% 0.00%
58.43%

Color #683C6A in popluar number systems.

HEX 68 3C 6A
Decimal 104 60 106
Binary 1101000 111100 1101010
Octal 150 74 152

Shades and tints

Shades of #683C6A

#683C6A
(104,60,106)
#5F3761
(95,55,97)
#563258
(86,50,88)
#4D2D4F
(77,45,79)
#442846
(68,40,70)
#3B233D
(59,35,61)
#321E34
(50,30,52)
#29192B
(41,25,43)
#201422
(32,20,34)
#170F19
(23,15,25)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #683C6A

#683C6A
(104,60,106)
#754D77
(117,77,119)
#825E84
(130,94,132)
#8F6F91
(143,111,145)
#9C809E
(156,128,158)
#A991AB
(169,145,171)
#B6A2B8
(182,162,184)
#C3B3C5
(195,179,197)
#D0C4D2
(208,196,210)
#DDD5DF
(221,213,223)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683C6A color. Also use rgb(104,60,106) instead hex code.

Text Font Color

.myTextColor { color: #683C6A; }

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

This text font color is #683C6A.

Background Color

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

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

This div background color is #683C6A.

Border color

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

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

This div border color is #683C6A.

Opacity

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

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

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

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

This text has shadow with #683C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #683C6A.

Preview

Color preview on black background

This text has color #683C6A on black background.


Color preview on white background

This text has color #683C6A on white background.


Black color preview on #683C6A background

This text has black color on #683C6A background.


White color preview on #683C6A background

This text has white color on #683C6A background.


Related colors

Complementary color

Complementary color for #hex is #97C395.


I love getcolorcode.com

Triadic colors

1 #6A683C and #3C6A68 with #683C6A are triadic colors.

2 #6A3C68 and #3C686A with #683C6A are triadic colors.