COLOR #6C1949

HEX: #6C1949
RGB: (108,25,73)

Color info

#6C1949 contains mainly red and blue colors. Web safe color of #6C1949 is #660033 (or #603).

RGB color model

#6C1949 color RGB value is (108,25,73).

  • red value is 108;
  • green value is 25;
  • blue value is 73.
RGB:
(108,25,73)
(42%,10%,29%)

RGB channels and saturation

R 108 of 255 = 42%
G 25 of 255 = 10%
B 73 of 255 = 29%

108
25
73

R + G + B ~ 27%. #6C1949 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 25 + 73 = 206 (100%)
R 108 of 206 ~ 52.43%
G 25 of 206 ~ 12.14%
B 73 of 206 ~ 35.44%

%52.43
%12.14
%35.44

CMYK color model

#6C1949 color CMYK value is (0,77,32,58).

  • cyan value is 0.00%
  • magenta value is 76.85%
  • yellow value is 32.41%
  • key color value is 57.65%
CMYK:
(0,77,32,58)
C0M77Y32K58 
(0%,77%,32%,58%)
(0.00/0.77/0.32/0.58)	

CMYK percentages

%0
%76.85
%32.41
%57.65

Codes

Color #6C1949 in popluar color models

6C1949
RGB1082573
HSL325°62.41%26.08%
HSB/HSV325°76.85%42.35%
CMYK0.00%76.85%32.41%
57.65%

Color #6C1949 in popluar number systems.

HEX6C1949
Decimal1082573
Binary1101100110011001001
Octal15431111

Shades and tints

Shades of #6C1949

#6C1949
(108,25,73)
#631743
(99,23,67)
#5A153D
(90,21,61)
#511337
(81,19,55)
#481131
(72,17,49)
#3F0F2B
(63,15,43)
#360D25
(54,13,37)
#2D0B1F
(45,11,31)
#240919
(36,9,25)
#1B0713
(27,7,19)
#12050D
(18,5,13)
#000000
(0,0,0)

Tints of #6C1949

#6C1949
(108,25,73)
#792D59
(121,45,89)
#864169
(134,65,105)
#935579
(147,85,121)
#A06989
(160,105,137)
#AD7D99
(173,125,153)
#BA91A9
(186,145,169)
#C7A5B9
(199,165,185)
#D4B9C9
(212,185,201)
#E1CDD9
(225,205,217)
#EEE1E9
(238,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1949 color. Also use rgb(108,25,73) instead hex code.

Text Font Color

.myTextColor { color: #6C1949; }

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

This text font color is #6C1949.


Background Color

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

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

This div background color is #6C1949.


Border color

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

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

This div border color is #6C1949.


Opacity

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

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

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

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

This text has shadow with #6C1949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1949 on black background.


Color preview on white background

This text has color #6C1949 on white background.



Black color preview on #6C1949 background

This text has black color on #6C1949 background.


White color preview on #6C1949 background

This text has white color on #6C1949 background.