COLOR #6A1A26

HEX: #6A1A26
RGB: (106,26,38)

Color info

#6A1A26 contains mainly red color. Web safe color of #6A1A26 is #660033 (or #603).

RGB color model

#6A1A26 color RGB value is (106,26,38).

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

RGB channels and saturation

R 106 of 255 = 42%
G 26 of 255 = 10%
B 38 of 255 = 15%

106
26
38

R + G + B ~ 22%. #6A1A26 is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 26 + 38 = 170 (100%)
R 106 of 170 ~ 62.35%
G 26 of 170 ~ 15.29%
B 38 of 170 ~ 22.35%

%62.35
%15.29
%22.35

CMYK color model

#6A1A26 color CMYK value is (0,75,64,58).

  • cyan value is 0.00%
  • magenta value is 75.47%
  • yellow value is 64.15%
  • key color value is 58.43%
CMYK:
(0,75,64,58)
C0M75Y64K58 
(0%,75%,64%,58%)
(0.00/0.75/0.64/0.58)	

CMYK percentages

%0
%75.47
%64.15
%58.43

Codes

Color #6A1A26 in popluar color models

6A1A26
RGB1062638
HSL351°60.61%25.88%
HSB/HSV351°75.47%41.57%
CMYK0.00%75.47%64.15%
58.43%

Color #6A1A26 in popluar number systems.

HEX6A1A26
Decimal1062638
Binary110101011010100110
Octal1523246

Shades and tints

Shades of #6A1A26

#6A1A26
(106,26,38)
#611823
(97,24,35)
#581620
(88,22,32)
#4F141D
(79,20,29)
#46121A
(70,18,26)
#3D1017
(61,16,23)
#340E14
(52,14,20)
#2B0C11
(43,12,17)
#220A0E
(34,10,14)
#19080B
(25,8,11)
#100608
(16,6,8)
#000000
(0,0,0)

Tints of #6A1A26

#6A1A26
(106,26,38)
#772E39
(119,46,57)
#84424C
(132,66,76)
#91565F
(145,86,95)
#9E6A72
(158,106,114)
#AB7E85
(171,126,133)
#B89298
(184,146,152)
#C5A6AB
(197,166,171)
#D2BABE
(210,186,190)
#DFCED1
(223,206,209)
#ECE2E4
(236,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A1A26; }

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

This text font color is #6A1A26.


Background Color

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

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

This div background color is #6A1A26.


Border color

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

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

This div border color is #6A1A26.


Opacity

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

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

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

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

This text has shadow with #6A1A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1A26 on black background.


Color preview on white background

This text has color #6A1A26 on white background.



Black color preview on #6A1A26 background

This text has black color on #6A1A26 background.


White color preview on #6A1A26 background

This text has white color on #6A1A26 background.