COLOR #6B2A61

HEX: #6B2A61
RGB: (107,42,97)

Color info

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

RGB color model

#6B2A61 color RGB value is (107,42,97).

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

RGB channels and saturation

R 107 of 255 = 42%
G 42 of 255 = 16%
B 97 of 255 = 38%

107
42
97

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

Portions of RGB colors in percentages

R + G + B =
107 + 42 + 97 = 246 (100%)
R 107 of 246 ~ 43.5%
G 42 of 246 ~ 17.07%
B 97 of 246 ~ 39.43%

%43.5
%17.07
%39.43

CMYK color model

#6B2A61 color CMYK value is (0,61,9,58).

  • cyan value is 0.00%
  • magenta value is 60.75%
  • yellow value is 9.35%
  • key color value is 58.04%
CMYK:
(0,61,9,58)
C0M61Y9K58 
(0%,61%,9%,58%)
(0.00/0.61/0.09/0.58)	

CMYK percentages

%0
%60.75
%9.35
%58.04

Codes

Color #6B2A61 in popluar color models

6B2A61
RGB1074297
HSL309°43.62%29.22%
HSB/HSV309°60.75%41.96%
CMYK0.00%60.75%9.35%
58.04%

Color #6B2A61 in popluar number systems.

HEX6B2A61
Decimal1074297
Binary11010111010101100001
Octal15352141

Shades and tints

Shades of #6B2A61

#6B2A61
(107,42,97)
#622759
(98,39,89)
#592451
(89,36,81)
#502149
(80,33,73)
#471E41
(71,30,65)
#3E1B39
(62,27,57)
#351831
(53,24,49)
#2C1529
(44,21,41)
#231221
(35,18,33)
#1A0F19
(26,15,25)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #6B2A61

#6B2A61
(107,42,97)
#783D6F
(120,61,111)
#85507D
(133,80,125)
#92638B
(146,99,139)
#9F7699
(159,118,153)
#AC89A7
(172,137,167)
#B99CB5
(185,156,181)
#C6AFC3
(198,175,195)
#D3C2D1
(211,194,209)
#E0D5DF
(224,213,223)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B2A61; }

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

This text font color is #6B2A61.


Background Color

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

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

This div background color is #6B2A61.


Border color

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

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

This div border color is #6B2A61.


Opacity

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

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

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

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

This text has shadow with #6B2A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2A61 on black background.


Color preview on white background

This text has color #6B2A61 on white background.



Black color preview on #6B2A61 background

This text has black color on #6B2A61 background.


White color preview on #6B2A61 background

This text has white color on #6B2A61 background.