COLOR #6C2D7C

HEX: #6C2D7C RGB: (108,45,124)

Color info

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

RGB color model

#6C2D7C color RGB value is (108,45,124).

RGB: (108,45,124) (42%, 18%, 49%)

RGB channels and saturation

R 108 of 255 = 42%
G 45 of 255 = 18%
B 124 of 255 = 49%

108
45
124

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

Portions of RGB colors in percentages

R + G + B = 108 + 45 + 124 = 277 (100%)
R 108 of 277 ~ 38.99%
G 45 of 277 ~ 16.25%
B 124 of 277 ~ 44.77'%

%38.99
%16.25
%44.77

CMYK color model

#6C2D7C color CMYK value is (13,64,0,51).

  • cyan value is 12.90%
  • magenta value is 63.71%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (13,64,0,51)
C13M64Y0K51 (13%, 64%, 0%, 51%)
(0.13 / 0.64 / 0.00 / 0.51)

CMYK percentages

%12.9
%63.71
%0
%51.37

Codes

Color #6C2D7C in popluar color models

6C 2D 7C
RGB 108 45 124
HSL 288° 46.75% 33.14%
HSB/HSV 288° 63.71% 48.63%
CMYK 12.90% 63.71% 0.00%
51.37%

Color #6C2D7C in popluar number systems.

HEX 6C 2D 7C
Decimal 108 45 124
Binary 1101100 101101 1111100
Octal 154 55 174

Shades and tints

Shades of #6C2D7C

#6C2D7C
(108,45,124)
#632971
(99,41,113)
#5A2566
(90,37,102)
#51215B
(81,33,91)
#481D50
(72,29,80)
#3F1945
(63,25,69)
#36153A
(54,21,58)
#2D112F
(45,17,47)
#240D24
(36,13,36)
#1B0919
(27,9,25)
#12050E
(18,5,14)
#000000
(0,0,0)

Tints of #6C2D7C

#6C2D7C
(108,45,124)
#794087
(121,64,135)
#865392
(134,83,146)
#93669D
(147,102,157)
#A079A8
(160,121,168)
#AD8CB3
(173,140,179)
#BA9FBE
(186,159,190)
#C7B2C9
(199,178,201)
#D4C5D4
(212,197,212)
#E1D8DF
(225,216,223)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2D7C color. Also use rgb(108,45,124) instead hex code.

Text Font Color

.myTextColor { color: #6C2D7C; }

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

This text font color is #6C2D7C.

Background Color

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

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

This div background color is #6C2D7C.

Border color

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

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

This div border color is #6C2D7C.

Opacity

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

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

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

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

This text has shadow with #6C2D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C2D7C.

Preview

Color preview on black background

This text has color #6C2D7C on black background.


Color preview on white background

This text has color #6C2D7C on white background.


Black color preview on #6C2D7C background

This text has black color on #6C2D7C background.


White color preview on #6C2D7C background

This text has white color on #6C2D7C background.


Related colors

Complementary color

Complementary color for #hex is #93D283.


I love getcolorcode.com

Triadic colors

1 #7C6C2D and #2D7C6C with #6C2D7C are triadic colors.

2 #7C2D6C and #2D6C7C with #6C2D7C are triadic colors.