COLOR #6E669B

HEX: #6E669B RGB: (110,102,155)

Color info

#6E669B contains red, green and blue colors in about the same proportion. Web safe color of #6E669B is #666699 (or #669).

RGB color model

#6E669B color RGB value is (110,102,155).

RGB: (110,102,155) (43%, 40%, 61%)

RGB channels and saturation

R 110 of 255 = 43%
G 102 of 255 = 40%
B 155 of 255 = 61%

110
102
155

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

Portions of RGB colors in percentages

R + G + B = 110 + 102 + 155 = 367 (100%)
R 110 of 367 ~ 29.97%
G 102 of 367 ~ 27.79%
B 155 of 367 ~ 42.23'%

%29.97
%27.79
%42.23

CMYK color model

#6E669B color CMYK value is (29,34,0,39).

  • cyan value is 29.03%
  • magenta value is 34.19%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (29,34,0,39)
C29M34Y0K39 (29%, 34%, 0%, 39%)
(0.29 / 0.34 / 0.00 / 0.39)

CMYK percentages

%29.03
%34.19
%0
%39.22

Codes

Color #6E669B in popluar color models

6E 66 9B
RGB 110 102 155
HSL 249° 20.95% 50.39%
HSB/HSV 249° 34.19% 60.78%
CMYK 29.03% 34.19% 0.00%
39.22%

Color #6E669B in popluar number systems.

HEX 6E 66 9B
Decimal 110 102 155
Binary 1101110 1100110 10011011
Octal 156 146 233

Shades and tints

Shades of #6E669B

#6E669B
(110,102,155)
#645D8D
(100,93,141)
#5A547F
(90,84,127)
#504B71
(80,75,113)
#464263
(70,66,99)
#3C3955
(60,57,85)
#323047
(50,48,71)
#282739
(40,39,57)
#1E1E2B
(30,30,43)
#14151D
(20,21,29)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #6E669B

#6E669B
(110,102,155)
#7B73A4
(123,115,164)
#8880AD
(136,128,173)
#958DB6
(149,141,182)
#A29ABF
(162,154,191)
#AFA7C8
(175,167,200)
#BCB4D1
(188,180,209)
#C9C1DA
(201,193,218)
#D6CEE3
(214,206,227)
#E3DBEC
(227,219,236)
#F0E8F5
(240,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E669B; }

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

This text font color is #6E669B.

Background Color

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

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

This div background color is #6E669B.

Border color

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

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

This div border color is #6E669B.

Opacity

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

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

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

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

This text has shadow with #6E669B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E669B.

Preview

Color preview on black background

This text has color #6E669B on black background.


Color preview on white background

This text has color #6E669B on white background.


Black color preview on #6E669B background

This text has black color on #6E669B background.


White color preview on #6E669B background

This text has white color on #6E669B background.


Related colors

Complementary color

Complementary color for #hex is #919964.


I love getcolorcode.com

Triadic colors

1 #9B6E66 and #669B6E with #6E669B are triadic colors.

2 #9B666E and #666E9B with #6E669B are triadic colors.