COLOR #6C3F58

HEX: #6C3F58
RGB: (108,63,88)

Color info

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

RGB color model

#6C3F58 color RGB value is (108,63,88).

  • red value is 108;
  • green value is 63;
  • blue value is 88.
RGB:
(108,63,88)
(42%,25%,35%)

RGB channels and saturation

R 108 of 255 = 42%
G 63 of 255 = 25%
B 88 of 255 = 35%

108
63
88

R + G + B ~ 34%. #6C3F58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 63 + 88 = 259 (100%)
R 108 of 259 ~ 41.7%
G 63 of 259 ~ 24.32%
B 88 of 259 ~ 33.98%

%41.7
%24.32
%33.98

CMYK color model

#6C3F58 color CMYK value is (0,42,19,58).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 18.52%
  • key color value is 57.65%
CMYK:
(0,42,19,58)
C0M42Y19K58 
(0%,42%,19%,58%)
(0.00/0.42/0.19/0.58)	

CMYK percentages

%0
%41.67
%18.52
%57.65

Codes

Color #6C3F58 in popluar color models

6C3F58
RGB1086388
HSL327°26.32%33.53%
HSB/HSV327°41.67%42.35%
CMYK0.00%41.67%18.52%
57.65%

Color #6C3F58 in popluar number systems.

HEX6C3F58
Decimal1086388
Binary11011001111111011000
Octal15477130

Shades and tints

Shades of #6C3F58

#6C3F58
(108,63,88)
#633A50
(99,58,80)
#5A3548
(90,53,72)
#513040
(81,48,64)
#482B38
(72,43,56)
#3F2630
(63,38,48)
#362128
(54,33,40)
#2D1C20
(45,28,32)
#241718
(36,23,24)
#1B1210
(27,18,16)
#120D08
(18,13,8)
#000000
(0,0,0)

Tints of #6C3F58

#6C3F58
(108,63,88)
#795067
(121,80,103)
#866176
(134,97,118)
#937285
(147,114,133)
#A08394
(160,131,148)
#AD94A3
(173,148,163)
#BAA5B2
(186,165,178)
#C7B6C1
(199,182,193)
#D4C7D0
(212,199,208)
#E1D8DF
(225,216,223)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3F58 color. Also use rgb(108,63,88) instead hex code.

Text Font Color

.myTextColor { color: #6C3F58; }

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

This text font color is #6C3F58.


Background Color

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

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

This div background color is #6C3F58.


Border color

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

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

This div border color is #6C3F58.


Opacity

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

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

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

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

This text has shadow with #6C3F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3F58 on black background.


Color preview on white background

This text has color #6C3F58 on white background.



Black color preview on #6C3F58 background

This text has black color on #6C3F58 background.


White color preview on #6C3F58 background

This text has white color on #6C3F58 background.