COLOR #6C3874

HEX: #6C3874 RGB: (108,56,116)

Color info

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

RGB color model

#6C3874 color RGB value is (108,56,116).

RGB: (108,56,116) (42%, 22%, 45%)

RGB channels and saturation

R 108 of 255 = 42%
G 56 of 255 = 22%
B 116 of 255 = 45%

108
56
116

R + G + B ~ 36%. #6C3874 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 56 + 116 = 280 (100%)
R 108 of 280 ~ 38.57%
G 56 of 280 ~ 20%
B 116 of 280 ~ 41.43'%

%38.57
%20
%41.43

CMYK color model

#6C3874 color CMYK value is (7,52,0,55).

  • cyan value is 6.90%
  • magenta value is 51.72%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (7,52,0,55)
C7M52Y0K55 (7%, 52%, 0%, 55%)
(0.07 / 0.52 / 0.00 / 0.55)

CMYK percentages

%6.9
%51.72
%0
%54.51

Codes

Color #6C3874 in popluar color models

6C 38 74
RGB 108 56 116
HSL 292° 34.88% 33.73%
HSB/HSV 292° 51.72% 45.49%
CMYK 6.90% 51.72% 0.00%
54.51%

Color #6C3874 in popluar number systems.

HEX 6C 38 74
Decimal 108 56 116
Binary 1101100 111000 1110100
Octal 154 70 164

Shades and tints

Shades of #6C3874

#6C3874
(108,56,116)
#63336A
(99,51,106)
#5A2E60
(90,46,96)
#512956
(81,41,86)
#48244C
(72,36,76)
#3F1F42
(63,31,66)
#361A38
(54,26,56)
#2D152E
(45,21,46)
#241024
(36,16,36)
#1B0B1A
(27,11,26)
#120610
(18,6,16)
#000000
(0,0,0)

Tints of #6C3874

#6C3874
(108,56,116)
#794A80
(121,74,128)
#865C8C
(134,92,140)
#936E98
(147,110,152)
#A080A4
(160,128,164)
#AD92B0
(173,146,176)
#BAA4BC
(186,164,188)
#C7B6C8
(199,182,200)
#D4C8D4
(212,200,212)
#E1DAE0
(225,218,224)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3874; }

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

This text font color is #6C3874.

Background Color

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

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

This div background color is #6C3874.

Border color

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

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

This div border color is #6C3874.

Opacity

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

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

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

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

This text has shadow with #6C3874 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C3874.

Preview

Color preview on black background

This text has color #6C3874 on black background.


Color preview on white background

This text has color #6C3874 on white background.


Black color preview on #6C3874 background

This text has black color on #6C3874 background.


White color preview on #6C3874 background

This text has white color on #6C3874 background.


Related colors

Complementary color

Complementary color for #hex is #93C78B.


I love getcolorcode.com

Triadic colors

1 #746C38 and #38746C with #6C3874 are triadic colors.

2 #74386C and #386C74 with #6C3874 are triadic colors.