COLOR #6B2D5B

HEX: #6B2D5B
RGB: (107,45,91)

Color info

#6B2D5B contains mainly red and blue colors. Web safe color of #6B2D5B is #663366 (or #636).

RGB color model

#6B2D5B color RGB value is (107,45,91).

  • red value is 107;
  • green value is 45;
  • blue value is 91.
RGB:
(107,45,91)
(42%,18%,36%)

RGB channels and saturation

R 107 of 255 = 42%
G 45 of 255 = 18%
B 91 of 255 = 36%

107
45
91

R + G + B ~ 32%. #6B2D5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 45 + 91 = 243 (100%)
R 107 of 243 ~ 44.03%
G 45 of 243 ~ 18.52%
B 91 of 243 ~ 37.45%

%44.03
%18.52
%37.45

CMYK color model

#6B2D5B color CMYK value is (0,58,15,58).

  • cyan value is 0.00%
  • magenta value is 57.94%
  • yellow value is 14.95%
  • key color value is 58.04%
CMYK:
(0,58,15,58)
C0M58Y15K58 
(0%,58%,15%,58%)
(0.00/0.58/0.15/0.58)	

CMYK percentages

%0
%57.94
%14.95
%58.04

Codes

Color #6B2D5B in popluar color models

6B2D5B
RGB1074591
HSL315°40.79%29.80%
HSB/HSV315°57.94%41.96%
CMYK0.00%57.94%14.95%
58.04%

Color #6B2D5B in popluar number systems.

HEX6B2D5B
Decimal1074591
Binary11010111011011011011
Octal15355133

Shades and tints

Shades of #6B2D5B

#6B2D5B
(107,45,91)
#622953
(98,41,83)
#59254B
(89,37,75)
#502143
(80,33,67)
#471D3B
(71,29,59)
#3E1933
(62,25,51)
#35152B
(53,21,43)
#2C1123
(44,17,35)
#230D1B
(35,13,27)
#1A0913
(26,9,19)
#11050B
(17,5,11)
#000000
(0,0,0)

Tints of #6B2D5B

#6B2D5B
(107,45,91)
#784069
(120,64,105)
#855377
(133,83,119)
#926685
(146,102,133)
#9F7993
(159,121,147)
#AC8CA1
(172,140,161)
#B99FAF
(185,159,175)
#C6B2BD
(198,178,189)
#D3C5CB
(211,197,203)
#E0D8D9
(224,216,217)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2D5B color. Also use rgb(107,45,91) instead hex code.

Text Font Color

.myTextColor { color: #6B2D5B; }

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

This text font color is #6B2D5B.


Background Color

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

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

This div background color is #6B2D5B.


Border color

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

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

This div border color is #6B2D5B.


Opacity

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

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

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

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

This text has shadow with #6B2D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2D5B on black background.


Color preview on white background

This text has color #6B2D5B on white background.



Black color preview on #6B2D5B background

This text has black color on #6B2D5B background.


White color preview on #6B2D5B background

This text has white color on #6B2D5B background.