COLOR #6D267C

HEX: #6D267C RGB: (109,38,124)

Color info

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

RGB color model

#6D267C color RGB value is (109,38,124).

RGB: (109,38,124) (43%, 15%, 49%)

RGB channels and saturation

R 109 of 255 = 43%
G 38 of 255 = 15%
B 124 of 255 = 49%

109
38
124

R + G + B ~ 36%. #6D267C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 38 + 124 = 271 (100%)
R 109 of 271 ~ 40.22%
G 38 of 271 ~ 14.02%
B 124 of 271 ~ 45.76'%

%40.22
%14.02
%45.76

CMYK color model

#6D267C color CMYK value is (12,69,0,51).

  • cyan value is 12.10%
  • magenta value is 69.35%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (12,69,0,51)
C12M69Y0K51 (12%, 69%, 0%, 51%)
(0.12 / 0.69 / 0.00 / 0.51)

CMYK percentages

%12.1
%69.35
%0
%51.37

Codes

Color #6D267C in popluar color models

6D 26 7C
RGB 109 38 124
HSL 290° 53.09% 31.76%
HSB/HSV 290° 69.35% 48.63%
CMYK 12.10% 69.35% 0.00%
51.37%

Color #6D267C in popluar number systems.

HEX 6D 26 7C
Decimal 109 38 124
Binary 1101101 100110 1111100
Octal 155 46 174

Shades and tints

Shades of #6D267C

#6D267C
(109,38,124)
#642371
(100,35,113)
#5B2066
(91,32,102)
#521D5B
(82,29,91)
#491A50
(73,26,80)
#401745
(64,23,69)
#37143A
(55,20,58)
#2E112F
(46,17,47)
#250E24
(37,14,36)
#1C0B19
(28,11,25)
#13080E
(19,8,14)
#000000
(0,0,0)

Tints of #6D267C

#6D267C
(109,38,124)
#7A3987
(122,57,135)
#874C92
(135,76,146)
#945F9D
(148,95,157)
#A172A8
(161,114,168)
#AE85B3
(174,133,179)
#BB98BE
(187,152,190)
#C8ABC9
(200,171,201)
#D5BED4
(213,190,212)
#E2D1DF
(226,209,223)
#EFE4EA
(239,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D267C color. Also use rgb(109,38,124) instead hex code.

Text Font Color

.myTextColor { color: #6D267C; }

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

This text font color is #6D267C.

Background Color

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

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

This div background color is #6D267C.

Border color

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

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

This div border color is #6D267C.

Opacity

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

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

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

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

This text has shadow with #6D267C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D267C.

Preview

Color preview on black background

This text has color #6D267C on black background.


Color preview on white background

This text has color #6D267C on white background.


Black color preview on #6D267C background

This text has black color on #6D267C background.


White color preview on #6D267C background

This text has white color on #6D267C background.


Related colors

Complementary color

Complementary color for #hex is #92D983.


I love getcolorcode.com

Triadic colors

1 #7C6D26 and #267C6D with #6D267C are triadic colors.

2 #7C266D and #266D7C with #6D267C are triadic colors.