COLOR #6C193F

HEX: #6C193F
RGB: (108,25,63)

Color info

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

RGB color model

#6C193F color RGB value is (108,25,63).

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

RGB channels and saturation

R 108 of 255 = 42%
G 25 of 255 = 10%
B 63 of 255 = 25%

108
25
63

R + G + B ~ 26%. #6C193F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 25 + 63 = 196 (100%)
R 108 of 196 ~ 55.1%
G 25 of 196 ~ 12.76%
B 63 of 196 ~ 32.14%

%55.1
%12.76
%32.14

CMYK color model

#6C193F color CMYK value is (0,77,42,58).

  • cyan value is 0.00%
  • magenta value is 76.85%
  • yellow value is 41.67%
  • key color value is 57.65%
CMYK:
(0,77,42,58)
C0M77Y42K58 
(0%,77%,42%,58%)
(0.00/0.77/0.42/0.58)	

CMYK percentages

%0
%76.85
%41.67
%57.65

Codes

Color #6C193F in popluar color models

6C193F
RGB1082563
HSL333°62.41%26.08%
HSB/HSV333°76.85%42.35%
CMYK0.00%76.85%41.67%
57.65%

Color #6C193F in popluar number systems.

HEX6C193F
Decimal1082563
Binary110110011001111111
Octal1543177

Shades and tints

Shades of #6C193F

#6C193F
(108,25,63)
#63173A
(99,23,58)
#5A1535
(90,21,53)
#511330
(81,19,48)
#48112B
(72,17,43)
#3F0F26
(63,15,38)
#360D21
(54,13,33)
#2D0B1C
(45,11,28)
#240917
(36,9,23)
#1B0712
(27,7,18)
#12050D
(18,5,13)
#000000
(0,0,0)

Tints of #6C193F

#6C193F
(108,25,63)
#792D50
(121,45,80)
#864161
(134,65,97)
#935572
(147,85,114)
#A06983
(160,105,131)
#AD7D94
(173,125,148)
#BA91A5
(186,145,165)
#C7A5B6
(199,165,182)
#D4B9C7
(212,185,199)
#E1CDD8
(225,205,216)
#EEE1E9
(238,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C193F; }

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

This text font color is #6C193F.


Background Color

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

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

This div background color is #6C193F.


Border color

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

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

This div border color is #6C193F.


Opacity

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

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

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

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

This text has shadow with #6C193F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C193F on black background.


Color preview on white background

This text has color #6C193F on white background.



Black color preview on #6C193F background

This text has black color on #6C193F background.


White color preview on #6C193F background

This text has white color on #6C193F background.