COLOR #6A337A

HEX: #6A337A RGB: (106,51,122)

Color info

#6A337A contains mainly red and blue colors. Web safe color of #6A337A is #663366 (or #636).

RGB color model

#6A337A color RGB value is (106,51,122).

RGB: (106,51,122) (42%, 20%, 48%)

RGB channels and saturation

R 106 of 255 = 42%
G 51 of 255 = 20%
B 122 of 255 = 48%

106
51
122

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

Portions of RGB colors in percentages

R + G + B = 106 + 51 + 122 = 279 (100%)
R 106 of 279 ~ 37.99%
G 51 of 279 ~ 18.28%
B 122 of 279 ~ 43.73'%

%37.99
%18.28
%43.73

CMYK color model

#6A337A color CMYK value is (13,58,0,52).

  • cyan value is 13.11%
  • magenta value is 58.20%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (13,58,0,52)
C13M58Y0K52 (13%, 58%, 0%, 52%)
(0.13 / 0.58 / 0.00 / 0.52)

CMYK percentages

%13.11
%58.2
%0
%52.16

Codes

Color #6A337A in popluar color models

6A 33 7A
RGB 106 51 122
HSL 286° 41.04% 33.92%
HSB/HSV 286° 58.20% 47.84%
CMYK 13.11% 58.20% 0.00%
52.16%

Color #6A337A in popluar number systems.

HEX 6A 33 7A
Decimal 106 51 122
Binary 1101010 110011 1111010
Octal 152 63 172

Shades and tints

Shades of #6A337A

#6A337A
(106,51,122)
#612F6F
(97,47,111)
#582B64
(88,43,100)
#4F2759
(79,39,89)
#46234E
(70,35,78)
#3D1F43
(61,31,67)
#341B38
(52,27,56)
#2B172D
(43,23,45)
#221322
(34,19,34)
#190F17
(25,15,23)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #6A337A

#6A337A
(106,51,122)
#774586
(119,69,134)
#845792
(132,87,146)
#91699E
(145,105,158)
#9E7BAA
(158,123,170)
#AB8DB6
(171,141,182)
#B89FC2
(184,159,194)
#C5B1CE
(197,177,206)
#D2C3DA
(210,195,218)
#DFD5E6
(223,213,230)
#ECE7F2
(236,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A337A; }

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

This text font color is #6A337A.

Background Color

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

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

This div background color is #6A337A.

Border color

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

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

This div border color is #6A337A.

Opacity

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

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

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

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

This text has shadow with #6A337A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A337A.

Preview

Color preview on black background

This text has color #6A337A on black background.


Color preview on white background

This text has color #6A337A on white background.


Black color preview on #6A337A background

This text has black color on #6A337A background.


White color preview on #6A337A background

This text has white color on #6A337A background.


Related colors

Complementary color

Complementary color for #hex is #95CC85.


I love getcolorcode.com

Triadic colors

1 #7A6A33 and #337A6A with #6A337A are triadic colors.

2 #7A336A and #336A7A with #6A337A are triadic colors.