COLOR #6E2562

HEX: #6E2562 RGB: (110,37,98)

Color info

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

RGB color model

#6E2562 color RGB value is (110,37,98).

RGB: (110,37,98) (43%, 15%, 38%)

RGB channels and saturation

R 110 of 255 = 43%
G 37 of 255 = 15%
B 98 of 255 = 38%

110
37
98

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

Portions of RGB colors in percentages

R + G + B = 110 + 37 + 98 = 245 (100%)
R 110 of 245 ~ 44.9%
G 37 of 245 ~ 15.1%
B 98 of 245 ~ 40'%

%44.9
%15.1
%40

CMYK color model

#6E2562 color CMYK value is (0,66,11,57).

  • cyan value is 0.00%
  • magenta value is 66.36%
  • yellow value is 10.91%
  • key color value is 56.86%

CMYK: (0,66,11,57)
C0M66Y11K57 (0%, 66%, 11%, 57%)
(0.00 / 0.66 / 0.11 / 0.57)

CMYK percentages

%0
%66.36
%10.91
%56.86

Codes

Color #6E2562 in popluar color models

6E 25 62
RGB 110 37 98
HSL 310° 49.66% 28.82%
HSB/HSV 310° 66.36% 43.14%
CMYK 0.00% 66.36% 10.91%
56.86%

Color #6E2562 in popluar number systems.

HEX 6E 25 62
Decimal 110 37 98
Binary 1101110 100101 1100010
Octal 156 45 142

Shades and tints

Shades of #6E2562

#6E2562
(110,37,98)
#64225A
(100,34,90)
#5A1F52
(90,31,82)
#501C4A
(80,28,74)
#461942
(70,25,66)
#3C163A
(60,22,58)
#321332
(50,19,50)
#28102A
(40,16,42)
#1E0D22
(30,13,34)
#140A1A
(20,10,26)
#0A0712
(10,7,18)
#000000
(0,0,0)

Tints of #6E2562

#6E2562
(110,37,98)
#7B3870
(123,56,112)
#884B7E
(136,75,126)
#955E8C
(149,94,140)
#A2719A
(162,113,154)
#AF84A8
(175,132,168)
#BC97B6
(188,151,182)
#C9AAC4
(201,170,196)
#D6BDD2
(214,189,210)
#E3D0E0
(227,208,224)
#F0E3EE
(240,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2562 color. Also use rgb(110,37,98) instead hex code.

Text Font Color

.myTextColor { color: #6E2562; }

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

This text font color is #6E2562.

Background Color

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

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

This div background color is #6E2562.

Border color

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

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

This div border color is #6E2562.

Opacity

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

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

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

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

This text has shadow with #6E2562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E2562.

Preview

Color preview on black background

This text has color #6E2562 on black background.


Color preview on white background

This text has color #6E2562 on white background.


Black color preview on #6E2562 background

This text has black color on #6E2562 background.


White color preview on #6E2562 background

This text has white color on #6E2562 background.


Related colors

Complementary color

Complementary color for #hex is #91DA9D.


I love getcolorcode.com

Triadic colors

1 #626E25 and #25626E with #6E2562 are triadic colors.

2 #62256E and #256E62 with #6E2562 are triadic colors.