COLOR #6C427D

HEX: #6C427D
RGB: (108,66,125)

Color info

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

RGB color model

#6C427D color RGB value is (108,66,125).

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

RGB channels and saturation

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

108
66
125

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

Portions of RGB colors in percentages

R + G + B =
108 + 66 + 125 = 299 (100%)
R 108 of 299 ~ 36.12%
G 66 of 299 ~ 22.07%
B 125 of 299 ~ 41.81%

%36.12
%22.07
%41.81

CMYK color model

#6C427D color CMYK value is (14,47,0,51).

  • cyan value is 13.60%
  • magenta value is 47.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(14,47,0,51)
C14M47Y0K51 
(14%,47%,0%,51%)
(0.14/0.47/0.00/0.51)	

CMYK percentages

%13.6
%47.2
%0
%50.98

Codes

Color #6C427D in popluar color models

6C427D
RGB10866125
HSL283°30.89%37.45%
HSB/HSV283°47.20%49.02%
CMYK13.60%47.20%0.00%
50.98%

Color #6C427D in popluar number systems.

HEX6C427D
Decimal10866125
Binary110110010000101111101
Octal154102175

Shades and tints

Shades of #6C427D

#6C427D
(108,66,125)
#633C72
(99,60,114)
#5A3667
(90,54,103)
#51305C
(81,48,92)
#482A51
(72,42,81)
#3F2446
(63,36,70)
#361E3B
(54,30,59)
#2D1830
(45,24,48)
#241225
(36,18,37)
#1B0C1A
(27,12,26)
#12060F
(18,6,15)
#000000
(0,0,0)

Tints of #6C427D

#6C427D
(108,66,125)
#795388
(121,83,136)
#866493
(134,100,147)
#93759E
(147,117,158)
#A086A9
(160,134,169)
#AD97B4
(173,151,180)
#BAA8BF
(186,168,191)
#C7B9CA
(199,185,202)
#D4CAD5
(212,202,213)
#E1DBE0
(225,219,224)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C427D; }

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

This text font color is #6C427D.


Background Color

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

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

This div background color is #6C427D.


Border color

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

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

This div border color is #6C427D.


Opacity

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

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

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

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

This text has shadow with #6C427D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C427D on black background.


Color preview on white background

This text has color #6C427D on white background.



Black color preview on #6C427D background

This text has black color on #6C427D background.


White color preview on #6C427D background

This text has white color on #6C427D background.