COLOR #6E206A

HEX: #6E206A RGB: (110,32,106)

Color info

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

RGB color model

#6E206A color RGB value is (110,32,106).

RGB: (110,32,106) (43%, 13%, 42%)

RGB channels and saturation

R 110 of 255 = 43%
G 32 of 255 = 13%
B 106 of 255 = 42%

110
32
106

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

Portions of RGB colors in percentages

R + G + B = 110 + 32 + 106 = 248 (100%)
R 110 of 248 ~ 44.35%
G 32 of 248 ~ 12.9%
B 106 of 248 ~ 42.74'%

%44.35
%12.9
%42.74

CMYK color model

#6E206A color CMYK value is (0,71,4,57).

  • cyan value is 0.00%
  • magenta value is 70.91%
  • yellow value is 3.64%
  • key color value is 56.86%
CMYK: (0,71,4,57) C0M71Y4K57 (0%,71%,4%,57%) (0.00/0.71/0.04/0.57) 

CMYK percentages

%0
%70.91
%3.64
%56.86

Codes

Color #6E206A in popluar color models

6E 20 6A
RGB 110 32 106
HSL 303° 54.93% 27.84%
HSB/HSV 303° 70.91% 43.14%
CMYK 0.00% 70.91% 3.64%
56.86%

Color #6E206A in popluar number systems.

HEX 6E 20 6A
Decimal 110 32 106
Binary 1101110 100000 1101010
Octal 156 40 152

Shades and tints

Shades of #6E206A

#6E206A
(110,32,106)
#641E61
(100,30,97)
#5A1C58
(90,28,88)
#501A4F
(80,26,79)
#461846
(70,24,70)
#3C163D
(60,22,61)
#321434
(50,20,52)
#28122B
(40,18,43)
#1E1022
(30,16,34)
#140E19
(20,14,25)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #6E206A

#6E206A
(110,32,106)
#7B3477
(123,52,119)
#884884
(136,72,132)
#955C91
(149,92,145)
#A2709E
(162,112,158)
#AF84AB
(175,132,171)
#BC98B8
(188,152,184)
#C9ACC5
(201,172,197)
#D6C0D2
(214,192,210)
#E3D4DF
(227,212,223)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E206A color. Also use rgb(110,32,106) instead hex code.

Text Font Color

.myTextColor { color: #6E206A; }

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

This text font color is #6E206A.

Background Color

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

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

This div background color is #6E206A.

Border color

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

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

This div border color is #6E206A.

Opacity

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

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

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

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

This text has shadow with #6E206A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E206A.

Preview

Color preview on black background

This text has color #6E206A on black background.


Color preview on white background

This text has color #6E206A on white background.


Black color preview on #6E206A background

This text has black color on #6E206A background.


White color preview on #6E206A background

This text has white color on #6E206A background.


Related colors

Complementary color

Complementary color for #hex is #91DF95.


I love getcolorcode.com

Triadic colors

1 #6A6E20 and #206A6E with #6E206A are triadic colors.

2 #6A206E and #206E6A with #6E206A are triadic colors.