COLOR #6D1E67

HEX: #6D1E67
RGB: (109,30,103)

Color info

#6D1E67 contains mainly red and blue colors. Web safe color of #6D1E67 is #663366 (or #636).

RGB color model

#6D1E67 color RGB value is (109,30,103).

  • red value is 109;
  • green value is 30;
  • blue value is 103.
RGB:
(109,30,103)
(43%,12%,40%)

RGB channels and saturation

R 109 of 255 = 43%
G 30 of 255 = 12%
B 103 of 255 = 40%

109
30
103

R + G + B ~ 32%. #6D1E67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 30 + 103 = 242 (100%)
R 109 of 242 ~ 45.04%
G 30 of 242 ~ 12.4%
B 103 of 242 ~ 42.56%

%45.04
%12.4
%42.56

CMYK color model

#6D1E67 color CMYK value is (0,72,6,57).

  • cyan value is 0.00%
  • magenta value is 72.48%
  • yellow value is 5.50%
  • key color value is 57.25%
CMYK:
(0,72,6,57)
C0M72Y6K57 
(0%,72%,6%,57%)
(0.00/0.72/0.06/0.57)	

CMYK percentages

%0
%72.48
%5.5
%57.25

Codes

Color #6D1E67 in popluar color models

6D1E67
RGB10930103
HSL305°56.83%27.25%
HSB/HSV305°72.48%42.75%
CMYK0.00%72.48%5.50%
57.25%

Color #6D1E67 in popluar number systems.

HEX6D1E67
Decimal10930103
Binary1101101111101100111
Octal15536147

Shades and tints

Shades of #6D1E67

#6D1E67
(109,30,103)
#641C5E
(100,28,94)
#5B1A55
(91,26,85)
#52184C
(82,24,76)
#491643
(73,22,67)
#40143A
(64,20,58)
#371231
(55,18,49)
#2E1028
(46,16,40)
#250E1F
(37,14,31)
#1C0C16
(28,12,22)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #6D1E67

#6D1E67
(109,30,103)
#7A3274
(122,50,116)
#874681
(135,70,129)
#945A8E
(148,90,142)
#A16E9B
(161,110,155)
#AE82A8
(174,130,168)
#BB96B5
(187,150,181)
#C8AAC2
(200,170,194)
#D5BECF
(213,190,207)
#E2D2DC
(226,210,220)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1E67 color. Also use rgb(109,30,103) instead hex code.

Text Font Color

.myTextColor { color: #6D1E67; }

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

This text font color is #6D1E67.


Background Color

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

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

This div background color is #6D1E67.


Border color

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

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

This div border color is #6D1E67.


Opacity

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

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

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

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

This text has shadow with #6D1E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1E67 on black background.


Color preview on white background

This text has color #6D1E67 on white background.



Black color preview on #6D1E67 background

This text has black color on #6D1E67 background.


White color preview on #6D1E67 background

This text has white color on #6D1E67 background.