COLOR #6D288E

HEX: #6D288E
RGB: (109,40,142)

Color info

#6D288E contains mainly red and blue colors. Web safe color of #6D288E is #663399 (or #639).

RGB color model

#6D288E color RGB value is (109,40,142).

  • red value is 109;
  • green value is 40;
  • blue value is 142.
RGB:
(109,40,142)
(43%,16%,56%)

RGB channels and saturation

R 109 of 255 = 43%
G 40 of 255 = 16%
B 142 of 255 = 56%

109
40
142

R + G + B ~ 38%. #6D288E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 40 + 142 = 291 (100%)
R 109 of 291 ~ 37.46%
G 40 of 291 ~ 13.75%
B 142 of 291 ~ 48.8%

%37.46
%13.75
%48.8

CMYK color model

#6D288E color CMYK value is (23,72,0,44).

  • cyan value is 23.24%
  • magenta value is 71.83%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(23,72,0,44)
C23M72Y0K44 
(23%,72%,0%,44%)
(0.23/0.72/0.00/0.44)	

CMYK percentages

%23.24
%71.83
%0
%44.31

Codes

Color #6D288E in popluar color models

6D288E
RGB10940142
HSL281°56.04%35.69%
HSB/HSV281°71.83%55.69%
CMYK23.24%71.83%0.00%
44.31%

Color #6D288E in popluar number systems.

HEX6D288E
Decimal10940142
Binary110110110100010001110
Octal15550216

Shades and tints

Shades of #6D288E

#6D288E
(109,40,142)
#642582
(100,37,130)
#5B2276
(91,34,118)
#521F6A
(82,31,106)
#491C5E
(73,28,94)
#401952
(64,25,82)
#371646
(55,22,70)
#2E133A
(46,19,58)
#25102E
(37,16,46)
#1C0D22
(28,13,34)
#130A16
(19,10,22)
#000000
(0,0,0)

Tints of #6D288E

#6D288E
(109,40,142)
#7A3B98
(122,59,152)
#874EA2
(135,78,162)
#9461AC
(148,97,172)
#A174B6
(161,116,182)
#AE87C0
(174,135,192)
#BB9ACA
(187,154,202)
#C8ADD4
(200,173,212)
#D5C0DE
(213,192,222)
#E2D3E8
(226,211,232)
#EFE6F2
(239,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D288E color. Also use rgb(109,40,142) instead hex code.

Text Font Color

.myTextColor { color: #6D288E; }

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

This text font color is #6D288E.


Background Color

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

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

This div background color is #6D288E.


Border color

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

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

This div border color is #6D288E.


Opacity

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

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

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

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

This text has shadow with #6D288E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D288E on black background.


Color preview on white background

This text has color #6D288E on white background.



Black color preview on #6D288E background

This text has black color on #6D288E background.


White color preview on #6D288E background

This text has white color on #6D288E background.