COLOR #6A0029

HEX: #6A0029
RGB: (106,0,41)

Color info

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

RGB color model

#6A0029 color RGB value is (106,0,41).

  • red value is 106;
  • green value is 0;
  • blue value is 41.
RGB:
(106,0,41)
(42%,0%,16%)

RGB channels and saturation

R 106 of 255 = 42%
G 0 of 255 = 0%
B 41 of 255 = 16%

106
0
41

R + G + B ~ 19%. #6A0029 is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 0 + 41 = 147 (100%)
R 106 of 147 ~ 72.11%
G 0 of 147 ~ 0%
B 41 of 147 ~ 27.89%

%72.11
%27.89

CMYK color model

#6A0029 color CMYK value is (0,100,61,58).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 61.32%
  • key color value is 58.43%
CMYK:
(0,100,61,58)
C0M100Y61K58 
(0%,100%,61%,58%)
(0.00/1.00/0.61/0.58)	

CMYK percentages

%0
%100
%61.32
%58.43

Codes

Color #6A0029 in popluar color models

6A0029
RGB106041
HSL337°100.00%20.78%
HSB/HSV337°100.00%41.57%
CMYK0.00%100.00%61.32%
58.43%

Color #6A0029 in popluar number systems.

HEX6A0029
Decimal106041
Binary11010100101001
Octal152051

Shades and tints

Shades of #6A0029

#6A0029
(106,0,41)
#610026
(97,0,38)
#580023
(88,0,35)
#4F0020
(79,0,32)
#46001D
(70,0,29)
#3D001A
(61,0,26)
#340017
(52,0,23)
#2B0014
(43,0,20)
#220011
(34,0,17)
#19000E
(25,0,14)
#10000B
(16,0,11)
#000000
(0,0,0)

Tints of #6A0029

#6A0029
(106,0,41)
#77173C
(119,23,60)
#842E4F
(132,46,79)
#914562
(145,69,98)
#9E5C75
(158,92,117)
#AB7388
(171,115,136)
#B88A9B
(184,138,155)
#C5A1AE
(197,161,174)
#D2B8C1
(210,184,193)
#DFCFD4
(223,207,212)
#ECE6E7
(236,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A0029 color. Also use rgb(106,0,41) instead hex code.

Text Font Color

.myTextColor { color: #6A0029; }

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

This text font color is #6A0029.


Background Color

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

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

This div background color is #6A0029.


Border color

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

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

This div border color is #6A0029.


Opacity

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

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

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

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

This text has shadow with #6A0029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A0029 on black background.


Color preview on white background

This text has color #6A0029 on white background.



Black color preview on #6A0029 background

This text has black color on #6A0029 background.


White color preview on #6A0029 background

This text has white color on #6A0029 background.