COLOR #6C1B6A

HEX: #6C1B6A
RGB: (108,27,106)

Color info

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

RGB color model

#6C1B6A color RGB value is (108,27,106).

  • red value is 108;
  • green value is 27;
  • blue value is 106.
RGB:
(108,27,106)
(42%,11%,42%)

RGB channels and saturation

R 108 of 255 = 42%
G 27 of 255 = 11%
B 106 of 255 = 42%

108
27
106

R + G + B ~ 32%. #6C1B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 27 + 106 = 241 (100%)
R 108 of 241 ~ 44.81%
G 27 of 241 ~ 11.2%
B 106 of 241 ~ 43.98%

%44.81
%11.2
%43.98

CMYK color model

#6C1B6A color CMYK value is (0,75,2,58).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 1.85%
  • key color value is 57.65%
CMYK:
(0,75,2,58)
C0M75Y2K58 
(0%,75%,2%,58%)
(0.00/0.75/0.02/0.58)	

CMYK percentages

%0
%75
%1.85
%57.65

Codes

Color #6C1B6A in popluar color models

6C1B6A
RGB10827106
HSL301°60.00%26.47%
HSB/HSV301°75.00%42.35%
CMYK0.00%75.00%1.85%
57.65%

Color #6C1B6A in popluar number systems.

HEX6C1B6A
Decimal10827106
Binary1101100110111101010
Octal15433152

Shades and tints

Shades of #6C1B6A

#6C1B6A
(108,27,106)
#631961
(99,25,97)
#5A1758
(90,23,88)
#51154F
(81,21,79)
#481346
(72,19,70)
#3F113D
(63,17,61)
#360F34
(54,15,52)
#2D0D2B
(45,13,43)
#240B22
(36,11,34)
#1B0919
(27,9,25)
#120710
(18,7,16)
#000000
(0,0,0)

Tints of #6C1B6A

#6C1B6A
(108,27,106)
#792F77
(121,47,119)
#864384
(134,67,132)
#935791
(147,87,145)
#A06B9E
(160,107,158)
#AD7FAB
(173,127,171)
#BA93B8
(186,147,184)
#C7A7C5
(199,167,197)
#D4BBD2
(212,187,210)
#E1CFDF
(225,207,223)
#EEE3EC
(238,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1B6A color. Also use rgb(108,27,106) instead hex code.

Text Font Color

.myTextColor { color: #6C1B6A; }

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

This text font color is #6C1B6A.


Background Color

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

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

This div background color is #6C1B6A.


Border color

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

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

This div border color is #6C1B6A.


Opacity

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

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

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

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

This text has shadow with #6C1B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1B6A on black background.


Color preview on white background

This text has color #6C1B6A on white background.



Black color preview on #6C1B6A background

This text has black color on #6C1B6A background.


White color preview on #6C1B6A background

This text has white color on #6C1B6A background.