COLOR #6D3360

HEX: #6D3360
RGB: (109,51,96)

Color info

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

RGB color model

#6D3360 color RGB value is (109,51,96).

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

RGB channels and saturation

R 109 of 255 = 43%
G 51 of 255 = 20%
B 96 of 255 = 38%

109
51
96

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

Portions of RGB colors in percentages

R + G + B =
109 + 51 + 96 = 256 (100%)
R 109 of 256 ~ 42.58%
G 51 of 256 ~ 19.92%
B 96 of 256 ~ 37.5%

%42.58
%19.92
%37.5

CMYK color model

#6D3360 color CMYK value is (0,53,12,57).

  • cyan value is 0.00%
  • magenta value is 53.21%
  • yellow value is 11.93%
  • key color value is 57.25%
CMYK:
(0,53,12,57)
C0M53Y12K57 
(0%,53%,12%,57%)
(0.00/0.53/0.12/0.57)	

CMYK percentages

%0
%53.21
%11.93
%57.25

Codes

Color #6D3360 in popluar color models

6D3360
RGB1095196
HSL313°36.25%31.37%
HSB/HSV313°53.21%42.75%
CMYK0.00%53.21%11.93%
57.25%

Color #6D3360 in popluar number systems.

HEX6D3360
Decimal1095196
Binary11011011100111100000
Octal15563140

Shades and tints

Shades of #6D3360

#6D3360
(109,51,96)
#642F58
(100,47,88)
#5B2B50
(91,43,80)
#522748
(82,39,72)
#492340
(73,35,64)
#401F38
(64,31,56)
#371B30
(55,27,48)
#2E1728
(46,23,40)
#251320
(37,19,32)
#1C0F18
(28,15,24)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #6D3360

#6D3360
(109,51,96)
#7A456E
(122,69,110)
#87577C
(135,87,124)
#94698A
(148,105,138)
#A17B98
(161,123,152)
#AE8DA6
(174,141,166)
#BB9FB4
(187,159,180)
#C8B1C2
(200,177,194)
#D5C3D0
(213,195,208)
#E2D5DE
(226,213,222)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3360; }

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

This text font color is #6D3360.


Background Color

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

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

This div background color is #6D3360.


Border color

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

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

This div border color is #6D3360.


Opacity

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

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

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

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

This text has shadow with #6D3360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3360 on black background.


Color preview on white background

This text has color #6D3360 on white background.



Black color preview on #6D3360 background

This text has black color on #6D3360 background.


White color preview on #6D3360 background

This text has white color on #6D3360 background.