COLOR #6D618A

HEX: #6D618A
RGB: (109,97,138)

Color info

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

RGB color model

#6D618A color RGB value is (109,97,138).

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

RGB channels and saturation

R 109 of 255 = 43%
G 97 of 255 = 38%
B 138 of 255 = 54%

109
97
138

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

Portions of RGB colors in percentages

R + G + B =
109 + 97 + 138 = 344 (100%)
R 109 of 344 ~ 31.69%
G 97 of 344 ~ 28.2%
B 138 of 344 ~ 40.12%

%31.69
%28.2
%40.12

CMYK color model

#6D618A color CMYK value is (21,30,0,46).

  • cyan value is 21.01%
  • magenta value is 29.71%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(21,30,0,46)
C21M30Y0K46 
(21%,30%,0%,46%)
(0.21/0.30/0.00/0.46)	

CMYK percentages

%21.01
%29.71
%0
%45.88

Codes

Color #6D618A in popluar color models

6D618A
RGB10997138
HSL258°17.45%46.08%
HSB/HSV258°29.71%54.12%
CMYK21.01%29.71%0.00%
45.88%

Color #6D618A in popluar number systems.

HEX6D618A
Decimal10997138
Binary1101101110000110001010
Octal155141212

Shades and tints

Shades of #6D618A

#6D618A
(109,97,138)
#64597E
(100,89,126)
#5B5172
(91,81,114)
#524966
(82,73,102)
#49415A
(73,65,90)
#40394E
(64,57,78)
#373142
(55,49,66)
#2E2936
(46,41,54)
#25212A
(37,33,42)
#1C191E
(28,25,30)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #6D618A

#6D618A
(109,97,138)
#7A6F94
(122,111,148)
#877D9E
(135,125,158)
#948BA8
(148,139,168)
#A199B2
(161,153,178)
#AEA7BC
(174,167,188)
#BBB5C6
(187,181,198)
#C8C3D0
(200,195,208)
#D5D1DA
(213,209,218)
#E2DFE4
(226,223,228)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D618A; }

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

This text font color is #6D618A.


Background Color

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

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

This div background color is #6D618A.


Border color

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

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

This div border color is #6D618A.


Opacity

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

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

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

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

This text has shadow with #6D618A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D618A on black background.


Color preview on white background

This text has color #6D618A on white background.



Black color preview on #6D618A background

This text has black color on #6D618A background.


White color preview on #6D618A background

This text has white color on #6D618A background.