COLOR #6C4282

HEX: #6C4282
RGB: (108,66,130)

Color info

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

RGB color model

#6C4282 color RGB value is (108,66,130).

  • red value is 108;
  • green value is 66;
  • blue value is 130.
RGB:
(108,66,130)
(42%,26%,51%)

RGB channels and saturation

R 108 of 255 = 42%
G 66 of 255 = 26%
B 130 of 255 = 51%

108
66
130

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

Portions of RGB colors in percentages

R + G + B =
108 + 66 + 130 = 304 (100%)
R 108 of 304 ~ 35.53%
G 66 of 304 ~ 21.71%
B 130 of 304 ~ 42.76%

%35.53
%21.71
%42.76

CMYK color model

#6C4282 color CMYK value is (17,49,0,49).

  • cyan value is 16.92%
  • magenta value is 49.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(17,49,0,49)
C17M49Y0K49 
(17%,49%,0%,49%)
(0.17/0.49/0.00/0.49)	

CMYK percentages

%16.92
%49.23
%0
%49.02

Codes

Color #6C4282 in popluar color models

6C4282
RGB10866130
HSL279°32.65%38.43%
HSB/HSV279°49.23%50.98%
CMYK16.92%49.23%0.00%
49.02%

Color #6C4282 in popluar number systems.

HEX6C4282
Decimal10866130
Binary1101100100001010000010
Octal154102202

Shades and tints

Shades of #6C4282

#6C4282
(108,66,130)
#633C77
(99,60,119)
#5A366C
(90,54,108)
#513061
(81,48,97)
#482A56
(72,42,86)
#3F244B
(63,36,75)
#361E40
(54,30,64)
#2D1835
(45,24,53)
#24122A
(36,18,42)
#1B0C1F
(27,12,31)
#120614
(18,6,20)
#000000
(0,0,0)

Tints of #6C4282

#6C4282
(108,66,130)
#79538D
(121,83,141)
#866498
(134,100,152)
#9375A3
(147,117,163)
#A086AE
(160,134,174)
#AD97B9
(173,151,185)
#BAA8C4
(186,168,196)
#C7B9CF
(199,185,207)
#D4CADA
(212,202,218)
#E1DBE5
(225,219,229)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4282; }

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

This text font color is #6C4282.


Background Color

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

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

This div background color is #6C4282.


Border color

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

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

This div border color is #6C4282.


Opacity

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

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

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

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

This text has shadow with #6C4282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4282 on black background.


Color preview on white background

This text has color #6C4282 on white background.



Black color preview on #6C4282 background

This text has black color on #6C4282 background.


White color preview on #6C4282 background

This text has white color on #6C4282 background.