COLOR #6B396C

HEX: #6B396C RGB: (107,57,108)

Color info

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

RGB color model

#6B396C color RGB value is (107,57,108).

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

RGB channels and saturation

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

107
57
108

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

Portions of RGB colors in percentages

R + G + B = 107 + 57 + 108 = 272 (100%)
R 107 of 272 ~ 39.34%
G 57 of 272 ~ 20.96%
B 108 of 272 ~ 39.71'%

%39.34
%20.96
%39.71

CMYK color model

#6B396C color CMYK value is (1,47,0,58).

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

CMYK: (1,47,0,58)
C1M47Y0K58 (1%, 47%, 0%, 58%)
(0.01 / 0.47 / 0.00 / 0.58)

CMYK percentages

%0.93
%47.22
%0
%57.65

Codes

Color #6B396C in popluar color models

6B 39 6C
RGB 107 57 108
HSL 299° 30.91% 32.35%
HSB/HSV 299° 47.22% 42.35%
CMYK 0.93% 47.22% 0.00%
57.65%

Color #6B396C in popluar number systems.

HEX 6B 39 6C
Decimal 107 57 108
Binary 1101011 111001 1101100
Octal 153 71 154

Shades and tints

Shades of #6B396C

#6B396C
(107,57,108)
#623463
(98,52,99)
#592F5A
(89,47,90)
#502A51
(80,42,81)
#472548
(71,37,72)
#3E203F
(62,32,63)
#351B36
(53,27,54)
#2C162D
(44,22,45)
#231124
(35,17,36)
#1A0C1B
(26,12,27)
#110712
(17,7,18)
#000000
(0,0,0)

Tints of #6B396C

#6B396C
(107,57,108)
#784B79
(120,75,121)
#855D86
(133,93,134)
#926F93
(146,111,147)
#9F81A0
(159,129,160)
#AC93AD
(172,147,173)
#B9A5BA
(185,165,186)
#C6B7C7
(198,183,199)
#D3C9D4
(211,201,212)
#E0DBE1
(224,219,225)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B396C; }

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

This text font color is #6B396C.

Background Color

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

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

This div background color is #6B396C.

Border color

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

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

This div border color is #6B396C.

Opacity

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

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

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

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

This text has shadow with #6B396C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B396C.

Preview

Color preview on black background

This text has color #6B396C on black background.


Color preview on white background

This text has color #6B396C on white background.


Black color preview on #6B396C background

This text has black color on #6B396C background.


White color preview on #6B396C background

This text has white color on #6B396C background.


Related colors

Complementary color

Complementary color for #hex is #94C693.


I love getcolorcode.com

Triadic colors

1 #6C6B39 and #396C6B with #6B396C are triadic colors.

2 #6C396B and #396B6C with #6B396C are triadic colors.