COLOR #6C0D44

HEX: #6C0D44
RGB: (108,13,68)

Color info

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

RGB color model

#6C0D44 color RGB value is (108,13,68).

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

RGB channels and saturation

R 108 of 255 = 42%
G 13 of 255 = 5%
B 68 of 255 = 27%

108
13
68

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

Portions of RGB colors in percentages

R + G + B =
108 + 13 + 68 = 189 (100%)
R 108 of 189 ~ 57.14%
G 13 of 189 ~ 6.88%
B 68 of 189 ~ 35.98%

%57.14
%35.98

CMYK color model

#6C0D44 color CMYK value is (0,88,37,58).

  • cyan value is 0.00%
  • magenta value is 87.96%
  • yellow value is 37.04%
  • key color value is 57.65%
CMYK:
(0,88,37,58)
C0M88Y37K58 
(0%,88%,37%,58%)
(0.00/0.88/0.37/0.58)	

CMYK percentages

%0
%87.96
%37.04
%57.65

Codes

Color #6C0D44 in popluar color models

6C0D44
RGB1081368
HSL325°78.51%23.73%
HSB/HSV325°87.96%42.35%
CMYK0.00%87.96%37.04%
57.65%

Color #6C0D44 in popluar number systems.

HEX6C0D44
Decimal1081368
Binary110110011011000100
Octal15415104

Shades and tints

Shades of #6C0D44

#6C0D44
(108,13,68)
#630C3E
(99,12,62)
#5A0B38
(90,11,56)
#510A32
(81,10,50)
#48092C
(72,9,44)
#3F0826
(63,8,38)
#360720
(54,7,32)
#2D061A
(45,6,26)
#240514
(36,5,20)
#1B040E
(27,4,14)
#120308
(18,3,8)
#000000
(0,0,0)

Tints of #6C0D44

#6C0D44
(108,13,68)
#792355
(121,35,85)
#863966
(134,57,102)
#934F77
(147,79,119)
#A06588
(160,101,136)
#AD7B99
(173,123,153)
#BA91AA
(186,145,170)
#C7A7BB
(199,167,187)
#D4BDCC
(212,189,204)
#E1D3DD
(225,211,221)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C0D44; }

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

This text font color is #6C0D44.


Background Color

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

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

This div background color is #6C0D44.


Border color

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

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

This div border color is #6C0D44.


Opacity

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

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

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

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

This text has shadow with #6C0D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C0D44 on black background.


Color preview on white background

This text has color #6C0D44 on white background.



Black color preview on #6C0D44 background

This text has black color on #6C0D44 background.


White color preview on #6C0D44 background

This text has white color on #6C0D44 background.