COLOR #6E649C

HEX: #6E649C RGB: (110,100,156)

Color info

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

RGB color model

#6E649C color RGB value is (110,100,156).

RGB: (110,100,156) (43%, 39%, 61%)

RGB channels and saturation

R 110 of 255 = 43%
G 100 of 255 = 39%
B 156 of 255 = 61%

110
100
156

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

Portions of RGB colors in percentages

R + G + B = 110 + 100 + 156 = 366 (100%)
R 110 of 366 ~ 30.05%
G 100 of 366 ~ 27.32%
B 156 of 366 ~ 42.62'%

%30.05
%27.32
%42.62

CMYK color model

#6E649C color CMYK value is (29,36,0,39).

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

CMYK: (29,36,0,39)
C29M36Y0K39 (29%, 36%, 0%, 39%)
(0.29 / 0.36 / 0.00 / 0.39)

CMYK percentages

%29.49
%35.9
%0
%38.82

Codes

Color #6E649C in popluar color models

6E 64 9C
RGB 110 100 156
HSL 251° 22.05% 50.20%
HSB/HSV 251° 35.90% 61.18%
CMYK 29.49% 35.90% 0.00%
38.82%

Color #6E649C in popluar number systems.

HEX 6E 64 9C
Decimal 110 100 156
Binary 1101110 1100100 10011100
Octal 156 144 234

Shades and tints

Shades of #6E649C

#6E649C
(110,100,156)
#645B8E
(100,91,142)
#5A5280
(90,82,128)
#504972
(80,73,114)
#464064
(70,64,100)
#3C3756
(60,55,86)
#322E48
(50,46,72)
#28253A
(40,37,58)
#1E1C2C
(30,28,44)
#14131E
(20,19,30)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #6E649C

#6E649C
(110,100,156)
#7B72A5
(123,114,165)
#8880AE
(136,128,174)
#958EB7
(149,142,183)
#A29CC0
(162,156,192)
#AFAAC9
(175,170,201)
#BCB8D2
(188,184,210)
#C9C6DB
(201,198,219)
#D6D4E4
(214,212,228)
#E3E2ED
(227,226,237)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E649C; }

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

This text font color is #6E649C.

Background Color

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

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

This div background color is #6E649C.

Border color

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

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

This div border color is #6E649C.

Opacity

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

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

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

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

This text has shadow with #6E649C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E649C.

Preview

Color preview on black background

This text has color #6E649C on black background.


Color preview on white background

This text has color #6E649C on white background.


Black color preview on #6E649C background

This text has black color on #6E649C background.


White color preview on #6E649C background

This text has white color on #6E649C background.


Related colors

Complementary color

Complementary color for #hex is #919B63.


I love getcolorcode.com

Triadic colors

1 #9C6E64 and #649C6E with #6E649C are triadic colors.

2 #9C646E and #646E9C with #6E649C are triadic colors.