COLOR #6C1344

HEX: #6C1344
RGB: (108,19,68)

Color info

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

RGB color model

#6C1344 color RGB value is (108,19,68).

  • red value is 108;
  • green value is 19;
  • blue value is 68.
RGB:
(108,19,68)
(42%,7%,27%)

RGB channels and saturation

R 108 of 255 = 42%
G 19 of 255 = 7%
B 68 of 255 = 27%

108
19
68

R + G + B ~ 25%. #6C1344 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 19 + 68 = 195 (100%)
R 108 of 195 ~ 55.38%
G 19 of 195 ~ 9.74%
B 68 of 195 ~ 34.87%

%55.38
%9.74
%34.87

CMYK color model

#6C1344 color CMYK value is (0,82,37,58).

  • cyan value is 0.00%
  • magenta value is 82.41%
  • yellow value is 37.04%
  • key color value is 57.65%
CMYK:
(0,82,37,58)
C0M82Y37K58 
(0%,82%,37%,58%)
(0.00/0.82/0.37/0.58)	

CMYK percentages

%0
%82.41
%37.04
%57.65

Codes

Color #6C1344 in popluar color models

6C1344
RGB1081968
HSL327°70.08%24.90%
HSB/HSV327°82.41%42.35%
CMYK0.00%82.41%37.04%
57.65%

Color #6C1344 in popluar number systems.

HEX6C1344
Decimal1081968
Binary1101100100111000100
Octal15423104

Shades and tints

Shades of #6C1344

#6C1344
(108,19,68)
#63123E
(99,18,62)
#5A1138
(90,17,56)
#511032
(81,16,50)
#480F2C
(72,15,44)
#3F0E26
(63,14,38)
#360D20
(54,13,32)
#2D0C1A
(45,12,26)
#240B14
(36,11,20)
#1B0A0E
(27,10,14)
#120908
(18,9,8)
#000000
(0,0,0)

Tints of #6C1344

#6C1344
(108,19,68)
#792855
(121,40,85)
#863D66
(134,61,102)
#935277
(147,82,119)
#A06788
(160,103,136)
#AD7C99
(173,124,153)
#BA91AA
(186,145,170)
#C7A6BB
(199,166,187)
#D4BBCC
(212,187,204)
#E1D0DD
(225,208,221)
#EEE5EE
(238,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1344 color. Also use rgb(108,19,68) instead hex code.

Text Font Color

.myTextColor { color: #6C1344; }

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

This text font color is #6C1344.


Background Color

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

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

This div background color is #6C1344.


Border color

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

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

This div border color is #6C1344.


Opacity

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

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

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

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

This text has shadow with #6C1344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1344 on black background.


Color preview on white background

This text has color #6C1344 on white background.



Black color preview on #6C1344 background

This text has black color on #6C1344 background.


White color preview on #6C1344 background

This text has white color on #6C1344 background.