COLOR #6D337C

HEX: #6D337C
RGB: (109,51,124)

Color info

#6D337C contains mainly red and blue colors. Web safe color of #6D337C is #663366 (or #636).

RGB color model

#6D337C color RGB value is (109,51,124).

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

RGB channels and saturation

R 109 of 255 = 43%
G 51 of 255 = 20%
B 124 of 255 = 49%

109
51
124

R + G + B ~ 37%. #6D337C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 51 + 124 = 284 (100%)
R 109 of 284 ~ 38.38%
G 51 of 284 ~ 17.96%
B 124 of 284 ~ 43.66%

%38.38
%17.96
%43.66

CMYK color model

#6D337C color CMYK value is (12,59,0,51).

  • cyan value is 12.10%
  • magenta value is 58.87%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(12,59,0,51)
C12M59Y0K51 
(12%,59%,0%,51%)
(0.12/0.59/0.00/0.51)	

CMYK percentages

%12.1
%58.87
%0
%51.37

Codes

Color #6D337C in popluar color models

6D337C
RGB10951124
HSL288°41.71%34.31%
HSB/HSV288°58.87%48.63%
CMYK12.10%58.87%0.00%
51.37%

Color #6D337C in popluar number systems.

HEX6D337C
Decimal10951124
Binary11011011100111111100
Octal15563174

Shades and tints

Shades of #6D337C

#6D337C
(109,51,124)
#642F71
(100,47,113)
#5B2B66
(91,43,102)
#52275B
(82,39,91)
#492350
(73,35,80)
#401F45
(64,31,69)
#371B3A
(55,27,58)
#2E172F
(46,23,47)
#251324
(37,19,36)
#1C0F19
(28,15,25)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #6D337C

#6D337C
(109,51,124)
#7A4587
(122,69,135)
#875792
(135,87,146)
#94699D
(148,105,157)
#A17BA8
(161,123,168)
#AE8DB3
(174,141,179)
#BB9FBE
(187,159,190)
#C8B1C9
(200,177,201)
#D5C3D4
(213,195,212)
#E2D5DF
(226,213,223)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D337C; }

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

This text font color is #6D337C.


Background Color

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

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

This div background color is #6D337C.


Border color

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

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

This div border color is #6D337C.


Opacity

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

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

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

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

This text has shadow with #6D337C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D337C on black background.


Color preview on white background

This text has color #6D337C on white background.



Black color preview on #6D337C background

This text has black color on #6D337C background.


White color preview on #6D337C background

This text has white color on #6D337C background.