COLOR #6C2F6F

HEX: #6C2F6F
RGB: (108,47,111)

Color info

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

RGB color model

#6C2F6F color RGB value is (108,47,111).

  • red value is 108;
  • green value is 47;
  • blue value is 111.
RGB:
(108,47,111)
(42%,18%,44%)

RGB channels and saturation

R 108 of 255 = 42%
G 47 of 255 = 18%
B 111 of 255 = 44%

108
47
111

R + G + B ~ 35%. #6C2F6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 47 + 111 = 266 (100%)
R 108 of 266 ~ 40.6%
G 47 of 266 ~ 17.67%
B 111 of 266 ~ 41.73%

%40.6
%17.67
%41.73

CMYK color model

#6C2F6F color CMYK value is (3,58,0,56).

  • cyan value is 2.70%
  • magenta value is 57.66%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(3,58,0,56)
C3M58Y0K56 
(3%,58%,0%,56%)
(0.03/0.58/0.00/0.56)	

CMYK percentages

%2.7
%57.66
%0
%56.47

Codes

Color #6C2F6F in popluar color models

6C2F6F
RGB10847111
HSL297°40.51%30.98%
HSB/HSV297°57.66%43.53%
CMYK2.70%57.66%0.00%
56.47%

Color #6C2F6F in popluar number systems.

HEX6C2F6F
Decimal10847111
Binary11011001011111101111
Octal15457157

Shades and tints

Shades of #6C2F6F

#6C2F6F
(108,47,111)
#632B65
(99,43,101)
#5A275B
(90,39,91)
#512351
(81,35,81)
#481F47
(72,31,71)
#3F1B3D
(63,27,61)
#361733
(54,23,51)
#2D1329
(45,19,41)
#240F1F
(36,15,31)
#1B0B15
(27,11,21)
#12070B
(18,7,11)
#000000
(0,0,0)

Tints of #6C2F6F

#6C2F6F
(108,47,111)
#79417C
(121,65,124)
#865389
(134,83,137)
#936596
(147,101,150)
#A077A3
(160,119,163)
#AD89B0
(173,137,176)
#BA9BBD
(186,155,189)
#C7ADCA
(199,173,202)
#D4BFD7
(212,191,215)
#E1D1E4
(225,209,228)
#EEE3F1
(238,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2F6F color. Also use rgb(108,47,111) instead hex code.

Text Font Color

.myTextColor { color: #6C2F6F; }

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

This text font color is #6C2F6F.


Background Color

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

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

This div background color is #6C2F6F.


Border color

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

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

This div border color is #6C2F6F.


Opacity

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

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

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

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

This text has shadow with #6C2F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2F6F on black background.


Color preview on white background

This text has color #6C2F6F on white background.



Black color preview on #6C2F6F background

This text has black color on #6C2F6F background.


White color preview on #6C2F6F background

This text has white color on #6C2F6F background.