COLOR #6B2048

HEX: #6B2048 RGB: (107,32,72)

Color info

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

RGB color model

#6B2048 color RGB value is (107,32,72).

RGB: (107,32,72) (42%, 13%, 28%)

RGB channels and saturation

R 107 of 255 = 42%
G 32 of 255 = 13%
B 72 of 255 = 28%

107
32
72

R + G + B ~ 28%. #6B2048 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 32 + 72 = 211 (100%)
R 107 of 211 ~ 50.71%
G 32 of 211 ~ 15.17%
B 72 of 211 ~ 34.12'%

%50.71
%15.17
%34.12

CMYK color model

#6B2048 color CMYK value is (0,70,33,58).

  • cyan value is 0.00%
  • magenta value is 70.09%
  • yellow value is 32.71%
  • key color value is 58.04%

CMYK: (0,70,33,58)
C0M70Y33K58 (0%, 70%, 33%, 58%)
(0.00 / 0.70 / 0.33 / 0.58)

CMYK percentages

%0
%70.09
%32.71
%58.04

Codes

Color #6B2048 in popluar color models

6B 20 48
RGB 107 32 72
HSL 328° 53.96% 27.25%
HSB/HSV 328° 70.09% 41.96%
CMYK 0.00% 70.09% 32.71%
58.04%

Color #6B2048 in popluar number systems.

HEX 6B 20 48
Decimal 107 32 72
Binary 1101011 100000 1001000
Octal 153 40 110

Shades and tints

Shades of #6B2048

#6B2048
(107,32,72)
#621E42
(98,30,66)
#591C3C
(89,28,60)
#501A36
(80,26,54)
#471830
(71,24,48)
#3E162A
(62,22,42)
#351424
(53,20,36)
#2C121E
(44,18,30)
#231018
(35,16,24)
#1A0E12
(26,14,18)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #6B2048

#6B2048
(107,32,72)
#783458
(120,52,88)
#854868
(133,72,104)
#925C78
(146,92,120)
#9F7088
(159,112,136)
#AC8498
(172,132,152)
#B998A8
(185,152,168)
#C6ACB8
(198,172,184)
#D3C0C8
(211,192,200)
#E0D4D8
(224,212,216)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2048 color. Also use rgb(107,32,72) instead hex code.

Text Font Color

.myTextColor { color: #6B2048; }

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

This text font color is #6B2048.

Background Color

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

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

This div background color is #6B2048.

Border color

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

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

This div border color is #6B2048.

Opacity

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

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

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

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

This text has shadow with #6B2048 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B2048.

Preview

Color preview on black background

This text has color #6B2048 on black background.


Color preview on white background

This text has color #6B2048 on white background.


Black color preview on #6B2048 background

This text has black color on #6B2048 background.


White color preview on #6B2048 background

This text has white color on #6B2048 background.


Related colors

Complementary color

Complementary color for #hex is #94DFB7.


I love getcolorcode.com

Triadic colors

1 #486B20 and #20486B with #6B2048 are triadic colors.

2 #48206B and #206B48 with #6B2048 are triadic colors.