COLOR #6A006A

HEX: #6A006A
RGB: (106,0,106)

Color info

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

RGB color model

#6A006A color RGB value is (106,0,106).

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

RGB channels and saturation

R 106 of 255 = 42%
G 0 of 255 = 0%
B 106 of 255 = 42%

106
0
106

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

Portions of RGB colors in percentages

R + G + B =
106 + 0 + 106 = 212 (100%)
R 106 of 212 ~ 50%
G 0 of 212 ~ 0%
B 106 of 212 ~ 50%

%50
%50

CMYK color model

#6A006A color CMYK value is (0,100,0,58).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(0,100,0,58)
C0M100Y0K58 
(0%,100%,0%,58%)
(0.00/1.00/0.00/0.58)	

CMYK percentages

%0
%100
%0
%58.43

Codes

Color #6A006A in popluar color models

6A006A
RGB1060106
HSL300°100.00%20.78%
HSB/HSV300°100.00%41.57%
CMYK0.00%100.00%0.00%
58.43%

Color #6A006A in popluar number systems.

HEX6A006A
Decimal1060106
Binary110101001101010
Octal1520152

Shades and tints

Shades of #6A006A

#6A006A
(106,0,106)
#610061
(97,0,97)
#580058
(88,0,88)
#4F004F
(79,0,79)
#460046
(70,0,70)
#3D003D
(61,0,61)
#340034
(52,0,52)
#2B002B
(43,0,43)
#220022
(34,0,34)
#190019
(25,0,25)
#100010
(16,0,16)
#000000
(0,0,0)

Tints of #6A006A

#6A006A
(106,0,106)
#771777
(119,23,119)
#842E84
(132,46,132)
#914591
(145,69,145)
#9E5C9E
(158,92,158)
#AB73AB
(171,115,171)
#B88AB8
(184,138,184)
#C5A1C5
(197,161,197)
#D2B8D2
(210,184,210)
#DFCFDF
(223,207,223)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A006A; }

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

This text font color is #6A006A.


Background Color

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

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

This div background color is #6A006A.


Border color

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

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

This div border color is #6A006A.


Opacity

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

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

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

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

This text has shadow with #6A006A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A006A on black background.


Color preview on white background

This text has color #6A006A on white background.



Black color preview on #6A006A background

This text has black color on #6A006A background.


White color preview on #6A006A background

This text has white color on #6A006A background.