COLOR #6C4874

HEX: #6C4874
RGB: (108,72,116)

Color info

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

RGB color model

#6C4874 color RGB value is (108,72,116).

  • red value is 108;
  • green value is 72;
  • blue value is 116.
RGB:
(108,72,116)
(42%,28%,45%)

RGB channels and saturation

R 108 of 255 = 42%
G 72 of 255 = 28%
B 116 of 255 = 45%

108
72
116

R + G + B ~ 38%. #6C4874 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 72 + 116 = 296 (100%)
R 108 of 296 ~ 36.49%
G 72 of 296 ~ 24.32%
B 116 of 296 ~ 39.19%

%36.49
%24.32
%39.19

CMYK color model

#6C4874 color CMYK value is (7,38,0,55).

  • cyan value is 6.90%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(7,38,0,55)
C7M38Y0K55 
(7%,38%,0%,55%)
(0.07/0.38/0.00/0.55)	

CMYK percentages

%6.9
%37.93
%0
%54.51

Codes

Color #6C4874 in popluar color models

6C4874
RGB10872116
HSL289°23.40%36.86%
HSB/HSV289°37.93%45.49%
CMYK6.90%37.93%0.00%
54.51%

Color #6C4874 in popluar number systems.

HEX6C4874
Decimal10872116
Binary110110010010001110100
Octal154110164

Shades and tints

Shades of #6C4874

#6C4874
(108,72,116)
#63426A
(99,66,106)
#5A3C60
(90,60,96)
#513656
(81,54,86)
#48304C
(72,48,76)
#3F2A42
(63,42,66)
#362438
(54,36,56)
#2D1E2E
(45,30,46)
#241824
(36,24,36)
#1B121A
(27,18,26)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #6C4874

#6C4874
(108,72,116)
#795880
(121,88,128)
#86688C
(134,104,140)
#937898
(147,120,152)
#A088A4
(160,136,164)
#AD98B0
(173,152,176)
#BAA8BC
(186,168,188)
#C7B8C8
(199,184,200)
#D4C8D4
(212,200,212)
#E1D8E0
(225,216,224)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4874 color. Also use rgb(108,72,116) instead hex code.

Text Font Color

.myTextColor { color: #6C4874; }

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

This text font color is #6C4874.


Background Color

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

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

This div background color is #6C4874.


Border color

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

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

This div border color is #6C4874.


Opacity

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

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

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

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

This text has shadow with #6C4874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4874 on black background.


Color preview on white background

This text has color #6C4874 on white background.



Black color preview on #6C4874 background

This text has black color on #6C4874 background.


White color preview on #6C4874 background

This text has white color on #6C4874 background.