COLOR #6C1B4D

HEX: #6C1B4D RGB: (108,27,77)

Color info

#6C1B4D contains mainly red and blue colors. Web safe color of #6C1B4D is #663333 (or #633).

RGB color model

#6C1B4D color RGB value is (108,27,77).

RGB: (108,27,77) (42%, 11%, 30%)

RGB channels and saturation

R 108 of 255 = 42%
G 27 of 255 = 11%
B 77 of 255 = 30%

108
27
77

R + G + B ~ 28%. #6C1B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 27 + 77 = 212 (100%)
R 108 of 212 ~ 50.94%
G 27 of 212 ~ 12.74%
B 77 of 212 ~ 36.32'%

%50.94
%12.74
%36.32

CMYK color model

#6C1B4D color CMYK value is (0,75,29,58).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 28.70%
  • key color value is 57.65%

CMYK: (0,75,29,58)
C0M75Y29K58 (0%, 75%, 29%, 58%)
(0.00 / 0.75 / 0.29 / 0.58)

CMYK percentages

%0
%75
%28.7
%57.65

Codes

Color #6C1B4D in popluar color models

6C 1B 4D
RGB 108 27 77
HSL 323° 60.00% 26.47%
HSB/HSV 323° 75.00% 42.35%
CMYK 0.00% 75.00% 28.70%
57.65%

Color #6C1B4D in popluar number systems.

HEX 6C 1B 4D
Decimal 108 27 77
Binary 1101100 11011 1001101
Octal 154 33 115

Shades and tints

Shades of #6C1B4D

#6C1B4D
(108,27,77)
#631946
(99,25,70)
#5A173F
(90,23,63)
#511538
(81,21,56)
#481331
(72,19,49)
#3F112A
(63,17,42)
#360F23
(54,15,35)
#2D0D1C
(45,13,28)
#240B15
(36,11,21)
#1B090E
(27,9,14)
#120707
(18,7,7)
#000000
(0,0,0)

Tints of #6C1B4D

#6C1B4D
(108,27,77)
#792F5D
(121,47,93)
#86436D
(134,67,109)
#93577D
(147,87,125)
#A06B8D
(160,107,141)
#AD7F9D
(173,127,157)
#BA93AD
(186,147,173)
#C7A7BD
(199,167,189)
#D4BBCD
(212,187,205)
#E1CFDD
(225,207,221)
#EEE3ED
(238,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1B4D color. Also use rgb(108,27,77) instead hex code.

Text Font Color

.myTextColor { color: #6C1B4D; }

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

This text font color is #6C1B4D.

Background Color

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

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

This div background color is #6C1B4D.

Border color

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

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

This div border color is #6C1B4D.

Opacity

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

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

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

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

This text has shadow with #6C1B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C1B4D.

Preview

Color preview on black background

This text has color #6C1B4D on black background.


Color preview on white background

This text has color #6C1B4D on white background.


Black color preview on #6C1B4D background

This text has black color on #6C1B4D background.


White color preview on #6C1B4D background

This text has white color on #6C1B4D background.


Related colors

Complementary color

Complementary color for #hex is #93E4B2.


I love getcolorcode.com

Triadic colors

1 #4D6C1B and #1B4D6C with #6C1B4D are triadic colors.

2 #4D1B6C and #1B6C4D with #6C1B4D are triadic colors.