COLOR #6D6295

HEX: #6D6295 RGB: (109,98,149)

Color info

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

RGB color model

#6D6295 color RGB value is (109,98,149).

RGB: (109,98,149) (43%, 38%, 58%)

RGB channels and saturation

R 109 of 255 = 43%
G 98 of 255 = 38%
B 149 of 255 = 58%

109
98
149

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

Portions of RGB colors in percentages

R + G + B = 109 + 98 + 149 = 356 (100%)
R 109 of 356 ~ 30.62%
G 98 of 356 ~ 27.53%
B 149 of 356 ~ 41.85'%

%30.62
%27.53
%41.85

CMYK color model

#6D6295 color CMYK value is (27,34,0,42).

  • cyan value is 26.85%
  • magenta value is 34.23%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (27,34,0,42)
C27M34Y0K42 (27%, 34%, 0%, 42%)
(0.27 / 0.34 / 0.00 / 0.42)

CMYK percentages

%26.85
%34.23
%0
%41.57

Codes

Color #6D6295 in popluar color models

6D 62 95
RGB 109 98 149
HSL 253° 20.65% 48.43%
HSB/HSV 253° 34.23% 58.43%
CMYK 26.85% 34.23% 0.00%
41.57%

Color #6D6295 in popluar number systems.

HEX 6D 62 95
Decimal 109 98 149
Binary 1101101 1100010 10010101
Octal 155 142 225

Shades and tints

Shades of #6D6295

#6D6295
(109,98,149)
#645A88
(100,90,136)
#5B527B
(91,82,123)
#524A6E
(82,74,110)
#494261
(73,66,97)
#403A54
(64,58,84)
#373247
(55,50,71)
#2E2A3A
(46,42,58)
#25222D
(37,34,45)
#1C1A20
(28,26,32)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #6D6295

#6D6295
(109,98,149)
#7A709E
(122,112,158)
#877EA7
(135,126,167)
#948CB0
(148,140,176)
#A19AB9
(161,154,185)
#AEA8C2
(174,168,194)
#BBB6CB
(187,182,203)
#C8C4D4
(200,196,212)
#D5D2DD
(213,210,221)
#E2E0E6
(226,224,230)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6295 color. Also use rgb(109,98,149) instead hex code.

Text Font Color

.myTextColor { color: #6D6295; }

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

This text font color is #6D6295.

Background Color

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

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

This div background color is #6D6295.

Border color

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

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

This div border color is #6D6295.

Opacity

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

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

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

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

This text has shadow with #6D6295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6295.

Preview

Color preview on black background

This text has color #6D6295 on black background.


Color preview on white background

This text has color #6D6295 on white background.


Black color preview on #6D6295 background

This text has black color on #6D6295 background.


White color preview on #6D6295 background

This text has white color on #6D6295 background.


Related colors

Complementary color

Complementary color for #hex is #929D6A.


I love getcolorcode.com

Triadic colors

1 #956D62 and #62956D with #6D6295 are triadic colors.

2 #95626D and #626D95 with #6D6295 are triadic colors.