COLOR #6D619E

HEX: #6D619E
RGB: (109,97,158)

Color info

#6D619E contains mainly red and blue colors. Web safe color of #6D619E is #666699 (or #669).

RGB color model

#6D619E color RGB value is (109,97,158).

  • red value is 109;
  • green value is 97;
  • blue value is 158.
RGB:
(109,97,158)
(43%,38%,62%)

RGB channels and saturation

R 109 of 255 = 43%
G 97 of 255 = 38%
B 158 of 255 = 62%

109
97
158

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

Portions of RGB colors in percentages

R + G + B =
109 + 97 + 158 = 364 (100%)
R 109 of 364 ~ 29.95%
G 97 of 364 ~ 26.65%
B 158 of 364 ~ 43.41%

%29.95
%26.65
%43.41

CMYK color model

#6D619E color CMYK value is (31,39,0,38).

  • cyan value is 31.01%
  • magenta value is 38.61%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(31,39,0,38)
C31M39Y0K38 
(31%,39%,0%,38%)
(0.31/0.39/0.00/0.38)	

CMYK percentages

%31.01
%38.61
%0
%38.04

Codes

Color #6D619E in popluar color models

6D619E
RGB10997158
HSL252°23.92%50.00%
HSB/HSV252°38.61%61.96%
CMYK31.01%38.61%0.00%
38.04%

Color #6D619E in popluar number systems.

HEX6D619E
Decimal10997158
Binary1101101110000110011110
Octal155141236

Shades and tints

Shades of #6D619E

#6D619E
(109,97,158)
#645990
(100,89,144)
#5B5182
(91,81,130)
#524974
(82,73,116)
#494166
(73,65,102)
#403958
(64,57,88)
#37314A
(55,49,74)
#2E293C
(46,41,60)
#25212E
(37,33,46)
#1C1920
(28,25,32)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #6D619E

#6D619E
(109,97,158)
#7A6FA6
(122,111,166)
#877DAE
(135,125,174)
#948BB6
(148,139,182)
#A199BE
(161,153,190)
#AEA7C6
(174,167,198)
#BBB5CE
(187,181,206)
#C8C3D6
(200,195,214)
#D5D1DE
(213,209,222)
#E2DFE6
(226,223,230)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D619E color. Also use rgb(109,97,158) instead hex code.

Text Font Color

.myTextColor { color: #6D619E; }

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

This text font color is #6D619E.


Background Color

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

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

This div background color is #6D619E.


Border color

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

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

This div border color is #6D619E.


Opacity

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

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

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

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

This text has shadow with #6D619E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D619E on black background.


Color preview on white background

This text has color #6D619E on white background.



Black color preview on #6D619E background

This text has black color on #6D619E background.


White color preview on #6D619E background

This text has white color on #6D619E background.