COLOR #6D6EAE

HEX: #6D6EAE RGB: (109,110,174)

Color info

#6D6EAE contains mainly blue color. Web safe color of #6D6EAE is #666699 (or #669).

RGB color model

#6D6EAE color RGB value is (109,110,174).

RGB: (109,110,174) (43%, 43%, 68%)

RGB channels and saturation

R 109 of 255 = 43%
G 110 of 255 = 43%
B 174 of 255 = 68%

109
110
174

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

Portions of RGB colors in percentages

R + G + B = 109 + 110 + 174 = 393 (100%)
R 109 of 393 ~ 27.74%
G 110 of 393 ~ 27.99%
B 174 of 393 ~ 44.27'%

%27.74
%27.99
%44.27

CMYK color model

#6D6EAE color CMYK value is (37,37,0,32).

  • cyan value is 37.36%
  • magenta value is 36.78%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (37,37,0,32)
C37M37Y0K32 (37%, 37%, 0%, 32%)
(0.37 / 0.37 / 0.00 / 0.32)

CMYK percentages

%37.36
%36.78
%0
%31.76

Codes

Color #6D6EAE in popluar color models

6D 6E AE
RGB 109 110 174
HSL 239° 28.63% 55.49%
HSB/HSV 239° 37.36% 68.24%
CMYK 37.36% 36.78% 0.00%
31.76%

Color #6D6EAE in popluar number systems.

HEX 6D 6E AE
Decimal 109 110 174
Binary 1101101 1101110 10101110
Octal 155 156 256

Shades and tints

Shades of #6D6EAE

#6D6EAE
(109,110,174)
#64649F
(100,100,159)
#5B5A90
(91,90,144)
#525081
(82,80,129)
#494672
(73,70,114)
#403C63
(64,60,99)
#373254
(55,50,84)
#2E2845
(46,40,69)
#251E36
(37,30,54)
#1C1427
(28,20,39)
#130A18
(19,10,24)
#000000
(0,0,0)

Tints of #6D6EAE

#6D6EAE
(109,110,174)
#7A7BB5
(122,123,181)
#8788BC
(135,136,188)
#9495C3
(148,149,195)
#A1A2CA
(161,162,202)
#AEAFD1
(174,175,209)
#BBBCD8
(187,188,216)
#C8C9DF
(200,201,223)
#D5D6E6
(213,214,230)
#E2E3ED
(226,227,237)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6EAE color. Also use rgb(109,110,174) instead hex code.

Text Font Color

.myTextColor { color: #6D6EAE; }

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

This text font color is #6D6EAE.

Background Color

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

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

This div background color is #6D6EAE.

Border color

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

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

This div border color is #6D6EAE.

Opacity

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

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

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

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

This text has shadow with #6D6EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6EAE.

Preview

Color preview on black background

This text has color #6D6EAE on black background.


Color preview on white background

This text has color #6D6EAE on white background.


Black color preview on #6D6EAE background

This text has black color on #6D6EAE background.


White color preview on #6D6EAE background

This text has white color on #6D6EAE background.


Related colors

Complementary color

Complementary color for #hex is #929151.


I love getcolorcode.com

Triadic colors

1 #AE6D6E and #6EAE6D with #6D6EAE are triadic colors.

2 #AE6E6D and #6E6DAE with #6D6EAE are triadic colors.