COLOR #6E429F

HEX: #6E429F RGB: (110,66,159)

Color info

#6E429F contains mainly red and blue colors. Web safe color of #6E429F is #663399 (or #639).

RGB color model

#6E429F color RGB value is (110,66,159).

RGB: (110,66,159) (43%, 26%, 62%)

RGB channels and saturation

R 110 of 255 = 43%
G 66 of 255 = 26%
B 159 of 255 = 62%

110
66
159

R + G + B ~ 44%. #6E429F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 110 + 66 + 159 = 335 (100%)
R 110 of 335 ~ 32.84%
G 66 of 335 ~ 19.7%
B 159 of 335 ~ 47.46'%

%32.84
%19.7
%47.46

CMYK color model

#6E429F color CMYK value is (31,58,0,38).

  • cyan value is 30.82%
  • magenta value is 58.49%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (31,58,0,38)
C31M58Y0K38 (31%, 58%, 0%, 38%)
(0.31 / 0.58 / 0.00 / 0.38)

CMYK percentages

%30.82
%58.49
%0
%37.65

Codes

Color #6E429F in popluar color models

6E 42 9F
RGB 110 66 159
HSL 268° 41.33% 44.12%
HSB/HSV 268° 58.49% 62.35%
CMYK 30.82% 58.49% 0.00%
37.65%

Color #6E429F in popluar number systems.

HEX 6E 42 9F
Decimal 110 66 159
Binary 1101110 1000010 10011111
Octal 156 102 237

Shades and tints

Shades of #6E429F

#6E429F
(110,66,159)
#643C91
(100,60,145)
#5A3683
(90,54,131)
#503075
(80,48,117)
#462A67
(70,42,103)
#3C2459
(60,36,89)
#321E4B
(50,30,75)
#28183D
(40,24,61)
#1E122F
(30,18,47)
#140C21
(20,12,33)
#0A0613
(10,6,19)
#000000
(0,0,0)

Tints of #6E429F

#6E429F
(110,66,159)
#7B53A7
(123,83,167)
#8864AF
(136,100,175)
#9575B7
(149,117,183)
#A286BF
(162,134,191)
#AF97C7
(175,151,199)
#BCA8CF
(188,168,207)
#C9B9D7
(201,185,215)
#D6CADF
(214,202,223)
#E3DBE7
(227,219,231)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E429F color. Also use rgb(110,66,159) instead hex code.

Text Font Color

.myTextColor { color: #6E429F; }

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

This text font color is #6E429F.

Background Color

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

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

This div background color is #6E429F.

Border color

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

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

This div border color is #6E429F.

Opacity

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

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

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

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

This text has shadow with #6E429F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E429F.

Preview

Color preview on black background

This text has color #6E429F on black background.


Color preview on white background

This text has color #6E429F on white background.


Black color preview on #6E429F background

This text has black color on #6E429F background.


White color preview on #6E429F background

This text has white color on #6E429F background.


Related colors

Complementary color

Complementary color for #hex is #91BD60.


I love getcolorcode.com

Triadic colors

1 #9F6E42 and #429F6E with #6E429F are triadic colors.

2 #9F426E and #426E9F with #6E429F are triadic colors.