COLOR #6D598C

HEX: #6D598C
RGB: (109,89,140)

Color info

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

RGB color model

#6D598C color RGB value is (109,89,140).

  • red value is 109;
  • green value is 89;
  • blue value is 140.
RGB:
(109,89,140)
(43%,35%,55%)

RGB channels and saturation

R 109 of 255 = 43%
G 89 of 255 = 35%
B 140 of 255 = 55%

109
89
140

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

Portions of RGB colors in percentages

R + G + B =
109 + 89 + 140 = 338 (100%)
R 109 of 338 ~ 32.25%
G 89 of 338 ~ 26.33%
B 140 of 338 ~ 41.42%

%32.25
%26.33
%41.42

CMYK color model

#6D598C color CMYK value is (22,36,0,45).

  • cyan value is 22.14%
  • magenta value is 36.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(22,36,0,45)
C22M36Y0K45 
(22%,36%,0%,45%)
(0.22/0.36/0.00/0.45)	

CMYK percentages

%22.14
%36.43
%0
%45.1

Codes

Color #6D598C in popluar color models

6D598C
RGB10989140
HSL264°22.27%44.90%
HSB/HSV264°36.43%54.90%
CMYK22.14%36.43%0.00%
45.10%

Color #6D598C in popluar number systems.

HEX6D598C
Decimal10989140
Binary1101101101100110001100
Octal155131214

Shades and tints

Shades of #6D598C

#6D598C
(109,89,140)
#645180
(100,81,128)
#5B4974
(91,73,116)
#524168
(82,65,104)
#49395C
(73,57,92)
#403150
(64,49,80)
#372944
(55,41,68)
#2E2138
(46,33,56)
#25192C
(37,25,44)
#1C1120
(28,17,32)
#130914
(19,9,20)
#000000
(0,0,0)

Tints of #6D598C

#6D598C
(109,89,140)
#7A6896
(122,104,150)
#8777A0
(135,119,160)
#9486AA
(148,134,170)
#A195B4
(161,149,180)
#AEA4BE
(174,164,190)
#BBB3C8
(187,179,200)
#C8C2D2
(200,194,210)
#D5D1DC
(213,209,220)
#E2E0E6
(226,224,230)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D598C color. Also use rgb(109,89,140) instead hex code.

Text Font Color

.myTextColor { color: #6D598C; }

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

This text font color is #6D598C.


Background Color

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

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

This div background color is #6D598C.


Border color

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

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

This div border color is #6D598C.


Opacity

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

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

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

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

This text has shadow with #6D598C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D598C on black background.


Color preview on white background

This text has color #6D598C on white background.



Black color preview on #6D598C background

This text has black color on #6D598C background.


White color preview on #6D598C background

This text has white color on #6D598C background.