COLOR #6D6290

HEX: #6D6290
RGB: (109,98,144)

Color info

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

RGB color model

#6D6290 color RGB value is (109,98,144).

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

RGB channels and saturation

R 109 of 255 = 43%
G 98 of 255 = 38%
B 144 of 255 = 56%

109
98
144

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

Portions of RGB colors in percentages

R + G + B =
109 + 98 + 144 = 351 (100%)
R 109 of 351 ~ 31.05%
G 98 of 351 ~ 27.92%
B 144 of 351 ~ 41.03%

%31.05
%27.92
%41.03

CMYK color model

#6D6290 color CMYK value is (24,32,0,44).

  • cyan value is 24.31%
  • magenta value is 31.94%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(24,32,0,44)
C24M32Y0K44 
(24%,32%,0%,44%)
(0.24/0.32/0.00/0.44)	

CMYK percentages

%24.31
%31.94
%0
%43.53

Codes

Color #6D6290 in popluar color models

6D6290
RGB10998144
HSL254°19.01%47.45%
HSB/HSV254°31.94%56.47%
CMYK24.31%31.94%0.00%
43.53%

Color #6D6290 in popluar number systems.

HEX6D6290
Decimal10998144
Binary1101101110001010010000
Octal155142220

Shades and tints

Shades of #6D6290

#6D6290
(109,98,144)
#645A83
(100,90,131)
#5B5276
(91,82,118)
#524A69
(82,74,105)
#49425C
(73,66,92)
#403A4F
(64,58,79)
#373242
(55,50,66)
#2E2A35
(46,42,53)
#252228
(37,34,40)
#1C1A1B
(28,26,27)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #6D6290

#6D6290
(109,98,144)
#7A709A
(122,112,154)
#877EA4
(135,126,164)
#948CAE
(148,140,174)
#A19AB8
(161,154,184)
#AEA8C2
(174,168,194)
#BBB6CC
(187,182,204)
#C8C4D6
(200,196,214)
#D5D2E0
(213,210,224)
#E2E0EA
(226,224,234)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6290; }

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

This text font color is #6D6290.


Background Color

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

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

This div background color is #6D6290.


Border color

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

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

This div border color is #6D6290.


Opacity

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

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

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

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

This text has shadow with #6D6290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6290 on black background.


Color preview on white background

This text has color #6D6290 on white background.



Black color preview on #6D6290 background

This text has black color on #6D6290 background.


White color preview on #6D6290 background

This text has white color on #6D6290 background.