COLOR #6A1555

HEX: #6A1555 RGB: (106,21,85)

Color info

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

RGB color model

#6A1555 color RGB value is (106,21,85).

RGB: (106,21,85) (42%, 8%, 33%)

RGB channels and saturation

R 106 of 255 = 42%
G 21 of 255 = 8%
B 85 of 255 = 33%

106
21
85

R + G + B ~ 28%. #6A1555 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 21 + 85 = 212 (100%)
R 106 of 212 ~ 50%
G 21 of 212 ~ 9.91%
B 85 of 212 ~ 40.09'%

%50
%40.09

CMYK color model

#6A1555 color CMYK value is (0,80,20,58).

  • cyan value is 0.00%
  • magenta value is 80.19%
  • yellow value is 19.81%
  • key color value is 58.43%

CMYK: (0,80,20,58)
C0M80Y20K58 (0%, 80%, 20%, 58%)
(0.00 / 0.80 / 0.20 / 0.58)

CMYK percentages

%0
%80.19
%19.81
%58.43

Codes

Color #6A1555 in popluar color models

6A 15 55
RGB 106 21 85
HSL 315° 66.93% 24.90%
HSB/HSV 315° 80.19% 41.57%
CMYK 0.00% 80.19% 19.81%
58.43%

Color #6A1555 in popluar number systems.

HEX 6A 15 55
Decimal 106 21 85
Binary 1101010 10101 1010101
Octal 152 25 125

Shades and tints

Shades of #6A1555

#6A1555
(106,21,85)
#61144E
(97,20,78)
#581347
(88,19,71)
#4F1240
(79,18,64)
#461139
(70,17,57)
#3D1032
(61,16,50)
#340F2B
(52,15,43)
#2B0E24
(43,14,36)
#220D1D
(34,13,29)
#190C16
(25,12,22)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #6A1555

#6A1555
(106,21,85)
#772A64
(119,42,100)
#843F73
(132,63,115)
#915482
(145,84,130)
#9E6991
(158,105,145)
#AB7EA0
(171,126,160)
#B893AF
(184,147,175)
#C5A8BE
(197,168,190)
#D2BDCD
(210,189,205)
#DFD2DC
(223,210,220)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A1555 color. Also use rgb(106,21,85) instead hex code.

Text Font Color

.myTextColor { color: #6A1555; }

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

This text font color is #6A1555.

Background Color

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

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

This div background color is #6A1555.

Border color

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

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

This div border color is #6A1555.

Opacity

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

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

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

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

This text has shadow with #6A1555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A1555.

Preview

Color preview on black background

This text has color #6A1555 on black background.


Color preview on white background

This text has color #6A1555 on white background.


Black color preview on #6A1555 background

This text has black color on #6A1555 background.


White color preview on #6A1555 background

This text has white color on #6A1555 background.


Related colors

Complementary color

Complementary color for #hex is #95EAAA.


I love getcolorcode.com

Triadic colors

1 #556A15 and #15556A with #6A1555 are triadic colors.

2 #55156A and #156A55 with #6A1555 are triadic colors.