COLOR #6A429A

HEX: #6A429A
RGB: (106,66,154)

Color info

#6A429A contains mainly red and blue colors. Web safe color of #6A429A is #663399 (or #639).

RGB color model

#6A429A color RGB value is (106,66,154).

  • red value is 106;
  • green value is 66;
  • blue value is 154.
RGB:
(106,66,154)
(42%,26%,60%)

RGB channels and saturation

R 106 of 255 = 42%
G 66 of 255 = 26%
B 154 of 255 = 60%

106
66
154

R + G + B ~ 43%. #6A429A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 66 + 154 = 326 (100%)
R 106 of 326 ~ 32.52%
G 66 of 326 ~ 20.25%
B 154 of 326 ~ 47.24%

%32.52
%20.25
%47.24

CMYK color model

#6A429A color CMYK value is (31,57,0,40).

  • cyan value is 31.17%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(31,57,0,40)
C31M57Y0K40 
(31%,57%,0%,40%)
(0.31/0.57/0.00/0.40)	

CMYK percentages

%31.17
%57.14
%0
%39.61

Codes

Color #6A429A in popluar color models

6A429A
RGB10666154
HSL267°40.00%43.14%
HSB/HSV267°57.14%60.39%
CMYK31.17%57.14%0.00%
39.61%

Color #6A429A in popluar number systems.

HEX6A429A
Decimal10666154
Binary1101010100001010011010
Octal152102232

Shades and tints

Shades of #6A429A

#6A429A
(106,66,154)
#613C8C
(97,60,140)
#58367E
(88,54,126)
#4F3070
(79,48,112)
#462A62
(70,42,98)
#3D2454
(61,36,84)
#341E46
(52,30,70)
#2B1838
(43,24,56)
#22122A
(34,18,42)
#190C1C
(25,12,28)
#10060E
(16,6,14)
#000000
(0,0,0)

Tints of #6A429A

#6A429A
(106,66,154)
#7753A3
(119,83,163)
#8464AC
(132,100,172)
#9175B5
(145,117,181)
#9E86BE
(158,134,190)
#AB97C7
(171,151,199)
#B8A8D0
(184,168,208)
#C5B9D9
(197,185,217)
#D2CAE2
(210,202,226)
#DFDBEB
(223,219,235)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A429A; }

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

This text font color is #6A429A.


Background Color

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

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

This div background color is #6A429A.


Border color

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

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

This div border color is #6A429A.


Opacity

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

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

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

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

This text has shadow with #6A429A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A429A on black background.


Color preview on white background

This text has color #6A429A on white background.



Black color preview on #6A429A background

This text has black color on #6A429A background.


White color preview on #6A429A background

This text has white color on #6A429A background.