COLOR #6A1371

HEX: #6A1371
RGB: (106,19,113)

Color info

#6A1371 contains mainly red and blue colors. Web safe color of #6A1371 is #660066 (or #606).

RGB color model

#6A1371 color RGB value is (106,19,113).

  • red value is 106;
  • green value is 19;
  • blue value is 113.
RGB:
(106,19,113)
(42%,7%,44%)

RGB channels and saturation

R 106 of 255 = 42%
G 19 of 255 = 7%
B 113 of 255 = 44%

106
19
113

R + G + B ~ 31%. #6A1371 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 19 + 113 = 238 (100%)
R 106 of 238 ~ 44.54%
G 19 of 238 ~ 7.98%
B 113 of 238 ~ 47.48%

%44.54
%47.48

CMYK color model

#6A1371 color CMYK value is (6,83,0,56).

  • cyan value is 6.19%
  • magenta value is 83.19%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(6,83,0,56)
C6M83Y0K56 
(6%,83%,0%,56%)
(0.06/0.83/0.00/0.56)	

CMYK percentages

%6.19
%83.19
%0
%55.69

Codes

Color #6A1371 in popluar color models

6A1371
RGB10619113
HSL296°71.21%25.88%
HSB/HSV296°83.19%44.31%
CMYK6.19%83.19%0.00%
55.69%

Color #6A1371 in popluar number systems.

HEX6A1371
Decimal10619113
Binary1101010100111110001
Octal15223161

Shades and tints

Shades of #6A1371

#6A1371
(106,19,113)
#611267
(97,18,103)
#58115D
(88,17,93)
#4F1053
(79,16,83)
#460F49
(70,15,73)
#3D0E3F
(61,14,63)
#340D35
(52,13,53)
#2B0C2B
(43,12,43)
#220B21
(34,11,33)
#190A17
(25,10,23)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #6A1371

#6A1371
(106,19,113)
#77287D
(119,40,125)
#843D89
(132,61,137)
#915295
(145,82,149)
#9E67A1
(158,103,161)
#AB7CAD
(171,124,173)
#B891B9
(184,145,185)
#C5A6C5
(197,166,197)
#D2BBD1
(210,187,209)
#DFD0DD
(223,208,221)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A1371 color. Also use rgb(106,19,113) instead hex code.

Text Font Color

.myTextColor { color: #6A1371; }

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

This text font color is #6A1371.


Background Color

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

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

This div background color is #6A1371.


Border color

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

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

This div border color is #6A1371.


Opacity

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

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

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

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

This text has shadow with #6A1371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1371 on black background.


Color preview on white background

This text has color #6A1371 on white background.



Black color preview on #6A1371 background

This text has black color on #6A1371 background.


White color preview on #6A1371 background

This text has white color on #6A1371 background.