COLOR #6C425C

HEX: #6C425C RGB: (108,66,92)

Color info

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

RGB color model

#6C425C color RGB value is (108,66,92).

RGB: (108,66,92) (42%, 26%, 36%)

RGB channels and saturation

R 108 of 255 = 42%
G 66 of 255 = 26%
B 92 of 255 = 36%

108
66
92

R + G + B ~ 35%. #6C425C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 66 + 92 = 266 (100%)
R 108 of 266 ~ 40.6%
G 66 of 266 ~ 24.81%
B 92 of 266 ~ 34.59'%

%40.6
%24.81
%34.59

CMYK color model

#6C425C color CMYK value is (0,39,15,58).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 14.81%
  • key color value is 57.65%
CMYK: (0,39,15,58) C0M39Y15K58 (0%,39%,15%,58%) (0.00/0.39/0.15/0.58) 

CMYK percentages

%0
%38.89
%14.81
%57.65

Codes

Color #6C425C in popluar color models

6C 42 5C
RGB 108 66 92
HSL 323° 24.14% 34.12%
HSB/HSV 323° 38.89% 42.35%
CMYK 0.00% 38.89% 14.81%
57.65%

Color #6C425C in popluar number systems.

HEX 6C 42 5C
Decimal 108 66 92
Binary 1101100 1000010 1011100
Octal 154 102 134

Shades and tints

Shades of #6C425C

#6C425C
(108,66,92)
#633C54
(99,60,84)
#5A364C
(90,54,76)
#513044
(81,48,68)
#482A3C
(72,42,60)
#3F2434
(63,36,52)
#361E2C
(54,30,44)
#2D1824
(45,24,36)
#24121C
(36,18,28)
#1B0C14
(27,12,20)
#12060C
(18,6,12)
#000000
(0,0,0)

Tints of #6C425C

#6C425C
(108,66,92)
#79536A
(121,83,106)
#866478
(134,100,120)
#937586
(147,117,134)
#A08694
(160,134,148)
#AD97A2
(173,151,162)
#BAA8B0
(186,168,176)
#C7B9BE
(199,185,190)
#D4CACC
(212,202,204)
#E1DBDA
(225,219,218)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C425C; }

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

This text font color is #6C425C.

Background Color

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

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

This div background color is #6C425C.

Border color

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

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

This div border color is #6C425C.

Opacity

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

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

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

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

This text has shadow with #6C425C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C425C.

Preview

Color preview on black background

This text has color #6C425C on black background.


Color preview on white background

This text has color #6C425C on white background.


Black color preview on #6C425C background

This text has black color on #6C425C background.


White color preview on #6C425C background

This text has white color on #6C425C background.


Related colors

Complementary color

Complementary color for #hex is #93BDA3.


I love getcolorcode.com

Triadic colors

1 #5C6C42 and #425C6C with #6C425C are triadic colors.

2 #5C426C and #426C5C with #6C425C are triadic colors.