COLOR #6E699C

HEX: #6E699C RGB: (110,105,156)

Color info

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

RGB color model

#6E699C color RGB value is (110,105,156).

RGB: (110,105,156) (43%, 41%, 61%)

RGB channels and saturation

R 110 of 255 = 43%
G 105 of 255 = 41%
B 156 of 255 = 61%

110
105
156

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

Portions of RGB colors in percentages

R + G + B = 110 + 105 + 156 = 371 (100%)
R 110 of 371 ~ 29.65%
G 105 of 371 ~ 28.3%
B 156 of 371 ~ 42.05'%

%29.65
%28.3
%42.05

CMYK color model

#6E699C color CMYK value is (29,33,0,39).

  • cyan value is 29.49%
  • magenta value is 32.69%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (29,33,0,39)
C29M33Y0K39 (29%, 33%, 0%, 39%)
(0.29 / 0.33 / 0.00 / 0.39)

CMYK percentages

%29.49
%32.69
%0
%38.82

Codes

Color #6E699C in popluar color models

6E 69 9C
RGB 110 105 156
HSL 246° 20.48% 51.18%
HSB/HSV 246° 32.69% 61.18%
CMYK 29.49% 32.69% 0.00%
38.82%

Color #6E699C in popluar number systems.

HEX 6E 69 9C
Decimal 110 105 156
Binary 1101110 1101001 10011100
Octal 156 151 234

Shades and tints

Shades of #6E699C

#6E699C
(110,105,156)
#64608E
(100,96,142)
#5A5780
(90,87,128)
#504E72
(80,78,114)
#464564
(70,69,100)
#3C3C56
(60,60,86)
#323348
(50,51,72)
#282A3A
(40,42,58)
#1E212C
(30,33,44)
#14181E
(20,24,30)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #6E699C

#6E699C
(110,105,156)
#7B76A5
(123,118,165)
#8883AE
(136,131,174)
#9590B7
(149,144,183)
#A29DC0
(162,157,192)
#AFAAC9
(175,170,201)
#BCB7D2
(188,183,210)
#C9C4DB
(201,196,219)
#D6D1E4
(214,209,228)
#E3DEED
(227,222,237)
#F0EBF6
(240,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E699C color. Also use rgb(110,105,156) instead hex code.

Text Font Color

.myTextColor { color: #6E699C; }

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

This text font color is #6E699C.

Background Color

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

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

This div background color is #6E699C.

Border color

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

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

This div border color is #6E699C.

Opacity

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

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

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

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

This text has shadow with #6E699C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E699C.

Preview

Color preview on black background

This text has color #6E699C on black background.


Color preview on white background

This text has color #6E699C on white background.


Black color preview on #6E699C background

This text has black color on #6E699C background.


White color preview on #6E699C background

This text has white color on #6E699C background.


Related colors

Complementary color

Complementary color for #hex is #919663.


I love getcolorcode.com

Triadic colors

1 #9C6E69 and #699C6E with #6E699C are triadic colors.

2 #9C696E and #696E9C with #6E699C are triadic colors.