COLOR #6A3D99

HEX: #6A3D99 RGB: (106,61,153)

Color info

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

RGB color model

#6A3D99 color RGB value is (106,61,153).

RGB: (106,61,153) (42%, 24%, 60%)

RGB channels and saturation

R 106 of 255 = 42%
G 61 of 255 = 24%
B 153 of 255 = 60%

106
61
153

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

Portions of RGB colors in percentages

R + G + B = 106 + 61 + 153 = 320 (100%)
R 106 of 320 ~ 33.13%
G 61 of 320 ~ 19.06%
B 153 of 320 ~ 47.81'%

%33.13
%19.06
%47.81

CMYK color model

#6A3D99 color CMYK value is (31,60,0,40).

  • cyan value is 30.72%
  • magenta value is 60.13%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (31,60,0,40)
C31M60Y0K40 (31%, 60%, 0%, 40%)
(0.31 / 0.60 / 0.00 / 0.40)

CMYK percentages

%30.72
%60.13
%0
%40

Codes

Color #6A3D99 in popluar color models

6A 3D 99
RGB 106 61 153
HSL 269° 42.99% 41.96%
HSB/HSV 269° 60.13% 60.00%
CMYK 30.72% 60.13% 0.00%
40.00%

Color #6A3D99 in popluar number systems.

HEX 6A 3D 99
Decimal 106 61 153
Binary 1101010 111101 10011001
Octal 152 75 231

Shades and tints

Shades of #6A3D99

#6A3D99
(106,61,153)
#61388C
(97,56,140)
#58337F
(88,51,127)
#4F2E72
(79,46,114)
#462965
(70,41,101)
#3D2458
(61,36,88)
#341F4B
(52,31,75)
#2B1A3E
(43,26,62)
#221531
(34,21,49)
#191024
(25,16,36)
#100B17
(16,11,23)
#000000
(0,0,0)

Tints of #6A3D99

#6A3D99
(106,61,153)
#774EA2
(119,78,162)
#845FAB
(132,95,171)
#9170B4
(145,112,180)
#9E81BD
(158,129,189)
#AB92C6
(171,146,198)
#B8A3CF
(184,163,207)
#C5B4D8
(197,180,216)
#D2C5E1
(210,197,225)
#DFD6EA
(223,214,234)
#ECE7F3
(236,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3D99; }

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

This text font color is #6A3D99.

Background Color

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

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

This div background color is #6A3D99.

Border color

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

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

This div border color is #6A3D99.

Opacity

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

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

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

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

This text has shadow with #6A3D99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A3D99.

Preview

Color preview on black background

This text has color #6A3D99 on black background.


Color preview on white background

This text has color #6A3D99 on white background.


Black color preview on #6A3D99 background

This text has black color on #6A3D99 background.


White color preview on #6A3D99 background

This text has white color on #6A3D99 background.


Related colors

Complementary color

Complementary color for #hex is #95C266.


I love getcolorcode.com

Triadic colors

1 #996A3D and #3D996A with #6A3D99 are triadic colors.

2 #993D6A and #3D6A99 with #6A3D99 are triadic colors.