COLOR #6A1741

HEX: #6A1741
RGB: (106,23,65)

Color info

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

RGB color model

#6A1741 color RGB value is (106,23,65).

  • red value is 106;
  • green value is 23;
  • blue value is 65.
RGB:
(106,23,65)
(42%,9%,25%)

RGB channels and saturation

R 106 of 255 = 42%
G 23 of 255 = 9%
B 65 of 255 = 25%

106
23
65

R + G + B ~ 25%. #6A1741 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 23 + 65 = 194 (100%)
R 106 of 194 ~ 54.64%
G 23 of 194 ~ 11.86%
B 65 of 194 ~ 33.51%

%54.64
%11.86
%33.51

CMYK color model

#6A1741 color CMYK value is (0,78,39,58).

  • cyan value is 0.00%
  • magenta value is 78.30%
  • yellow value is 38.68%
  • key color value is 58.43%
CMYK:
(0,78,39,58)
C0M78Y39K58 
(0%,78%,39%,58%)
(0.00/0.78/0.39/0.58)	

CMYK percentages

%0
%78.3
%38.68
%58.43

Codes

Color #6A1741 in popluar color models

6A1741
RGB1062365
HSL330°64.34%25.29%
HSB/HSV330°78.30%41.57%
CMYK0.00%78.30%38.68%
58.43%

Color #6A1741 in popluar number systems.

HEX6A1741
Decimal1062365
Binary1101010101111000001
Octal15227101

Shades and tints

Shades of #6A1741

#6A1741
(106,23,65)
#61153C
(97,21,60)
#581337
(88,19,55)
#4F1132
(79,17,50)
#460F2D
(70,15,45)
#3D0D28
(61,13,40)
#340B23
(52,11,35)
#2B091E
(43,9,30)
#220719
(34,7,25)
#190514
(25,5,20)
#10030F
(16,3,15)
#000000
(0,0,0)

Tints of #6A1741

#6A1741
(106,23,65)
#772C52
(119,44,82)
#844163
(132,65,99)
#915674
(145,86,116)
#9E6B85
(158,107,133)
#AB8096
(171,128,150)
#B895A7
(184,149,167)
#C5AAB8
(197,170,184)
#D2BFC9
(210,191,201)
#DFD4DA
(223,212,218)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A1741 color. Also use rgb(106,23,65) instead hex code.

Text Font Color

.myTextColor { color: #6A1741; }

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

This text font color is #6A1741.


Background Color

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

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

This div background color is #6A1741.


Border color

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

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

This div border color is #6A1741.


Opacity

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

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

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

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

This text has shadow with #6A1741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1741 on black background.


Color preview on white background

This text has color #6A1741 on white background.



Black color preview on #6A1741 background

This text has black color on #6A1741 background.


White color preview on #6A1741 background

This text has white color on #6A1741 background.