COLOR #6A1A6B

HEX: #6A1A6B
RGB: (106,26,107)

Color info

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

RGB color model

#6A1A6B color RGB value is (106,26,107).

  • red value is 106;
  • green value is 26;
  • blue value is 107.
RGB:
(106,26,107)
(42%,10%,42%)

RGB channels and saturation

R 106 of 255 = 42%
G 26 of 255 = 10%
B 107 of 255 = 42%

106
26
107

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

Portions of RGB colors in percentages

R + G + B =
106 + 26 + 107 = 239 (100%)
R 106 of 239 ~ 44.35%
G 26 of 239 ~ 10.88%
B 107 of 239 ~ 44.77%

%44.35
%10.88
%44.77

CMYK color model

#6A1A6B color CMYK value is (1,76,0,58).

  • cyan value is 0.93%
  • magenta value is 75.70%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(1,76,0,58)
C1M76Y0K58 
(1%,76%,0%,58%)
(0.01/0.76/0.00/0.58)	

CMYK percentages

%0.93
%75.7
%0
%58.04

Codes

Color #6A1A6B in popluar color models

6A1A6B
RGB10626107
HSL299°60.90%26.08%
HSB/HSV299°75.70%41.96%
CMYK0.93%75.70%0.00%
58.04%

Color #6A1A6B in popluar number systems.

HEX6A1A6B
Decimal10626107
Binary1101010110101101011
Octal15232153

Shades and tints

Shades of #6A1A6B

#6A1A6B
(106,26,107)
#611862
(97,24,98)
#581659
(88,22,89)
#4F1450
(79,20,80)
#461247
(70,18,71)
#3D103E
(61,16,62)
#340E35
(52,14,53)
#2B0C2C
(43,12,44)
#220A23
(34,10,35)
#19081A
(25,8,26)
#100611
(16,6,17)
#000000
(0,0,0)

Tints of #6A1A6B

#6A1A6B
(106,26,107)
#772E78
(119,46,120)
#844285
(132,66,133)
#915692
(145,86,146)
#9E6A9F
(158,106,159)
#AB7EAC
(171,126,172)
#B892B9
(184,146,185)
#C5A6C6
(197,166,198)
#D2BAD3
(210,186,211)
#DFCEE0
(223,206,224)
#ECE2ED
(236,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A1A6B color. Also use rgb(106,26,107) instead hex code.

Text Font Color

.myTextColor { color: #6A1A6B; }

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

This text font color is #6A1A6B.


Background Color

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

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

This div background color is #6A1A6B.


Border color

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

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

This div border color is #6A1A6B.


Opacity

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

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

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

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

This text has shadow with #6A1A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1A6B on black background.


Color preview on white background

This text has color #6A1A6B on white background.



Black color preview on #6A1A6B background

This text has black color on #6A1A6B background.


White color preview on #6A1A6B background

This text has white color on #6A1A6B background.