COLOR #6C4287

HEX: #6C4287 RGB: (108,66,135)

Color info

#6C4287 contains mainly red and blue colors. Web safe color of #6C4287 is #663399 (or #639).

RGB color model

#6C4287 color RGB value is (108,66,135).

RGB: (108,66,135) (42%, 26%, 53%)

RGB channels and saturation

R 108 of 255 = 42%
G 66 of 255 = 26%
B 135 of 255 = 53%

108
66
135

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

Portions of RGB colors in percentages

R + G + B = 108 + 66 + 135 = 309 (100%)
R 108 of 309 ~ 34.95%
G 66 of 309 ~ 21.36%
B 135 of 309 ~ 43.69'%

%34.95
%21.36
%43.69

CMYK color model

#6C4287 color CMYK value is (20,51,0,47).

  • cyan value is 20.00%
  • magenta value is 51.11%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK: (20,51,0,47) C20M51Y0K47 (20%,51%,0%,47%) (0.20/0.51/0.00/0.47) 

CMYK percentages

%20
%51.11
%0
%47.06

Codes

Color #6C4287 in popluar color models

6C 42 87
RGB 108 66 135
HSL 277° 34.33% 39.41%
HSB/HSV 277° 51.11% 52.94%
CMYK 20.00% 51.11% 0.00%
47.06%

Color #6C4287 in popluar number systems.

HEX 6C 42 87
Decimal 108 66 135
Binary 1101100 1000010 10000111
Octal 154 102 207

Shades and tints

Shades of #6C4287

#6C4287
(108,66,135)
#633C7B
(99,60,123)
#5A366F
(90,54,111)
#513063
(81,48,99)
#482A57
(72,42,87)
#3F244B
(63,36,75)
#361E3F
(54,30,63)
#2D1833
(45,24,51)
#241227
(36,18,39)
#1B0C1B
(27,12,27)
#12060F
(18,6,15)
#000000
(0,0,0)

Tints of #6C4287

#6C4287
(108,66,135)
#795391
(121,83,145)
#86649B
(134,100,155)
#9375A5
(147,117,165)
#A086AF
(160,134,175)
#AD97B9
(173,151,185)
#BAA8C3
(186,168,195)
#C7B9CD
(199,185,205)
#D4CAD7
(212,202,215)
#E1DBE1
(225,219,225)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4287 color. Also use rgb(108,66,135) instead hex code.

Text Font Color

.myTextColor { color: #6C4287; }

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

This text font color is #6C4287.

Background Color

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

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

This div background color is #6C4287.

Border color

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

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

This div border color is #6C4287.

Opacity

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

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

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

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

This text has shadow with #6C4287 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C4287.

Preview

Color preview on black background

This text has color #6C4287 on black background.


Color preview on white background

This text has color #6C4287 on white background.


Black color preview on #6C4287 background

This text has black color on #6C4287 background.


White color preview on #6C4287 background

This text has white color on #6C4287 background.


Related colors

Complementary color

Complementary color for #hex is #93BD78.


I love getcolorcode.com

Triadic colors

1 #876C42 and #42876C with #6C4287 are triadic colors.

2 #87426C and #426C87 with #6C4287 are triadic colors.