COLOR #6B2A50

HEX: #6B2A50 RGB: (107,42,80)

Color info

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

RGB color model

#6B2A50 color RGB value is (107,42,80).

RGB: (107,42,80) (42%, 16%, 31%)

RGB channels and saturation

R 107 of 255 = 42%
G 42 of 255 = 16%
B 80 of 255 = 31%

107
42
80

R + G + B ~ 30%. #6B2A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 42 + 80 = 229 (100%)
R 107 of 229 ~ 46.72%
G 42 of 229 ~ 18.34%
B 80 of 229 ~ 34.93'%

%46.72
%18.34
%34.93

CMYK color model

#6B2A50 color CMYK value is (0,61,25,58).

  • cyan value is 0.00%
  • magenta value is 60.75%
  • yellow value is 25.23%
  • key color value is 58.04%

CMYK: (0,61,25,58)
C0M61Y25K58 (0%, 61%, 25%, 58%)
(0.00 / 0.61 / 0.25 / 0.58)

CMYK percentages

%0
%60.75
%25.23
%58.04

Codes

Color #6B2A50 in popluar color models

6B 2A 50
RGB 107 42 80
HSL 325° 43.62% 29.22%
HSB/HSV 325° 60.75% 41.96%
CMYK 0.00% 60.75% 25.23%
58.04%

Color #6B2A50 in popluar number systems.

HEX 6B 2A 50
Decimal 107 42 80
Binary 1101011 101010 1010000
Octal 153 52 120

Shades and tints

Shades of #6B2A50

#6B2A50
(107,42,80)
#622749
(98,39,73)
#592442
(89,36,66)
#50213B
(80,33,59)
#471E34
(71,30,52)
#3E1B2D
(62,27,45)
#351826
(53,24,38)
#2C151F
(44,21,31)
#231218
(35,18,24)
#1A0F11
(26,15,17)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #6B2A50

#6B2A50
(107,42,80)
#783D5F
(120,61,95)
#85506E
(133,80,110)
#92637D
(146,99,125)
#9F768C
(159,118,140)
#AC899B
(172,137,155)
#B99CAA
(185,156,170)
#C6AFB9
(198,175,185)
#D3C2C8
(211,194,200)
#E0D5D7
(224,213,215)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B2A50; }

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

This text font color is #6B2A50.

Background Color

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

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

This div background color is #6B2A50.

Border color

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

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

This div border color is #6B2A50.

Opacity

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

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

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

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

This text has shadow with #6B2A50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B2A50.

Preview

Color preview on black background

This text has color #6B2A50 on black background.


Color preview on white background

This text has color #6B2A50 on white background.


Black color preview on #6B2A50 background

This text has black color on #6B2A50 background.


White color preview on #6B2A50 background

This text has white color on #6B2A50 background.


Related colors

Complementary color

Complementary color for #hex is #94D5AF.


I love getcolorcode.com

Triadic colors

1 #506B2A and #2A506B with #6B2A50 are triadic colors.

2 #502A6B and #2A6B50 with #6B2A50 are triadic colors.