COLOR #6A0A6E

HEX: #6A0A6E
RGB: (106,10,110)

Color info

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

RGB color model

#6A0A6E color RGB value is (106,10,110).

  • red value is 106;
  • green value is 10;
  • blue value is 110.
RGB:
(106,10,110)
(42%,4%,43%)

RGB channels and saturation

R 106 of 255 = 42%
G 10 of 255 = 4%
B 110 of 255 = 43%

106
10
110

R + G + B ~ 30%. #6A0A6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 10 + 110 = 226 (100%)
R 106 of 226 ~ 46.9%
G 10 of 226 ~ 4.42%
B 110 of 226 ~ 48.67%

%46.9
%48.67

CMYK color model

#6A0A6E color CMYK value is (4,91,0,57).

  • cyan value is 3.64%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(4,91,0,57)
C4M91Y0K57 
(4%,91%,0%,57%)
(0.04/0.91/0.00/0.57)	

CMYK percentages

%3.64
%90.91
%0
%56.86

Codes

Color #6A0A6E in popluar color models

6A0A6E
RGB10610110
HSL298°83.33%23.53%
HSB/HSV298°90.91%43.14%
CMYK3.64%90.91%0.00%
56.86%

Color #6A0A6E in popluar number systems.

HEX6A0A6E
Decimal10610110
Binary110101010101101110
Octal15212156

Shades and tints

Shades of #6A0A6E

#6A0A6E
(106,10,110)
#610A64
(97,10,100)
#580A5A
(88,10,90)
#4F0A50
(79,10,80)
#460A46
(70,10,70)
#3D0A3C
(61,10,60)
#340A32
(52,10,50)
#2B0A28
(43,10,40)
#220A1E
(34,10,30)
#190A14
(25,10,20)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #6A0A6E

#6A0A6E
(106,10,110)
#77207B
(119,32,123)
#843688
(132,54,136)
#914C95
(145,76,149)
#9E62A2
(158,98,162)
#AB78AF
(171,120,175)
#B88EBC
(184,142,188)
#C5A4C9
(197,164,201)
#D2BAD6
(210,186,214)
#DFD0E3
(223,208,227)
#ECE6F0
(236,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A0A6E; }

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

This text font color is #6A0A6E.


Background Color

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

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

This div background color is #6A0A6E.


Border color

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

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

This div border color is #6A0A6E.


Opacity

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

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

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

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

This text has shadow with #6A0A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A0A6E on black background.


Color preview on white background

This text has color #6A0A6E on white background.



Black color preview on #6A0A6E background

This text has black color on #6A0A6E background.


White color preview on #6A0A6E background

This text has white color on #6A0A6E background.