COLOR #6C1A42

HEX: #6C1A42
RGB: (108,26,66)

Color info

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

RGB color model

#6C1A42 color RGB value is (108,26,66).

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

RGB channels and saturation

R 108 of 255 = 42%
G 26 of 255 = 10%
B 66 of 255 = 26%

108
26
66

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

Portions of RGB colors in percentages

R + G + B =
108 + 26 + 66 = 200 (100%)
R 108 of 200 ~ 54%
G 26 of 200 ~ 13%
B 66 of 200 ~ 33%

%54
%13
%33

CMYK color model

#6C1A42 color CMYK value is (0,76,39,58).

  • cyan value is 0.00%
  • magenta value is 75.93%
  • yellow value is 38.89%
  • key color value is 57.65%
CMYK:
(0,76,39,58)
C0M76Y39K58 
(0%,76%,39%,58%)
(0.00/0.76/0.39/0.58)	

CMYK percentages

%0
%75.93
%38.89
%57.65

Codes

Color #6C1A42 in popluar color models

6C1A42
RGB1082666
HSL331°61.19%26.27%
HSB/HSV331°75.93%42.35%
CMYK0.00%75.93%38.89%
57.65%

Color #6C1A42 in popluar number systems.

HEX6C1A42
Decimal1082666
Binary1101100110101000010
Octal15432102

Shades and tints

Shades of #6C1A42

#6C1A42
(108,26,66)
#63183C
(99,24,60)
#5A1636
(90,22,54)
#511430
(81,20,48)
#48122A
(72,18,42)
#3F1024
(63,16,36)
#360E1E
(54,14,30)
#2D0C18
(45,12,24)
#240A12
(36,10,18)
#1B080C
(27,8,12)
#120606
(18,6,6)
#000000
(0,0,0)

Tints of #6C1A42

#6C1A42
(108,26,66)
#792E53
(121,46,83)
#864264
(134,66,100)
#935675
(147,86,117)
#A06A86
(160,106,134)
#AD7E97
(173,126,151)
#BA92A8
(186,146,168)
#C7A6B9
(199,166,185)
#D4BACA
(212,186,202)
#E1CEDB
(225,206,219)
#EEE2EC
(238,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1A42 color. Also use rgb(108,26,66) instead hex code.

Text Font Color

.myTextColor { color: #6C1A42; }

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

This text font color is #6C1A42.


Background Color

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

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

This div background color is #6C1A42.


Border color

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

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

This div border color is #6C1A42.


Opacity

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

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

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

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

This text has shadow with #6C1A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1A42 on black background.


Color preview on white background

This text has color #6C1A42 on white background.



Black color preview on #6C1A42 background

This text has black color on #6C1A42 background.


White color preview on #6C1A42 background

This text has white color on #6C1A42 background.