COLOR #6A1A48

HEX: #6A1A48
RGB: (106,26,72)

Color info

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

RGB color model

#6A1A48 color RGB value is (106,26,72).

  • red value is 106;
  • green value is 26;
  • blue value is 72.
RGB:
(106,26,72)
(42%,10%,28%)

RGB channels and saturation

R 106 of 255 = 42%
G 26 of 255 = 10%
B 72 of 255 = 28%

106
26
72

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

Portions of RGB colors in percentages

R + G + B =
106 + 26 + 72 = 204 (100%)
R 106 of 204 ~ 51.96%
G 26 of 204 ~ 12.75%
B 72 of 204 ~ 35.29%

%51.96
%12.75
%35.29

CMYK color model

#6A1A48 color CMYK value is (0,75,32,58).

  • cyan value is 0.00%
  • magenta value is 75.47%
  • yellow value is 32.08%
  • key color value is 58.43%
CMYK:
(0,75,32,58)
C0M75Y32K58 
(0%,75%,32%,58%)
(0.00/0.75/0.32/0.58)	

CMYK percentages

%0
%75.47
%32.08
%58.43

Codes

Color #6A1A48 in popluar color models

6A1A48
RGB1062672
HSL326°60.61%25.88%
HSB/HSV326°75.47%41.57%
CMYK0.00%75.47%32.08%
58.43%

Color #6A1A48 in popluar number systems.

HEX6A1A48
Decimal1062672
Binary1101010110101001000
Octal15232110

Shades and tints

Shades of #6A1A48

#6A1A48
(106,26,72)
#611842
(97,24,66)
#58163C
(88,22,60)
#4F1436
(79,20,54)
#461230
(70,18,48)
#3D102A
(61,16,42)
#340E24
(52,14,36)
#2B0C1E
(43,12,30)
#220A18
(34,10,24)
#190812
(25,8,18)
#10060C
(16,6,12)
#000000
(0,0,0)

Tints of #6A1A48

#6A1A48
(106,26,72)
#772E58
(119,46,88)
#844268
(132,66,104)
#915678
(145,86,120)
#9E6A88
(158,106,136)
#AB7E98
(171,126,152)
#B892A8
(184,146,168)
#C5A6B8
(197,166,184)
#D2BAC8
(210,186,200)
#DFCED8
(223,206,216)
#ECE2E8
(236,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A1A48 color. Also use rgb(106,26,72) instead hex code.

Text Font Color

.myTextColor { color: #6A1A48; }

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

This text font color is #6A1A48.


Background Color

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

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

This div background color is #6A1A48.


Border color

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

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

This div border color is #6A1A48.


Opacity

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

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

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

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

This text has shadow with #6A1A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1A48 on black background.


Color preview on white background

This text has color #6A1A48 on white background.



Black color preview on #6A1A48 background

This text has black color on #6A1A48 background.


White color preview on #6A1A48 background

This text has white color on #6A1A48 background.