COLOR #6C1F85

HEX: #6C1F85
RGB: (108,31,133)

Color info

#6C1F85 contains mainly red and blue colors. Web safe color of #6C1F85 is #663399 (or #639).

RGB color model

#6C1F85 color RGB value is (108,31,133).

  • red value is 108;
  • green value is 31;
  • blue value is 133.
RGB:
(108,31,133)
(42%,12%,52%)

RGB channels and saturation

R 108 of 255 = 42%
G 31 of 255 = 12%
B 133 of 255 = 52%

108
31
133

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

Portions of RGB colors in percentages

R + G + B =
108 + 31 + 133 = 272 (100%)
R 108 of 272 ~ 39.71%
G 31 of 272 ~ 11.4%
B 133 of 272 ~ 48.9%

%39.71
%11.4
%48.9

CMYK color model

#6C1F85 color CMYK value is (19,77,0,48).

  • cyan value is 18.80%
  • magenta value is 76.69%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(19,77,0,48)
C19M77Y0K48 
(19%,77%,0%,48%)
(0.19/0.77/0.00/0.48)	

CMYK percentages

%18.8
%76.69
%0
%47.84

Codes

Color #6C1F85 in popluar color models

6C1F85
RGB10831133
HSL285°62.20%32.16%
HSB/HSV285°76.69%52.16%
CMYK18.80%76.69%0.00%
47.84%

Color #6C1F85 in popluar number systems.

HEX6C1F85
Decimal10831133
Binary11011001111110000101
Octal15437205

Shades and tints

Shades of #6C1F85

#6C1F85
(108,31,133)
#631D79
(99,29,121)
#5A1B6D
(90,27,109)
#511961
(81,25,97)
#481755
(72,23,85)
#3F1549
(63,21,73)
#36133D
(54,19,61)
#2D1131
(45,17,49)
#240F25
(36,15,37)
#1B0D19
(27,13,25)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #6C1F85

#6C1F85
(108,31,133)
#793390
(121,51,144)
#86479B
(134,71,155)
#935BA6
(147,91,166)
#A06FB1
(160,111,177)
#AD83BC
(173,131,188)
#BA97C7
(186,151,199)
#C7ABD2
(199,171,210)
#D4BFDD
(212,191,221)
#E1D3E8
(225,211,232)
#EEE7F3
(238,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1F85 color. Also use rgb(108,31,133) instead hex code.

Text Font Color

.myTextColor { color: #6C1F85; }

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

This text font color is #6C1F85.


Background Color

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

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

This div background color is #6C1F85.


Border color

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

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

This div border color is #6C1F85.


Opacity

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

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

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

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

This text has shadow with #6C1F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1F85 on black background.


Color preview on white background

This text has color #6C1F85 on white background.



Black color preview on #6C1F85 background

This text has black color on #6C1F85 background.


White color preview on #6C1F85 background

This text has white color on #6C1F85 background.