COLOR #6C3658

HEX: #6C3658 RGB: (108,54,88)

Color info

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

RGB color model

#6C3658 color RGB value is (108,54,88).

RGB: (108,54,88) (42%, 21%, 35%)

RGB channels and saturation

R 108 of 255 = 42%
G 54 of 255 = 21%
B 88 of 255 = 35%

108
54
88

R + G + B ~ 33%. #6C3658 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 54 + 88 = 250 (100%)
R 108 of 250 ~ 43.2%
G 54 of 250 ~ 21.6%
B 88 of 250 ~ 35.2'%

%43.2
%21.6
%35.2

CMYK color model

#6C3658 color CMYK value is (0,50,19,58).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 18.52%
  • key color value is 57.65%

CMYK: (0,50,19,58)
C0M50Y19K58 (0%, 50%, 19%, 58%)
(0.00 / 0.50 / 0.19 / 0.58)

CMYK percentages

%0
%50
%18.52
%57.65

Codes

Color #6C3658 in popluar color models

6C 36 58
RGB 108 54 88
HSL 322° 33.33% 31.76%
HSB/HSV 322° 50.00% 42.35%
CMYK 0.00% 50.00% 18.52%
57.65%

Color #6C3658 in popluar number systems.

HEX 6C 36 58
Decimal 108 54 88
Binary 1101100 110110 1011000
Octal 154 66 130

Shades and tints

Shades of #6C3658

#6C3658
(108,54,88)
#633250
(99,50,80)
#5A2E48
(90,46,72)
#512A40
(81,42,64)
#482638
(72,38,56)
#3F2230
(63,34,48)
#361E28
(54,30,40)
#2D1A20
(45,26,32)
#241618
(36,22,24)
#1B1210
(27,18,16)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #6C3658

#6C3658
(108,54,88)
#794867
(121,72,103)
#865A76
(134,90,118)
#936C85
(147,108,133)
#A07E94
(160,126,148)
#AD90A3
(173,144,163)
#BAA2B2
(186,162,178)
#C7B4C1
(199,180,193)
#D4C6D0
(212,198,208)
#E1D8DF
(225,216,223)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3658; }

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

This text font color is #6C3658.

Background Color

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

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

This div background color is #6C3658.

Border color

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

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

This div border color is #6C3658.

Opacity

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

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

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

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

This text has shadow with #6C3658 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C3658.

Preview

Color preview on black background

This text has color #6C3658 on black background.


Color preview on white background

This text has color #6C3658 on white background.


Black color preview on #6C3658 background

This text has black color on #6C3658 background.


White color preview on #6C3658 background

This text has white color on #6C3658 background.


Related colors

Complementary color

Complementary color for #hex is #93C9A7.


I love getcolorcode.com

Triadic colors

1 #586C36 and #36586C with #6C3658 are triadic colors.

2 #58366C and #366C58 with #6C3658 are triadic colors.