COLOR #6C4F7C

HEX: #6C4F7C
RGB: (108,79,124)

Color info

#6C4F7C contains red, green and blue colors in about the same proportion. Web safe color of #6C4F7C is #666666 (or #666).

RGB color model

#6C4F7C color RGB value is (108,79,124).

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

RGB channels and saturation

R 108 of 255 = 42%
G 79 of 255 = 31%
B 124 of 255 = 49%

108
79
124

R + G + B ~ 41%. #6C4F7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
108 + 79 + 124 = 311 (100%)
R 108 of 311 ~ 34.73%
G 79 of 311 ~ 25.4%
B 124 of 311 ~ 39.87%

%34.73
%25.4
%39.87

CMYK color model

#6C4F7C color CMYK value is (13,36,0,51).

  • cyan value is 12.90%
  • magenta value is 36.29%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(13,36,0,51)
C13M36Y0K51 
(13%,36%,0%,51%)
(0.13/0.36/0.00/0.51)	

CMYK percentages

%12.9
%36.29
%0
%51.37

Codes

Color #6C4F7C in popluar color models

6C4F7C
RGB10879124
HSL279°22.17%39.80%
HSB/HSV279°36.29%48.63%
CMYK12.90%36.29%0.00%
51.37%

Color #6C4F7C in popluar number systems.

HEX6C4F7C
Decimal10879124
Binary110110010011111111100
Octal154117174

Shades and tints

Shades of #6C4F7C

#6C4F7C
(108,79,124)
#634871
(99,72,113)
#5A4166
(90,65,102)
#513A5B
(81,58,91)
#483350
(72,51,80)
#3F2C45
(63,44,69)
#36253A
(54,37,58)
#2D1E2F
(45,30,47)
#241724
(36,23,36)
#1B1019
(27,16,25)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #6C4F7C

#6C4F7C
(108,79,124)
#795F87
(121,95,135)
#866F92
(134,111,146)
#937F9D
(147,127,157)
#A08FA8
(160,143,168)
#AD9FB3
(173,159,179)
#BAAFBE
(186,175,190)
#C7BFC9
(199,191,201)
#D4CFD4
(212,207,212)
#E1DFDF
(225,223,223)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4F7C; }

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

This text font color is #6C4F7C.


Background Color

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

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

This div background color is #6C4F7C.


Border color

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

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

This div border color is #6C4F7C.


Opacity

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

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

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

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

This text has shadow with #6C4F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4F7C on black background.


Color preview on white background

This text has color #6C4F7C on white background.



Black color preview on #6C4F7C background

This text has black color on #6C4F7C background.


White color preview on #6C4F7C background

This text has white color on #6C4F7C background.