COLOR #6C417C

HEX: #6C417C
RGB: (108,65,124)

Color info

#6C417C contains red, green and blue colors in about the same proportion. Web safe color of #6C417C is #663366 (or #636).

RGB color model

#6C417C color RGB value is (108,65,124).

  • red value is 108;
  • green value is 65;
  • blue value is 124.
RGB:
(108,65,124)
(42%,25%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 65 of 255 = 25%
B 124 of 255 = 49%

108
65
124

R + G + B ~ 39%. #6C417C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 65 + 124 = 297 (100%)
R 108 of 297 ~ 36.36%
G 65 of 297 ~ 21.89%
B 124 of 297 ~ 41.75%

%36.36
%21.89
%41.75

CMYK color model

#6C417C color CMYK value is (13,48,0,51).

  • cyan value is 12.90%
  • magenta value is 47.58%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(13,48,0,51)
C13M48Y0K51 
(13%,48%,0%,51%)
(0.13/0.48/0.00/0.51)	

CMYK percentages

%12.9
%47.58
%0
%51.37

Codes

Color #6C417C in popluar color models

6C417C
RGB10865124
HSL284°31.22%37.06%
HSB/HSV284°47.58%48.63%
CMYK12.90%47.58%0.00%
51.37%

Color #6C417C in popluar number systems.

HEX6C417C
Decimal10865124
Binary110110010000011111100
Octal154101174

Shades and tints

Shades of #6C417C

#6C417C
(108,65,124)
#633C71
(99,60,113)
#5A3766
(90,55,102)
#51325B
(81,50,91)
#482D50
(72,45,80)
#3F2845
(63,40,69)
#36233A
(54,35,58)
#2D1E2F
(45,30,47)
#241924
(36,25,36)
#1B1419
(27,20,25)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #6C417C

#6C417C
(108,65,124)
#795287
(121,82,135)
#866392
(134,99,146)
#93749D
(147,116,157)
#A085A8
(160,133,168)
#AD96B3
(173,150,179)
#BAA7BE
(186,167,190)
#C7B8C9
(199,184,201)
#D4C9D4
(212,201,212)
#E1DADF
(225,218,223)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C417C color. Also use rgb(108,65,124) instead hex code.

Text Font Color

.myTextColor { color: #6C417C; }

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

This text font color is #6C417C.


Background Color

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

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

This div background color is #6C417C.


Border color

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

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

This div border color is #6C417C.


Opacity

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

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

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

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

This text has shadow with #6C417C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C417C on black background.


Color preview on white background

This text has color #6C417C on white background.



Black color preview on #6C417C background

This text has black color on #6C417C background.


White color preview on #6C417C background

This text has white color on #6C417C background.