COLOR #6D6299

HEX: #6D6299
RGB: (109,98,153)

Color info

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

RGB color model

#6D6299 color RGB value is (109,98,153).

  • red value is 109;
  • green value is 98;
  • blue value is 153.
RGB:
(109,98,153)
(43%,38%,60%)

RGB channels and saturation

R 109 of 255 = 43%
G 98 of 255 = 38%
B 153 of 255 = 60%

109
98
153

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

Portions of RGB colors in percentages

R + G + B =
109 + 98 + 153 = 360 (100%)
R 109 of 360 ~ 30.28%
G 98 of 360 ~ 27.22%
B 153 of 360 ~ 42.5%

%30.28
%27.22
%42.5

CMYK color model

#6D6299 color CMYK value is (29,36,0,40).

  • cyan value is 28.76%
  • magenta value is 35.95%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(29,36,0,40)
C29M36Y0K40 
(29%,36%,0%,40%)
(0.29/0.36/0.00/0.40)	

CMYK percentages

%28.76
%35.95
%0
%40

Codes

Color #6D6299 in popluar color models

6D6299
RGB10998153
HSL252°21.91%49.22%
HSB/HSV252°35.95%60.00%
CMYK28.76%35.95%0.00%
40.00%

Color #6D6299 in popluar number systems.

HEX6D6299
Decimal10998153
Binary1101101110001010011001
Octal155142231

Shades and tints

Shades of #6D6299

#6D6299
(109,98,153)
#645A8C
(100,90,140)
#5B527F
(91,82,127)
#524A72
(82,74,114)
#494265
(73,66,101)
#403A58
(64,58,88)
#37324B
(55,50,75)
#2E2A3E
(46,42,62)
#252231
(37,34,49)
#1C1A24
(28,26,36)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #6D6299

#6D6299
(109,98,153)
#7A70A2
(122,112,162)
#877EAB
(135,126,171)
#948CB4
(148,140,180)
#A19ABD
(161,154,189)
#AEA8C6
(174,168,198)
#BBB6CF
(187,182,207)
#C8C4D8
(200,196,216)
#D5D2E1
(213,210,225)
#E2E0EA
(226,224,234)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6299; }

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

This text font color is #6D6299.


Background Color

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

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

This div background color is #6D6299.


Border color

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

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

This div border color is #6D6299.


Opacity

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

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

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

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

This text has shadow with #6D6299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6299 on black background.


Color preview on white background

This text has color #6D6299 on white background.



Black color preview on #6D6299 background

This text has black color on #6D6299 background.


White color preview on #6D6299 background

This text has white color on #6D6299 background.