COLOR #6C317D

HEX: #6C317D
RGB: (108,49,125)

Color info

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

RGB color model

#6C317D color RGB value is (108,49,125).

  • red value is 108;
  • green value is 49;
  • blue value is 125.
RGB:
(108,49,125)
(42%,19%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 49 of 255 = 19%
B 125 of 255 = 49%

108
49
125

R + G + B ~ 37%. #6C317D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 49 + 125 = 282 (100%)
R 108 of 282 ~ 38.3%
G 49 of 282 ~ 17.38%
B 125 of 282 ~ 44.33%

%38.3
%17.38
%44.33

CMYK color model

#6C317D color CMYK value is (14,61,0,51).

  • cyan value is 13.60%
  • magenta value is 60.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(14,61,0,51)
C14M61Y0K51 
(14%,61%,0%,51%)
(0.14/0.61/0.00/0.51)	

CMYK percentages

%13.6
%60.8
%0
%50.98

Codes

Color #6C317D in popluar color models

6C317D
RGB10849125
HSL287°43.68%34.12%
HSB/HSV287°60.80%49.02%
CMYK13.60%60.80%0.00%
50.98%

Color #6C317D in popluar number systems.

HEX6C317D
Decimal10849125
Binary11011001100011111101
Octal15461175

Shades and tints

Shades of #6C317D

#6C317D
(108,49,125)
#632D72
(99,45,114)
#5A2967
(90,41,103)
#51255C
(81,37,92)
#482151
(72,33,81)
#3F1D46
(63,29,70)
#36193B
(54,25,59)
#2D1530
(45,21,48)
#241125
(36,17,37)
#1B0D1A
(27,13,26)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #6C317D

#6C317D
(108,49,125)
#794388
(121,67,136)
#865593
(134,85,147)
#93679E
(147,103,158)
#A079A9
(160,121,169)
#AD8BB4
(173,139,180)
#BA9DBF
(186,157,191)
#C7AFCA
(199,175,202)
#D4C1D5
(212,193,213)
#E1D3E0
(225,211,224)
#EEE5EB
(238,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C317D color. Also use rgb(108,49,125) instead hex code.

Text Font Color

.myTextColor { color: #6C317D; }

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

This text font color is #6C317D.


Background Color

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

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

This div background color is #6C317D.


Border color

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

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

This div border color is #6C317D.


Opacity

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

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

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

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

This text has shadow with #6C317D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C317D on black background.


Color preview on white background

This text has color #6C317D on white background.



Black color preview on #6C317D background

This text has black color on #6C317D background.


White color preview on #6C317D background

This text has white color on #6C317D background.