COLOR #6E2B66

HEX: #6E2B66
RGB: (110,43,102)

Color info

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

RGB color model

#6E2B66 color RGB value is (110,43,102).

  • red value is 110;
  • green value is 43;
  • blue value is 102.
RGB:
(110,43,102)
(43%,17%,40%)

RGB channels and saturation

R 110 of 255 = 43%
G 43 of 255 = 17%
B 102 of 255 = 40%

110
43
102

R + G + B ~ 33%. #6E2B66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 43 + 102 = 255 (100%)
R 110 of 255 ~ 43.14%
G 43 of 255 ~ 16.86%
B 102 of 255 ~ 40%

%43.14
%16.86
%40

CMYK color model

#6E2B66 color CMYK value is (0,61,7,57).

  • cyan value is 0.00%
  • magenta value is 60.91%
  • yellow value is 7.27%
  • key color value is 56.86%
CMYK:
(0,61,7,57)
C0M61Y7K57 
(0%,61%,7%,57%)
(0.00/0.61/0.07/0.57)	

CMYK percentages

%0
%60.91
%7.27
%56.86

Codes

Color #6E2B66 in popluar color models

6E2B66
RGB11043102
HSL307°43.79%30.00%
HSB/HSV307°60.91%43.14%
CMYK0.00%60.91%7.27%
56.86%

Color #6E2B66 in popluar number systems.

HEX6E2B66
Decimal11043102
Binary11011101010111100110
Octal15653146

Shades and tints

Shades of #6E2B66

#6E2B66
(110,43,102)
#64285D
(100,40,93)
#5A2554
(90,37,84)
#50224B
(80,34,75)
#461F42
(70,31,66)
#3C1C39
(60,28,57)
#321930
(50,25,48)
#281627
(40,22,39)
#1E131E
(30,19,30)
#141015
(20,16,21)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #6E2B66

#6E2B66
(110,43,102)
#7B3E73
(123,62,115)
#885180
(136,81,128)
#95648D
(149,100,141)
#A2779A
(162,119,154)
#AF8AA7
(175,138,167)
#BC9DB4
(188,157,180)
#C9B0C1
(201,176,193)
#D6C3CE
(214,195,206)
#E3D6DB
(227,214,219)
#F0E9E8
(240,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2B66; }

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

This text font color is #6E2B66.


Background Color

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

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

This div background color is #6E2B66.


Border color

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

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

This div border color is #6E2B66.


Opacity

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

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

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

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

This text has shadow with #6E2B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2B66 on black background.


Color preview on white background

This text has color #6E2B66 on white background.



Black color preview on #6E2B66 background

This text has black color on #6E2B66 background.


White color preview on #6E2B66 background

This text has white color on #6E2B66 background.