COLOR #6A0D1A

HEX: #6A0D1A
RGB: (106,13,26)

Color info

#6A0D1A contains mainly red color. Web safe color of #6A0D1A is #660000 (or #600).

RGB color model

#6A0D1A color RGB value is (106,13,26).

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

RGB channels and saturation

R 106 of 255 = 42%
G 13 of 255 = 5%
B 26 of 255 = 10%

106
13
26

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

Portions of RGB colors in percentages

R + G + B =
106 + 13 + 26 = 145 (100%)
R 106 of 145 ~ 73.1%
G 13 of 145 ~ 8.97%
B 26 of 145 ~ 17.93%

%73.1
%17.93

CMYK color model

#6A0D1A color CMYK value is (0,88,75,58).

  • cyan value is 0.00%
  • magenta value is 87.74%
  • yellow value is 75.47%
  • key color value is 58.43%
CMYK:
(0,88,75,58)
C0M88Y75K58 
(0%,88%,75%,58%)
(0.00/0.88/0.75/0.58)	

CMYK percentages

%0
%87.74
%75.47
%58.43

Codes

Color #6A0D1A in popluar color models

6A0D1A
RGB1061326
HSL352°78.15%23.33%
HSB/HSV352°87.74%41.57%
CMYK0.00%87.74%75.47%
58.43%

Color #6A0D1A in popluar number systems.

HEX6A0D1A
Decimal1061326
Binary1101010110111010
Octal1521532

Shades and tints

Shades of #6A0D1A

#6A0D1A
(106,13,26)
#610C18
(97,12,24)
#580B16
(88,11,22)
#4F0A14
(79,10,20)
#460912
(70,9,18)
#3D0810
(61,8,16)
#34070E
(52,7,14)
#2B060C
(43,6,12)
#22050A
(34,5,10)
#190408
(25,4,8)
#100306
(16,3,6)
#000000
(0,0,0)

Tints of #6A0D1A

#6A0D1A
(106,13,26)
#77232E
(119,35,46)
#843942
(132,57,66)
#914F56
(145,79,86)
#9E656A
(158,101,106)
#AB7B7E
(171,123,126)
#B89192
(184,145,146)
#C5A7A6
(197,167,166)
#D2BDBA
(210,189,186)
#DFD3CE
(223,211,206)
#ECE9E2
(236,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A0D1A; }

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

This text font color is #6A0D1A.


Background Color

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

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

This div background color is #6A0D1A.


Border color

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

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

This div border color is #6A0D1A.


Opacity

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

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

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

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

This text has shadow with #6A0D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A0D1A on black background.


Color preview on white background

This text has color #6A0D1A on white background.



Black color preview on #6A0D1A background

This text has black color on #6A0D1A background.


White color preview on #6A0D1A background

This text has white color on #6A0D1A background.