COLOR #6C113C

HEX: #6C113C
RGB: (108,17,60)

Color info

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

RGB color model

#6C113C color RGB value is (108,17,60).

  • red value is 108;
  • green value is 17;
  • blue value is 60.
RGB:
(108,17,60)
(42%,7%,24%)

RGB channels and saturation

R 108 of 255 = 42%
G 17 of 255 = 7%
B 60 of 255 = 24%

108
17
60

R + G + B ~ 24%. #6C113C is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 17 + 60 = 185 (100%)
R 108 of 185 ~ 58.38%
G 17 of 185 ~ 9.19%
B 60 of 185 ~ 32.43%

%58.38
%32.43

CMYK color model

#6C113C color CMYK value is (0,84,44,58).

  • cyan value is 0.00%
  • magenta value is 84.26%
  • yellow value is 44.44%
  • key color value is 57.65%
CMYK:
(0,84,44,58)
C0M84Y44K58 
(0%,84%,44%,58%)
(0.00/0.84/0.44/0.58)	

CMYK percentages

%0
%84.26
%44.44
%57.65

Codes

Color #6C113C in popluar color models

6C113C
RGB1081760
HSL332°72.80%24.51%
HSB/HSV332°84.26%42.35%
CMYK0.00%84.26%44.44%
57.65%

Color #6C113C in popluar number systems.

HEX6C113C
Decimal1081760
Binary110110010001111100
Octal1542174

Shades and tints

Shades of #6C113C

#6C113C
(108,17,60)
#631037
(99,16,55)
#5A0F32
(90,15,50)
#510E2D
(81,14,45)
#480D28
(72,13,40)
#3F0C23
(63,12,35)
#360B1E
(54,11,30)
#2D0A19
(45,10,25)
#240914
(36,9,20)
#1B080F
(27,8,15)
#12070A
(18,7,10)
#000000
(0,0,0)

Tints of #6C113C

#6C113C
(108,17,60)
#79264D
(121,38,77)
#863B5E
(134,59,94)
#93506F
(147,80,111)
#A06580
(160,101,128)
#AD7A91
(173,122,145)
#BA8FA2
(186,143,162)
#C7A4B3
(199,164,179)
#D4B9C4
(212,185,196)
#E1CED5
(225,206,213)
#EEE3E6
(238,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C113C color. Also use rgb(108,17,60) instead hex code.

Text Font Color

.myTextColor { color: #6C113C; }

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

This text font color is #6C113C.


Background Color

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

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

This div background color is #6C113C.


Border color

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

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

This div border color is #6C113C.


Opacity

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

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

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

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

This text has shadow with #6C113C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C113C on black background.


Color preview on white background

This text has color #6C113C on white background.



Black color preview on #6C113C background

This text has black color on #6C113C background.


White color preview on #6C113C background

This text has white color on #6C113C background.