COLOR #6E669C

HEX: #6E669C RGB: (110,102,156)

Color info

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

RGB color model

#6E669C color RGB value is (110,102,156).

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

RGB channels and saturation

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

110
102
156

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

Portions of RGB colors in percentages

R + G + B = 110 + 102 + 156 = 368 (100%)
R 110 of 368 ~ 29.89%
G 102 of 368 ~ 27.72%
B 156 of 368 ~ 42.39'%

%29.89
%27.72
%42.39

CMYK color model

#6E669C color CMYK value is (29,35,0,39).

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

CMYK: (29,35,0,39)
C29M35Y0K39 (29%, 35%, 0%, 39%)
(0.29 / 0.35 / 0.00 / 0.39)

CMYK percentages

%29.49
%34.62
%0
%38.82

Codes

Color #6E669C in popluar color models

6E 66 9C
RGB 110 102 156
HSL 249° 21.43% 50.59%
HSB/HSV 249° 34.62% 61.18%
CMYK 29.49% 34.62% 0.00%
38.82%

Color #6E669C in popluar number systems.

HEX 6E 66 9C
Decimal 110 102 156
Binary 1101110 1100110 10011100
Octal 156 146 234

Shades and tints

Shades of #6E669C

#6E669C
(110,102,156)
#645D8E
(100,93,142)
#5A5480
(90,84,128)
#504B72
(80,75,114)
#464264
(70,66,100)
#3C3956
(60,57,86)
#323048
(50,48,72)
#28273A
(40,39,58)
#1E1E2C
(30,30,44)
#14151E
(20,21,30)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #6E669C

#6E669C
(110,102,156)
#7B73A5
(123,115,165)
#8880AE
(136,128,174)
#958DB7
(149,141,183)
#A29AC0
(162,154,192)
#AFA7C9
(175,167,201)
#BCB4D2
(188,180,210)
#C9C1DB
(201,193,219)
#D6CEE4
(214,206,228)
#E3DBED
(227,219,237)
#F0E8F6
(240,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E669C; }

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

This text font color is #6E669C.

Background Color

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

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

This div background color is #6E669C.

Border color

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

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

This div border color is #6E669C.

Opacity

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

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

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

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

This text has shadow with #6E669C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E669C.

Preview

Color preview on black background

This text has color #6E669C on black background.


Color preview on white background

This text has color #6E669C on white background.


Black color preview on #6E669C background

This text has black color on #6E669C background.


White color preview on #6E669C background

This text has white color on #6E669C background.


Related colors

Complementary color

Complementary color for #hex is #919963.


I love getcolorcode.com

Triadic colors

1 #9C6E66 and #669C6E with #6E669C are triadic colors.

2 #9C666E and #666E9C with #6E669C are triadic colors.