COLOR #6A191B

HEX: #6A191B
RGB: (106,25,27)

Color info

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

RGB color model

#6A191B color RGB value is (106,25,27).

  • red value is 106;
  • green value is 25;
  • blue value is 27.
RGB:
(106,25,27)
(42%,10%,11%)

RGB channels and saturation

R 106 of 255 = 42%
G 25 of 255 = 10%
B 27 of 255 = 11%

106
25
27

R + G + B ~ 21%. #6A191B is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 25 + 27 = 158 (100%)
R 106 of 158 ~ 67.09%
G 25 of 158 ~ 15.82%
B 27 of 158 ~ 17.09%

%67.09
%15.82
%17.09

CMYK color model

#6A191B color CMYK value is (0,76,75,58).

  • cyan value is 0.00%
  • magenta value is 76.42%
  • yellow value is 74.53%
  • key color value is 58.43%
CMYK:
(0,76,75,58)
C0M76Y75K58 
(0%,76%,75%,58%)
(0.00/0.76/0.75/0.58)	

CMYK percentages

%0
%76.42
%74.53
%58.43

Codes

Color #6A191B in popluar color models

6A191B
RGB1062527
HSL359°61.83%25.69%
HSB/HSV359°76.42%41.57%
CMYK0.00%76.42%74.53%
58.43%

Color #6A191B in popluar number systems.

HEX6A191B
Decimal1062527
Binary11010101100111011
Octal1523133

Shades and tints

Shades of #6A191B

#6A191B
(106,25,27)
#611719
(97,23,25)
#581517
(88,21,23)
#4F1315
(79,19,21)
#461113
(70,17,19)
#3D0F11
(61,15,17)
#340D0F
(52,13,15)
#2B0B0D
(43,11,13)
#22090B
(34,9,11)
#190709
(25,7,9)
#100507
(16,5,7)
#000000
(0,0,0)

Tints of #6A191B

#6A191B
(106,25,27)
#772D2F
(119,45,47)
#844143
(132,65,67)
#915557
(145,85,87)
#9E696B
(158,105,107)
#AB7D7F
(171,125,127)
#B89193
(184,145,147)
#C5A5A7
(197,165,167)
#D2B9BB
(210,185,187)
#DFCDCF
(223,205,207)
#ECE1E3
(236,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A191B color. Also use rgb(106,25,27) instead hex code.

Text Font Color

.myTextColor { color: #6A191B; }

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

This text font color is #6A191B.


Background Color

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

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

This div background color is #6A191B.


Border color

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

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

This div border color is #6A191B.


Opacity

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

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

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

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

This text has shadow with #6A191B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A191B on black background.


Color preview on white background

This text has color #6A191B on white background.



Black color preview on #6A191B background

This text has black color on #6A191B background.


White color preview on #6A191B background

This text has white color on #6A191B background.