COLOR #6D027D

HEX: #6D027D
RGB: (109,2,125)

Color info

#6D027D contains mainly red and blue colors. Web safe color of #6D027D is #660066 (or #606).

RGB color model

#6D027D color RGB value is (109,2,125).

  • red value is 109;
  • green value is 2;
  • blue value is 125.
RGB:
(109,2,125)
(43%,1%,49%)

RGB channels and saturation

R 109 of 255 = 43%
G 2 of 255 = 1%
B 125 of 255 = 49%

109
2
125

R + G + B ~ 31%. #6D027D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 2 + 125 = 236 (100%)
R 109 of 236 ~ 46.19%
G 2 of 236 ~ 0.85%
B 125 of 236 ~ 52.97%

%46.19
%52.97

CMYK color model

#6D027D color CMYK value is (13,98,0,51).

  • cyan value is 12.80%
  • magenta value is 98.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(13,98,0,51)
C13M98Y0K51 
(13%,98%,0%,51%)
(0.13/0.98/0.00/0.51)	

CMYK percentages

%12.8
%98.4
%0
%50.98

Codes

Color #6D027D in popluar color models

6D027D
RGB1092125
HSL292°96.85%24.90%
HSB/HSV292°98.40%49.02%
CMYK12.80%98.40%0.00%
50.98%

Color #6D027D in popluar number systems.

HEX6D027D
Decimal1092125
Binary1101101101111101
Octal1552175

Shades and tints

Shades of #6D027D

#6D027D
(109,2,125)
#640272
(100,2,114)
#5B0267
(91,2,103)
#52025C
(82,2,92)
#490251
(73,2,81)
#400246
(64,2,70)
#37023B
(55,2,59)
#2E0230
(46,2,48)
#250225
(37,2,37)
#1C021A
(28,2,26)
#13020F
(19,2,15)
#000000
(0,0,0)

Tints of #6D027D

#6D027D
(109,2,125)
#7A1988
(122,25,136)
#873093
(135,48,147)
#94479E
(148,71,158)
#A15EA9
(161,94,169)
#AE75B4
(174,117,180)
#BB8CBF
(187,140,191)
#C8A3CA
(200,163,202)
#D5BAD5
(213,186,213)
#E2D1E0
(226,209,224)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D027D color. Also use rgb(109,2,125) instead hex code.

Text Font Color

.myTextColor { color: #6D027D; }

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

This text font color is #6D027D.


Background Color

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

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

This div background color is #6D027D.


Border color

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

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

This div border color is #6D027D.


Opacity

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

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

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

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

This text has shadow with #6D027D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D027D on black background.


Color preview on white background

This text has color #6D027D on white background.



Black color preview on #6D027D background

This text has black color on #6D027D background.


White color preview on #6D027D background

This text has white color on #6D027D background.