COLOR #6B376C

HEX: #6B376C RGB: (107,55,108)

Color info

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

RGB color model

#6B376C color RGB value is (107,55,108).

RGB: (107,55,108) (42%, 22%, 42%)

RGB channels and saturation

R 107 of 255 = 42%
G 55 of 255 = 22%
B 108 of 255 = 42%

107
55
108

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

Portions of RGB colors in percentages

R + G + B = 107 + 55 + 108 = 270 (100%)
R 107 of 270 ~ 39.63%
G 55 of 270 ~ 20.37%
B 108 of 270 ~ 40'%

%39.63
%20.37
%40

CMYK color model

#6B376C color CMYK value is (1,49,0,58).

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

CMYK: (1,49,0,58)
C1M49Y0K58 (1%, 49%, 0%, 58%)
(0.01 / 0.49 / 0.00 / 0.58)

CMYK percentages

%0.93
%49.07
%0
%57.65

Codes

Color #6B376C in popluar color models

6B 37 6C
RGB 107 55 108
HSL 299° 32.52% 31.96%
HSB/HSV 299° 49.07% 42.35%
CMYK 0.93% 49.07% 0.00%
57.65%

Color #6B376C in popluar number systems.

HEX 6B 37 6C
Decimal 107 55 108
Binary 1101011 110111 1101100
Octal 153 67 154

Shades and tints

Shades of #6B376C

#6B376C
(107,55,108)
#623263
(98,50,99)
#592D5A
(89,45,90)
#502851
(80,40,81)
#472348
(71,35,72)
#3E1E3F
(62,30,63)
#351936
(53,25,54)
#2C142D
(44,20,45)
#230F24
(35,15,36)
#1A0A1B
(26,10,27)
#110512
(17,5,18)
#000000
(0,0,0)

Tints of #6B376C

#6B376C
(107,55,108)
#784979
(120,73,121)
#855B86
(133,91,134)
#926D93
(146,109,147)
#9F7FA0
(159,127,160)
#AC91AD
(172,145,173)
#B9A3BA
(185,163,186)
#C6B5C7
(198,181,199)
#D3C7D4
(211,199,212)
#E0D9E1
(224,217,225)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B376C; }

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

This text font color is #6B376C.

Background Color

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

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

This div background color is #6B376C.

Border color

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

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

This div border color is #6B376C.

Opacity

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

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

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

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

This text has shadow with #6B376C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B376C.

Preview

Color preview on black background

This text has color #6B376C on black background.


Color preview on white background

This text has color #6B376C on white background.


Black color preview on #6B376C background

This text has black color on #6B376C background.


White color preview on #6B376C background

This text has white color on #6B376C background.


Related colors

Complementary color

Complementary color for #hex is #94C893.


I love getcolorcode.com

Triadic colors

1 #6C6B37 and #376C6B with #6B376C are triadic colors.

2 #6C376B and #376B6C with #6B376C are triadic colors.