COLOR #6B345C

HEX: #6B345C RGB: (107,52,92)

Color info

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

RGB color model

#6B345C color RGB value is (107,52,92).

RGB: (107,52,92) (42%, 20%, 36%)

RGB channels and saturation

R 107 of 255 = 42%
G 52 of 255 = 20%
B 92 of 255 = 36%

107
52
92

R + G + B ~ 33%. #6B345C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 52 + 92 = 251 (100%)
R 107 of 251 ~ 42.63%
G 52 of 251 ~ 20.72%
B 92 of 251 ~ 36.65'%

%42.63
%20.72
%36.65

CMYK color model

#6B345C color CMYK value is (0,51,14,58).

  • cyan value is 0.00%
  • magenta value is 51.40%
  • yellow value is 14.02%
  • key color value is 58.04%

CMYK: (0,51,14,58)
C0M51Y14K58 (0%, 51%, 14%, 58%)
(0.00 / 0.51 / 0.14 / 0.58)

CMYK percentages

%0
%51.4
%14.02
%58.04

Codes

Color #6B345C in popluar color models

6B 34 5C
RGB 107 52 92
HSL 316° 34.59% 31.18%
HSB/HSV 316° 51.40% 41.96%
CMYK 0.00% 51.40% 14.02%
58.04%

Color #6B345C in popluar number systems.

HEX 6B 34 5C
Decimal 107 52 92
Binary 1101011 110100 1011100
Octal 153 64 134

Shades and tints

Shades of #6B345C

#6B345C
(107,52,92)
#623054
(98,48,84)
#592C4C
(89,44,76)
#502844
(80,40,68)
#47243C
(71,36,60)
#3E2034
(62,32,52)
#351C2C
(53,28,44)
#2C1824
(44,24,36)
#23141C
(35,20,28)
#1A1014
(26,16,20)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #6B345C

#6B345C
(107,52,92)
#78466A
(120,70,106)
#855878
(133,88,120)
#926A86
(146,106,134)
#9F7C94
(159,124,148)
#AC8EA2
(172,142,162)
#B9A0B0
(185,160,176)
#C6B2BE
(198,178,190)
#D3C4CC
(211,196,204)
#E0D6DA
(224,214,218)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B345C color. Also use rgb(107,52,92) instead hex code.

Text Font Color

.myTextColor { color: #6B345C; }

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

This text font color is #6B345C.

Background Color

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

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

This div background color is #6B345C.

Border color

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

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

This div border color is #6B345C.

Opacity

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

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

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

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

This text has shadow with #6B345C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B345C.

Preview

Color preview on black background

This text has color #6B345C on black background.


Color preview on white background

This text has color #6B345C on white background.


Black color preview on #6B345C background

This text has black color on #6B345C background.


White color preview on #6B345C background

This text has white color on #6B345C background.


Related colors

Complementary color

Complementary color for #hex is #94CBA3.


I love getcolorcode.com

Triadic colors

1 #5C6B34 and #345C6B with #6B345C are triadic colors.

2 #5C346B and #346B5C with #6B345C are triadic colors.