COLOR #6A129B

HEX: #6A129B
RGB: (106,18,155)

Color info

#6A129B contains mainly red and blue colors. Web safe color of #6A129B is #660099 (or #609).

RGB color model

#6A129B color RGB value is (106,18,155).

  • red value is 106;
  • green value is 18;
  • blue value is 155.
RGB:
(106,18,155)
(42%,7%,61%)

RGB channels and saturation

R 106 of 255 = 42%
G 18 of 255 = 7%
B 155 of 255 = 61%

106
18
155

R + G + B ~ 37%. #6A129B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 18 + 155 = 279 (100%)
R 106 of 279 ~ 37.99%
G 18 of 279 ~ 6.45%
B 155 of 279 ~ 55.56%

%37.99
%55.56

CMYK color model

#6A129B color CMYK value is (32,88,0,39).

  • cyan value is 31.61%
  • magenta value is 88.39%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(32,88,0,39)
C32M88Y0K39 
(32%,88%,0%,39%)
(0.32/0.88/0.00/0.39)	

CMYK percentages

%31.61
%88.39
%0
%39.22

Codes

Color #6A129B in popluar color models

6A129B
RGB10618155
HSL279°79.19%33.92%
HSB/HSV279°88.39%60.78%
CMYK31.61%88.39%0.00%
39.22%

Color #6A129B in popluar number systems.

HEX6A129B
Decimal10618155
Binary11010101001010011011
Octal15222233

Shades and tints

Shades of #6A129B

#6A129B
(106,18,155)
#61118D
(97,17,141)
#58107F
(88,16,127)
#4F0F71
(79,15,113)
#460E63
(70,14,99)
#3D0D55
(61,13,85)
#340C47
(52,12,71)
#2B0B39
(43,11,57)
#220A2B
(34,10,43)
#19091D
(25,9,29)
#10080F
(16,8,15)
#000000
(0,0,0)

Tints of #6A129B

#6A129B
(106,18,155)
#7727A4
(119,39,164)
#843CAD
(132,60,173)
#9151B6
(145,81,182)
#9E66BF
(158,102,191)
#AB7BC8
(171,123,200)
#B890D1
(184,144,209)
#C5A5DA
(197,165,218)
#D2BAE3
(210,186,227)
#DFCFEC
(223,207,236)
#ECE4F5
(236,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A129B; }

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

This text font color is #6A129B.


Background Color

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

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

This div background color is #6A129B.


Border color

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

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

This div border color is #6A129B.


Opacity

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

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

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

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

This text has shadow with #6A129B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A129B on black background.


Color preview on white background

This text has color #6A129B on white background.



Black color preview on #6A129B background

This text has black color on #6A129B background.


White color preview on #6A129B background

This text has white color on #6A129B background.