COLOR #6E2266

HEX: #6E2266 RGB: (110,34,102)

Color info

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

RGB color model

#6E2266 color RGB value is (110,34,102).

RGB: (110,34,102) (43%, 13%, 40%)

RGB channels and saturation

R 110 of 255 = 43%
G 34 of 255 = 13%
B 102 of 255 = 40%

110
34
102

R + G + B ~ 32%. #6E2266 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 34 + 102 = 246 (100%)
R 110 of 246 ~ 44.72%
G 34 of 246 ~ 13.82%
B 102 of 246 ~ 41.46'%

%44.72
%13.82
%41.46

CMYK color model

#6E2266 color CMYK value is (0,69,7,57).

  • cyan value is 0.00%
  • magenta value is 69.09%
  • yellow value is 7.27%
  • key color value is 56.86%

CMYK: (0,69,7,57)
C0M69Y7K57 (0%, 69%, 7%, 57%)
(0.00 / 0.69 / 0.07 / 0.57)

CMYK percentages

%0
%69.09
%7.27
%56.86

Codes

Color #6E2266 in popluar color models

6E 22 66
RGB 110 34 102
HSL 306° 52.78% 28.24%
HSB/HSV 306° 69.09% 43.14%
CMYK 0.00% 69.09% 7.27%
56.86%

Color #6E2266 in popluar number systems.

HEX 6E 22 66
Decimal 110 34 102
Binary 1101110 100010 1100110
Octal 156 42 146

Shades and tints

Shades of #6E2266

#6E2266
(110,34,102)
#641F5D
(100,31,93)
#5A1C54
(90,28,84)
#50194B
(80,25,75)
#461642
(70,22,66)
#3C1339
(60,19,57)
#321030
(50,16,48)
#280D27
(40,13,39)
#1E0A1E
(30,10,30)
#140715
(20,7,21)
#0A040C
(10,4,12)
#000000
(0,0,0)

Tints of #6E2266

#6E2266
(110,34,102)
#7B3673
(123,54,115)
#884A80
(136,74,128)
#955E8D
(149,94,141)
#A2729A
(162,114,154)
#AF86A7
(175,134,167)
#BC9AB4
(188,154,180)
#C9AEC1
(201,174,193)
#D6C2CE
(214,194,206)
#E3D6DB
(227,214,219)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2266 color. Also use rgb(110,34,102) instead hex code.

Text Font Color

.myTextColor { color: #6E2266; }

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

This text font color is #6E2266.

Background Color

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

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

This div background color is #6E2266.

Border color

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

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

This div border color is #6E2266.

Opacity

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

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

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

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

This text has shadow with #6E2266 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E2266.

Preview

Color preview on black background

This text has color #6E2266 on black background.


Color preview on white background

This text has color #6E2266 on white background.


Black color preview on #6E2266 background

This text has black color on #6E2266 background.


White color preview on #6E2266 background

This text has white color on #6E2266 background.


Related colors

Complementary color

Complementary color for #hex is #91DD99.


I love getcolorcode.com

Triadic colors

1 #666E22 and #22666E with #6E2266 are triadic colors.

2 #66226E and #226E66 with #6E2266 are triadic colors.