COLOR #6C427C

HEX: #6C427C
RGB: (108,66,124)

Color info

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

RGB color model

#6C427C color RGB value is (108,66,124).

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

RGB channels and saturation

R 108 of 255 = 42%
G 66 of 255 = 26%
B 124 of 255 = 49%

108
66
124

R + G + B ~ 39%. #6C427C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 66 + 124 = 298 (100%)
R 108 of 298 ~ 36.24%
G 66 of 298 ~ 22.15%
B 124 of 298 ~ 41.61%

%36.24
%22.15
%41.61

CMYK color model

#6C427C color CMYK value is (13,47,0,51).

  • cyan value is 12.90%
  • magenta value is 46.77%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(13,47,0,51)
C13M47Y0K51 
(13%,47%,0%,51%)
(0.13/0.47/0.00/0.51)	

CMYK percentages

%12.9
%46.77
%0
%51.37

Codes

Color #6C427C in popluar color models

6C427C
RGB10866124
HSL283°30.53%37.25%
HSB/HSV283°46.77%48.63%
CMYK12.90%46.77%0.00%
51.37%

Color #6C427C in popluar number systems.

HEX6C427C
Decimal10866124
Binary110110010000101111100
Octal154102174

Shades and tints

Shades of #6C427C

#6C427C
(108,66,124)
#633C71
(99,60,113)
#5A3666
(90,54,102)
#51305B
(81,48,91)
#482A50
(72,42,80)
#3F2445
(63,36,69)
#361E3A
(54,30,58)
#2D182F
(45,24,47)
#241224
(36,18,36)
#1B0C19
(27,12,25)
#12060E
(18,6,14)
#000000
(0,0,0)

Tints of #6C427C

#6C427C
(108,66,124)
#795387
(121,83,135)
#866492
(134,100,146)
#93759D
(147,117,157)
#A086A8
(160,134,168)
#AD97B3
(173,151,179)
#BAA8BE
(186,168,190)
#C7B9C9
(199,185,201)
#D4CAD4
(212,202,212)
#E1DBDF
(225,219,223)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C427C; }

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

This text font color is #6C427C.


Background Color

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

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

This div background color is #6C427C.


Border color

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

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

This div border color is #6C427C.


Opacity

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

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

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

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

This text has shadow with #6C427C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C427C on black background.


Color preview on white background

This text has color #6C427C on white background.



Black color preview on #6C427C background

This text has black color on #6C427C background.


White color preview on #6C427C background

This text has white color on #6C427C background.