COLOR #6A1959

HEX: #6A1959 RGB: (106,25,89)

Color info

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

RGB color model

#6A1959 color RGB value is (106,25,89).

RGB: (106,25,89) (42%, 10%, 35%)

RGB channels and saturation

R 106 of 255 = 42%
G 25 of 255 = 10%
B 89 of 255 = 35%

106
25
89

R + G + B ~ 29%. #6A1959 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 25 + 89 = 220 (100%)
R 106 of 220 ~ 48.18%
G 25 of 220 ~ 11.36%
B 89 of 220 ~ 40.45'%

%48.18
%11.36
%40.45

CMYK color model

#6A1959 color CMYK value is (0,76,16,58).

  • cyan value is 0.00%
  • magenta value is 76.42%
  • yellow value is 16.04%
  • key color value is 58.43%

CMYK: (0,76,16,58)
C0M76Y16K58 (0%, 76%, 16%, 58%)
(0.00 / 0.76 / 0.16 / 0.58)

CMYK percentages

%0
%76.42
%16.04
%58.43

Codes

Color #6A1959 in popluar color models

6A 19 59
RGB 106 25 89
HSL 313° 61.83% 25.69%
HSB/HSV 313° 76.42% 41.57%
CMYK 0.00% 76.42% 16.04%
58.43%

Color #6A1959 in popluar number systems.

HEX 6A 19 59
Decimal 106 25 89
Binary 1101010 11001 1011001
Octal 152 31 131

Shades and tints

Shades of #6A1959

#6A1959
(106,25,89)
#611751
(97,23,81)
#581549
(88,21,73)
#4F1341
(79,19,65)
#461139
(70,17,57)
#3D0F31
(61,15,49)
#340D29
(52,13,41)
#2B0B21
(43,11,33)
#220919
(34,9,25)
#190711
(25,7,17)
#100509
(16,5,9)
#000000
(0,0,0)

Tints of #6A1959

#6A1959
(106,25,89)
#772D68
(119,45,104)
#844177
(132,65,119)
#915586
(145,85,134)
#9E6995
(158,105,149)
#AB7DA4
(171,125,164)
#B891B3
(184,145,179)
#C5A5C2
(197,165,194)
#D2B9D1
(210,185,209)
#DFCDE0
(223,205,224)
#ECE1EF
(236,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A1959; }

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

This text font color is #6A1959.

Background Color

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

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

This div background color is #6A1959.

Border color

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

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

This div border color is #6A1959.

Opacity

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

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

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

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

This text has shadow with #6A1959 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A1959.

Preview

Color preview on black background

This text has color #6A1959 on black background.


Color preview on white background

This text has color #6A1959 on white background.


Black color preview on #6A1959 background

This text has black color on #6A1959 background.


White color preview on #6A1959 background

This text has white color on #6A1959 background.


Related colors

Complementary color

Complementary color for #hex is #95E6A6.


I love getcolorcode.com

Triadic colors

1 #596A19 and #19596A with #6A1959 are triadic colors.

2 #59196A and #196A59 with #6A1959 are triadic colors.