COLOR #6C3767

HEX: #6C3767 RGB: (108,55,103)

Color info

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

RGB color model

#6C3767 color RGB value is (108,55,103).

RGB: (108,55,103) (42%, 22%, 40%)

RGB channels and saturation

R 108 of 255 = 42%
G 55 of 255 = 22%
B 103 of 255 = 40%

108
55
103

R + G + B ~ 35%. #6C3767 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 55 + 103 = 266 (100%)
R 108 of 266 ~ 40.6%
G 55 of 266 ~ 20.68%
B 103 of 266 ~ 38.72'%

%40.6
%20.68
%38.72

CMYK color model

#6C3767 color CMYK value is (0,49,5,58).

  • cyan value is 0.00%
  • magenta value is 49.07%
  • yellow value is 4.63%
  • key color value is 57.65%

CMYK: (0,49,5,58)
C0M49Y5K58 (0%, 49%, 5%, 58%)
(0.00 / 0.49 / 0.05 / 0.58)

CMYK percentages

%0
%49.07
%4.63
%57.65

Codes

Color #6C3767 in popluar color models

6C 37 67
RGB 108 55 103
HSL 306° 32.52% 31.96%
HSB/HSV 306° 49.07% 42.35%
CMYK 0.00% 49.07% 4.63%
57.65%

Color #6C3767 in popluar number systems.

HEX 6C 37 67
Decimal 108 55 103
Binary 1101100 110111 1100111
Octal 154 67 147

Shades and tints

Shades of #6C3767

#6C3767
(108,55,103)
#63325E
(99,50,94)
#5A2D55
(90,45,85)
#51284C
(81,40,76)
#482343
(72,35,67)
#3F1E3A
(63,30,58)
#361931
(54,25,49)
#2D1428
(45,20,40)
#240F1F
(36,15,31)
#1B0A16
(27,10,22)
#12050D
(18,5,13)
#000000
(0,0,0)

Tints of #6C3767

#6C3767
(108,55,103)
#794974
(121,73,116)
#865B81
(134,91,129)
#936D8E
(147,109,142)
#A07F9B
(160,127,155)
#AD91A8
(173,145,168)
#BAA3B5
(186,163,181)
#C7B5C2
(199,181,194)
#D4C7CF
(212,199,207)
#E1D9DC
(225,217,220)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3767 color. Also use rgb(108,55,103) instead hex code.

Text Font Color

.myTextColor { color: #6C3767; }

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

This text font color is #6C3767.

Background Color

.myBgColor { background-color: #6C3767; }

<div style="background-color:#6C3767">Inner text</div>

This div background color is #6C3767.

Border color

.myBorderColor { border: 1px solid #6C3767; }

<div style="border:3px solid #6C3767">Div</div>

This div border color is #6C3767.

Opacity

.myOpacity80 { color: #6C3767; opacity: 0.8; }

<p style="color:#6C3767;opacity:0.8;">80%</p>

Text with #6C3767 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 #6C3767;}

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

This text has shadow with #6C3767 color.


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

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

This text has shadow with #6C3767 primary color and red secondary color.


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

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

This text has shadow with #6C3767 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6C3767.

Preview

Color preview on black background

This text has color #6C3767 on black background.


Color preview on white background

This text has color #6C3767 on white background.


Black color preview on #6C3767 background

This text has black color on #6C3767 background.


White color preview on #6C3767 background

This text has white color on #6C3767 background.


Related colors

Complementary color

Complementary color for #hex is #93C898.


I love getcolorcode.com

Triadic colors

1 #676C37 and #37676C with #6C3767 are triadic colors.

2 #67376C and #376C67 with #6C3767 are triadic colors.