COLOR #6C1455

HEX: #6C1455
RGB: (108,20,85)

Color info

#6C1455 contains mainly red and blue colors. Web safe color of #6C1455 is #660066 (or #606).

RGB color model

#6C1455 color RGB value is (108,20,85).

  • red value is 108;
  • green value is 20;
  • blue value is 85.
RGB:
(108,20,85)
(42%,8%,33%)

RGB channels and saturation

R 108 of 255 = 42%
G 20 of 255 = 8%
B 85 of 255 = 33%

108
20
85

R + G + B ~ 28%. #6C1455 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 20 + 85 = 213 (100%)
R 108 of 213 ~ 50.7%
G 20 of 213 ~ 9.39%
B 85 of 213 ~ 39.91%

%50.7
%39.91

CMYK color model

#6C1455 color CMYK value is (0,81,21,58).

  • cyan value is 0.00%
  • magenta value is 81.48%
  • yellow value is 21.30%
  • key color value is 57.65%
CMYK:
(0,81,21,58)
C0M81Y21K58 
(0%,81%,21%,58%)
(0.00/0.81/0.21/0.58)	

CMYK percentages

%0
%81.48
%21.3
%57.65

Codes

Color #6C1455 in popluar color models

6C1455
RGB1082085
HSL316°68.75%25.10%
HSB/HSV316°81.48%42.35%
CMYK0.00%81.48%21.30%
57.65%

Color #6C1455 in popluar number systems.

HEX6C1455
Decimal1082085
Binary1101100101001010101
Octal15424125

Shades and tints

Shades of #6C1455

#6C1455
(108,20,85)
#63134E
(99,19,78)
#5A1247
(90,18,71)
#511140
(81,17,64)
#481039
(72,16,57)
#3F0F32
(63,15,50)
#360E2B
(54,14,43)
#2D0D24
(45,13,36)
#240C1D
(36,12,29)
#1B0B16
(27,11,22)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #6C1455

#6C1455
(108,20,85)
#792964
(121,41,100)
#863E73
(134,62,115)
#935382
(147,83,130)
#A06891
(160,104,145)
#AD7DA0
(173,125,160)
#BA92AF
(186,146,175)
#C7A7BE
(199,167,190)
#D4BCCD
(212,188,205)
#E1D1DC
(225,209,220)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1455 color. Also use rgb(108,20,85) instead hex code.

Text Font Color

.myTextColor { color: #6C1455; }

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

This text font color is #6C1455.


Background Color

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

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

This div background color is #6C1455.


Border color

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

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

This div border color is #6C1455.


Opacity

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

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

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

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

This text has shadow with #6C1455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1455 on black background.


Color preview on white background

This text has color #6C1455 on white background.



Black color preview on #6C1455 background

This text has black color on #6C1455 background.


White color preview on #6C1455 background

This text has white color on #6C1455 background.