COLOR #6B3C54

HEX: #6B3C54
RGB: (107,60,84)

Color info

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

RGB color model

#6B3C54 color RGB value is (107,60,84).

  • red value is 107;
  • green value is 60;
  • blue value is 84.
RGB:
(107,60,84)
(42%,24%,33%)

RGB channels and saturation

R 107 of 255 = 42%
G 60 of 255 = 24%
B 84 of 255 = 33%

107
60
84

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

Portions of RGB colors in percentages

R + G + B =
107 + 60 + 84 = 251 (100%)
R 107 of 251 ~ 42.63%
G 60 of 251 ~ 23.9%
B 84 of 251 ~ 33.47%

%42.63
%23.9
%33.47

CMYK color model

#6B3C54 color CMYK value is (0,44,21,58).

  • cyan value is 0.00%
  • magenta value is 43.93%
  • yellow value is 21.50%
  • key color value is 58.04%
CMYK:
(0,44,21,58)
C0M44Y21K58 
(0%,44%,21%,58%)
(0.00/0.44/0.21/0.58)	

CMYK percentages

%0
%43.93
%21.5
%58.04

Codes

Color #6B3C54 in popluar color models

6B3C54
RGB1076084
HSL329°28.14%32.75%
HSB/HSV329°43.93%41.96%
CMYK0.00%43.93%21.50%
58.04%

Color #6B3C54 in popluar number systems.

HEX6B3C54
Decimal1076084
Binary11010111111001010100
Octal15374124

Shades and tints

Shades of #6B3C54

#6B3C54
(107,60,84)
#62374D
(98,55,77)
#593246
(89,50,70)
#502D3F
(80,45,63)
#472838
(71,40,56)
#3E2331
(62,35,49)
#351E2A
(53,30,42)
#2C1923
(44,25,35)
#23141C
(35,20,28)
#1A0F15
(26,15,21)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #6B3C54

#6B3C54
(107,60,84)
#784D63
(120,77,99)
#855E72
(133,94,114)
#926F81
(146,111,129)
#9F8090
(159,128,144)
#AC919F
(172,145,159)
#B9A2AE
(185,162,174)
#C6B3BD
(198,179,189)
#D3C4CC
(211,196,204)
#E0D5DB
(224,213,219)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3C54 color. Also use rgb(107,60,84) instead hex code.

Text Font Color

.myTextColor { color: #6B3C54; }

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

This text font color is #6B3C54.


Background Color

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

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

This div background color is #6B3C54.


Border color

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

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

This div border color is #6B3C54.


Opacity

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

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

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

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

This text has shadow with #6B3C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3C54 on black background.


Color preview on white background

This text has color #6B3C54 on white background.



Black color preview on #6B3C54 background

This text has black color on #6B3C54 background.


White color preview on #6B3C54 background

This text has white color on #6B3C54 background.