COLOR #6B2A4D

HEX: #6B2A4D
RGB: (107,42,77)

Color info

#6B2A4D contains mainly red and blue colors. Web safe color of #6B2A4D is #663333 (or #633).

RGB color model

#6B2A4D color RGB value is (107,42,77).

  • red value is 107;
  • green value is 42;
  • blue value is 77.
RGB:
(107,42,77)
(42%,16%,30%)

RGB channels and saturation

R 107 of 255 = 42%
G 42 of 255 = 16%
B 77 of 255 = 30%

107
42
77

R + G + B ~ 29%. #6B2A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 42 + 77 = 226 (100%)
R 107 of 226 ~ 47.35%
G 42 of 226 ~ 18.58%
B 77 of 226 ~ 34.07%

%47.35
%18.58
%34.07

CMYK color model

#6B2A4D color CMYK value is (0,61,28,58).

  • cyan value is 0.00%
  • magenta value is 60.75%
  • yellow value is 28.04%
  • key color value is 58.04%
CMYK:
(0,61,28,58)
C0M61Y28K58 
(0%,61%,28%,58%)
(0.00/0.61/0.28/0.58)	

CMYK percentages

%0
%60.75
%28.04
%58.04

Codes

Color #6B2A4D in popluar color models

6B2A4D
RGB1074277
HSL328°43.62%29.22%
HSB/HSV328°60.75%41.96%
CMYK0.00%60.75%28.04%
58.04%

Color #6B2A4D in popluar number systems.

HEX6B2A4D
Decimal1074277
Binary11010111010101001101
Octal15352115

Shades and tints

Shades of #6B2A4D

#6B2A4D
(107,42,77)
#622746
(98,39,70)
#59243F
(89,36,63)
#502138
(80,33,56)
#471E31
(71,30,49)
#3E1B2A
(62,27,42)
#351823
(53,24,35)
#2C151C
(44,21,28)
#231215
(35,18,21)
#1A0F0E
(26,15,14)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #6B2A4D

#6B2A4D
(107,42,77)
#783D5D
(120,61,93)
#85506D
(133,80,109)
#92637D
(146,99,125)
#9F768D
(159,118,141)
#AC899D
(172,137,157)
#B99CAD
(185,156,173)
#C6AFBD
(198,175,189)
#D3C2CD
(211,194,205)
#E0D5DD
(224,213,221)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2A4D color. Also use rgb(107,42,77) instead hex code.

Text Font Color

.myTextColor { color: #6B2A4D; }

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

This text font color is #6B2A4D.


Background Color

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

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

This div background color is #6B2A4D.


Border color

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

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

This div border color is #6B2A4D.


Opacity

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

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

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

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

This text has shadow with #6B2A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2A4D on black background.


Color preview on white background

This text has color #6B2A4D on white background.



Black color preview on #6B2A4D background

This text has black color on #6B2A4D background.


White color preview on #6B2A4D background

This text has white color on #6B2A4D background.