COLOR #6C1D64

HEX: #6C1D64
RGB: (108,29,100)

Color info

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

RGB color model

#6C1D64 color RGB value is (108,29,100).

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

RGB channels and saturation

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

108
29
100

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

Portions of RGB colors in percentages

R + G + B =
108 + 29 + 100 = 237 (100%)
R 108 of 237 ~ 45.57%
G 29 of 237 ~ 12.24%
B 100 of 237 ~ 42.19%

%45.57
%12.24
%42.19

CMYK color model

#6C1D64 color CMYK value is (0,73,7,58).

  • cyan value is 0.00%
  • magenta value is 73.15%
  • yellow value is 7.41%
  • key color value is 57.65%
CMYK:
(0,73,7,58)
C0M73Y7K58 
(0%,73%,7%,58%)
(0.00/0.73/0.07/0.58)	

CMYK percentages

%0
%73.15
%7.41
%57.65

Codes

Color #6C1D64 in popluar color models

6C1D64
RGB10829100
HSL306°57.66%26.86%
HSB/HSV306°73.15%42.35%
CMYK0.00%73.15%7.41%
57.65%

Color #6C1D64 in popluar number systems.

HEX6C1D64
Decimal10829100
Binary1101100111011100100
Octal15435144

Shades and tints

Shades of #6C1D64

#6C1D64
(108,29,100)
#631B5B
(99,27,91)
#5A1952
(90,25,82)
#511749
(81,23,73)
#481540
(72,21,64)
#3F1337
(63,19,55)
#36112E
(54,17,46)
#2D0F25
(45,15,37)
#240D1C
(36,13,28)
#1B0B13
(27,11,19)
#12090A
(18,9,10)
#000000
(0,0,0)

Tints of #6C1D64

#6C1D64
(108,29,100)
#793172
(121,49,114)
#864580
(134,69,128)
#93598E
(147,89,142)
#A06D9C
(160,109,156)
#AD81AA
(173,129,170)
#BA95B8
(186,149,184)
#C7A9C6
(199,169,198)
#D4BDD4
(212,189,212)
#E1D1E2
(225,209,226)
#EEE5F0
(238,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C1D64; }

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

This text font color is #6C1D64.


Background Color

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

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

This div background color is #6C1D64.


Border color

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

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

This div border color is #6C1D64.


Opacity

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

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

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

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

This text has shadow with #6C1D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1D64 on black background.


Color preview on white background

This text has color #6C1D64 on white background.



Black color preview on #6C1D64 background

This text has black color on #6C1D64 background.


White color preview on #6C1D64 background

This text has white color on #6C1D64 background.