COLOR #6C1C64

HEX: #6C1C64
RGB: (108,28,100)

Color info

#6C1C64 contains mainly red and blue colors. Web safe color of #6C1C64 is #663366 (or #636).

RGB color model

#6C1C64 color RGB value is (108,28,100).

  • red value is 108;
  • green value is 28;
  • blue value is 100.
RGB:
(108,28,100)
(42%,11%,39%)

RGB channels and saturation

R 108 of 255 = 42%
G 28 of 255 = 11%
B 100 of 255 = 39%

108
28
100

R + G + B ~ 31%. #6C1C64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 28 + 100 = 236 (100%)
R 108 of 236 ~ 45.76%
G 28 of 236 ~ 11.86%
B 100 of 236 ~ 42.37%

%45.76
%11.86
%42.37

CMYK color model

#6C1C64 color CMYK value is (0,74,7,58).

  • cyan value is 0.00%
  • magenta value is 74.07%
  • yellow value is 7.41%
  • key color value is 57.65%
CMYK:
(0,74,7,58)
C0M74Y7K58 
(0%,74%,7%,58%)
(0.00/0.74/0.07/0.58)	

CMYK percentages

%0
%74.07
%7.41
%57.65

Codes

Color #6C1C64 in popluar color models

6C1C64
RGB10828100
HSL306°58.82%26.67%
HSB/HSV306°74.07%42.35%
CMYK0.00%74.07%7.41%
57.65%

Color #6C1C64 in popluar number systems.

HEX6C1C64
Decimal10828100
Binary1101100111001100100
Octal15434144

Shades and tints

Shades of #6C1C64

#6C1C64
(108,28,100)
#631A5B
(99,26,91)
#5A1852
(90,24,82)
#511649
(81,22,73)
#481440
(72,20,64)
#3F1237
(63,18,55)
#36102E
(54,16,46)
#2D0E25
(45,14,37)
#240C1C
(36,12,28)
#1B0A13
(27,10,19)
#12080A
(18,8,10)
#000000
(0,0,0)

Tints of #6C1C64

#6C1C64
(108,28,100)
#793072
(121,48,114)
#864480
(134,68,128)
#93588E
(147,88,142)
#A06C9C
(160,108,156)
#AD80AA
(173,128,170)
#BA94B8
(186,148,184)
#C7A8C6
(199,168,198)
#D4BCD4
(212,188,212)
#E1D0E2
(225,208,226)
#EEE4F0
(238,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1C64 color. Also use rgb(108,28,100) instead hex code.

Text Font Color

.myTextColor { color: #6C1C64; }

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

This text font color is #6C1C64.


Background Color

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

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

This div background color is #6C1C64.


Border color

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

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

This div border color is #6C1C64.


Opacity

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

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

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

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

This text has shadow with #6C1C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1C64 on black background.


Color preview on white background

This text has color #6C1C64 on white background.



Black color preview on #6C1C64 background

This text has black color on #6C1C64 background.


White color preview on #6C1C64 background

This text has white color on #6C1C64 background.