COLOR #6B1A49

HEX: #6B1A49
RGB: (107,26,73)

Color info

#6B1A49 contains mainly red and blue colors. Web safe color of #6B1A49 is #660033 (or #603).

RGB color model

#6B1A49 color RGB value is (107,26,73).

  • red value is 107;
  • green value is 26;
  • blue value is 73.
RGB:
(107,26,73)
(42%,10%,29%)

RGB channels and saturation

R 107 of 255 = 42%
G 26 of 255 = 10%
B 73 of 255 = 29%

107
26
73

R + G + B ~ 27%. #6B1A49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 26 + 73 = 206 (100%)
R 107 of 206 ~ 51.94%
G 26 of 206 ~ 12.62%
B 73 of 206 ~ 35.44%

%51.94
%12.62
%35.44

CMYK color model

#6B1A49 color CMYK value is (0,76,32,58).

  • cyan value is 0.00%
  • magenta value is 75.70%
  • yellow value is 31.78%
  • key color value is 58.04%
CMYK:
(0,76,32,58)
C0M76Y32K58 
(0%,76%,32%,58%)
(0.00/0.76/0.32/0.58)	

CMYK percentages

%0
%75.7
%31.78
%58.04

Codes

Color #6B1A49 in popluar color models

6B1A49
RGB1072673
HSL325°60.90%26.08%
HSB/HSV325°75.70%41.96%
CMYK0.00%75.70%31.78%
58.04%

Color #6B1A49 in popluar number systems.

HEX6B1A49
Decimal1072673
Binary1101011110101001001
Octal15332111

Shades and tints

Shades of #6B1A49

#6B1A49
(107,26,73)
#621843
(98,24,67)
#59163D
(89,22,61)
#501437
(80,20,55)
#471231
(71,18,49)
#3E102B
(62,16,43)
#350E25
(53,14,37)
#2C0C1F
(44,12,31)
#230A19
(35,10,25)
#1A0813
(26,8,19)
#11060D
(17,6,13)
#000000
(0,0,0)

Tints of #6B1A49

#6B1A49
(107,26,73)
#782E59
(120,46,89)
#854269
(133,66,105)
#925679
(146,86,121)
#9F6A89
(159,106,137)
#AC7E99
(172,126,153)
#B992A9
(185,146,169)
#C6A6B9
(198,166,185)
#D3BAC9
(211,186,201)
#E0CED9
(224,206,217)
#EDE2E9
(237,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B1A49 color. Also use rgb(107,26,73) instead hex code.

Text Font Color

.myTextColor { color: #6B1A49; }

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

This text font color is #6B1A49.


Background Color

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

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

This div background color is #6B1A49.


Border color

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

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

This div border color is #6B1A49.


Opacity

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

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

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

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

This text has shadow with #6B1A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1A49 on black background.


Color preview on white background

This text has color #6B1A49 on white background.



Black color preview on #6B1A49 background

This text has black color on #6B1A49 background.


White color preview on #6B1A49 background

This text has white color on #6B1A49 background.