COLOR #6C2D64

HEX: #6C2D64
RGB: (108,45,100)

Color info

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

RGB color model

#6C2D64 color RGB value is (108,45,100).

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

RGB channels and saturation

R 108 of 255 = 42%
G 45 of 255 = 18%
B 100 of 255 = 39%

108
45
100

R + G + B ~ 33%. #6C2D64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 45 + 100 = 253 (100%)
R 108 of 253 ~ 42.69%
G 45 of 253 ~ 17.79%
B 100 of 253 ~ 39.53%

%42.69
%17.79
%39.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 7.41%
  • key color value is 57.65%
CMYK:
(0,58,7,58)
C0M58Y7K58 
(0%,58%,7%,58%)
(0.00/0.58/0.07/0.58)	

CMYK percentages

%0
%58.33
%7.41
%57.65

Codes

Color #6C2D64 in popluar color models

6C2D64
RGB10845100
HSL308°41.18%30.00%
HSB/HSV308°58.33%42.35%
CMYK0.00%58.33%7.41%
57.65%

Color #6C2D64 in popluar number systems.

HEX6C2D64
Decimal10845100
Binary11011001011011100100
Octal15455144

Shades and tints

Shades of #6C2D64

#6C2D64
(108,45,100)
#63295B
(99,41,91)
#5A2552
(90,37,82)
#512149
(81,33,73)
#481D40
(72,29,64)
#3F1937
(63,25,55)
#36152E
(54,21,46)
#2D1125
(45,17,37)
#240D1C
(36,13,28)
#1B0913
(27,9,19)
#12050A
(18,5,10)
#000000
(0,0,0)

Tints of #6C2D64

#6C2D64
(108,45,100)
#794072
(121,64,114)
#865380
(134,83,128)
#93668E
(147,102,142)
#A0799C
(160,121,156)
#AD8CAA
(173,140,170)
#BA9FB8
(186,159,184)
#C7B2C6
(199,178,198)
#D4C5D4
(212,197,212)
#E1D8E2
(225,216,226)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2D64; }

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

This text font color is #6C2D64.


Background Color

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

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

This div background color is #6C2D64.


Border color

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

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

This div border color is #6C2D64.


Opacity

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

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

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

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

This text has shadow with #6C2D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2D64 on black background.


Color preview on white background

This text has color #6C2D64 on white background.



Black color preview on #6C2D64 background

This text has black color on #6C2D64 background.


White color preview on #6C2D64 background

This text has white color on #6C2D64 background.