COLOR #6E337A

HEX: #6E337A RGB: (110,51,122)

Color info

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

RGB color model

#6E337A color RGB value is (110,51,122).

RGB: (110,51,122) (43%, 20%, 48%)

RGB channels and saturation

R 110 of 255 = 43%
G 51 of 255 = 20%
B 122 of 255 = 48%

110
51
122

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

Portions of RGB colors in percentages

R + G + B = 110 + 51 + 122 = 283 (100%)
R 110 of 283 ~ 38.87%
G 51 of 283 ~ 18.02%
B 122 of 283 ~ 43.11'%

%38.87
%18.02
%43.11

CMYK color model

#6E337A color CMYK value is (10,58,0,52).

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

CMYK: (10,58,0,52)
C10M58Y0K52 (10%, 58%, 0%, 52%)
(0.10 / 0.58 / 0.00 / 0.52)

CMYK percentages

%9.84
%58.2
%0
%52.16

Codes

Color #6E337A in popluar color models

6E 33 7A
RGB 110 51 122
HSL 290° 41.04% 33.92%
HSB/HSV 290° 58.20% 47.84%
CMYK 9.84% 58.20% 0.00%
52.16%

Color #6E337A in popluar number systems.

HEX 6E 33 7A
Decimal 110 51 122
Binary 1101110 110011 1111010
Octal 156 63 172

Shades and tints

Shades of #6E337A

#6E337A
(110,51,122)
#642F6F
(100,47,111)
#5A2B64
(90,43,100)
#502759
(80,39,89)
#46234E
(70,35,78)
#3C1F43
(60,31,67)
#321B38
(50,27,56)
#28172D
(40,23,45)
#1E1322
(30,19,34)
#140F17
(20,15,23)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #6E337A

#6E337A
(110,51,122)
#7B4586
(123,69,134)
#885792
(136,87,146)
#95699E
(149,105,158)
#A27BAA
(162,123,170)
#AF8DB6
(175,141,182)
#BC9FC2
(188,159,194)
#C9B1CE
(201,177,206)
#D6C3DA
(214,195,218)
#E3D5E6
(227,213,230)
#F0E7F2
(240,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E337A; }

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

This text font color is #6E337A.

Background Color

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

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

This div background color is #6E337A.

Border color

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

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

This div border color is #6E337A.

Opacity

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

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

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

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

This text has shadow with #6E337A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E337A.

Preview

Color preview on black background

This text has color #6E337A on black background.


Color preview on white background

This text has color #6E337A on white background.


Black color preview on #6E337A background

This text has black color on #6E337A background.


White color preview on #6E337A background

This text has white color on #6E337A background.


Related colors

Complementary color

Complementary color for #hex is #91CC85.


I love getcolorcode.com

Triadic colors

1 #7A6E33 and #337A6E with #6E337A are triadic colors.

2 #7A336E and #336E7A with #6E337A are triadic colors.