COLOR #6D3359

HEX: #6D3359
RGB: (109,51,89)

Color info

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

RGB color model

#6D3359 color RGB value is (109,51,89).

  • red value is 109;
  • green value is 51;
  • blue value is 89.
RGB:
(109,51,89)
(43%,20%,35%)

RGB channels and saturation

R 109 of 255 = 43%
G 51 of 255 = 20%
B 89 of 255 = 35%

109
51
89

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

Portions of RGB colors in percentages

R + G + B =
109 + 51 + 89 = 249 (100%)
R 109 of 249 ~ 43.78%
G 51 of 249 ~ 20.48%
B 89 of 249 ~ 35.74%

%43.78
%20.48
%35.74

CMYK color model

#6D3359 color CMYK value is (0,53,18,57).

  • cyan value is 0.00%
  • magenta value is 53.21%
  • yellow value is 18.35%
  • key color value is 57.25%
CMYK:
(0,53,18,57)
C0M53Y18K57 
(0%,53%,18%,57%)
(0.00/0.53/0.18/0.57)	

CMYK percentages

%0
%53.21
%18.35
%57.25

Codes

Color #6D3359 in popluar color models

6D3359
RGB1095189
HSL321°36.25%31.37%
HSB/HSV321°53.21%42.75%
CMYK0.00%53.21%18.35%
57.25%

Color #6D3359 in popluar number systems.

HEX6D3359
Decimal1095189
Binary11011011100111011001
Octal15563131

Shades and tints

Shades of #6D3359

#6D3359
(109,51,89)
#642F51
(100,47,81)
#5B2B49
(91,43,73)
#522741
(82,39,65)
#492339
(73,35,57)
#401F31
(64,31,49)
#371B29
(55,27,41)
#2E1721
(46,23,33)
#251319
(37,19,25)
#1C0F11
(28,15,17)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #6D3359

#6D3359
(109,51,89)
#7A4568
(122,69,104)
#875777
(135,87,119)
#946986
(148,105,134)
#A17B95
(161,123,149)
#AE8DA4
(174,141,164)
#BB9FB3
(187,159,179)
#C8B1C2
(200,177,194)
#D5C3D1
(213,195,209)
#E2D5E0
(226,213,224)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3359 color. Also use rgb(109,51,89) instead hex code.

Text Font Color

.myTextColor { color: #6D3359; }

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

This text font color is #6D3359.


Background Color

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

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

This div background color is #6D3359.


Border color

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

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

This div border color is #6D3359.


Opacity

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

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

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

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

This text has shadow with #6D3359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3359 on black background.


Color preview on white background

This text has color #6D3359 on white background.



Black color preview on #6D3359 background

This text has black color on #6D3359 background.


White color preview on #6D3359 background

This text has white color on #6D3359 background.