COLOR #6B339F

HEX: #6B339F RGB: (107,51,159)

Color info

#6B339F contains mainly red and blue colors. Web safe color of #6B339F is #663399 (or #639).

RGB color model

#6B339F color RGB value is (107,51,159).

RGB: (107,51,159) (42%, 20%, 62%)

RGB channels and saturation

R 107 of 255 = 42%
G 51 of 255 = 20%
B 159 of 255 = 62%

107
51
159

R + G + B ~ 41%. #6B339F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 107 + 51 + 159 = 317 (100%)
R 107 of 317 ~ 33.75%
G 51 of 317 ~ 16.09%
B 159 of 317 ~ 50.16'%

%33.75
%16.09
%50.16

CMYK color model

#6B339F color CMYK value is (33,68,0,38).

  • cyan value is 32.70%
  • magenta value is 67.92%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (33,68,0,38)
C33M68Y0K38 (33%, 68%, 0%, 38%)
(0.33 / 0.68 / 0.00 / 0.38)

CMYK percentages

%32.7
%67.92
%0
%37.65

Codes

Color #6B339F in popluar color models

6B 33 9F
RGB 107 51 159
HSL 271° 51.43% 41.18%
HSB/HSV 271° 67.92% 62.35%
CMYK 32.70% 67.92% 0.00%
37.65%

Color #6B339F in popluar number systems.

HEX 6B 33 9F
Decimal 107 51 159
Binary 1101011 110011 10011111
Octal 153 63 237

Shades and tints

Shades of #6B339F

#6B339F
(107,51,159)
#622F91
(98,47,145)
#592B83
(89,43,131)
#502775
(80,39,117)
#472367
(71,35,103)
#3E1F59
(62,31,89)
#351B4B
(53,27,75)
#2C173D
(44,23,61)
#23132F
(35,19,47)
#1A0F21
(26,15,33)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #6B339F

#6B339F
(107,51,159)
#7845A7
(120,69,167)
#8557AF
(133,87,175)
#9269B7
(146,105,183)
#9F7BBF
(159,123,191)
#AC8DC7
(172,141,199)
#B99FCF
(185,159,207)
#C6B1D7
(198,177,215)
#D3C3DF
(211,195,223)
#E0D5E7
(224,213,231)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B339F color. Also use rgb(107,51,159) instead hex code.

Text Font Color

.myTextColor { color: #6B339F; }

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

This text font color is #6B339F.

Background Color

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

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

This div background color is #6B339F.

Border color

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

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

This div border color is #6B339F.

Opacity

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

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

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

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

This text has shadow with #6B339F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B339F.

Preview

Color preview on black background

This text has color #6B339F on black background.


Color preview on white background

This text has color #6B339F on white background.


Black color preview on #6B339F background

This text has black color on #6B339F background.


White color preview on #6B339F background

This text has white color on #6B339F background.


Related colors

Complementary color

Complementary color for #hex is #94CC60.


I love getcolorcode.com

Triadic colors

1 #9F6B33 and #339F6B with #6B339F are triadic colors.

2 #9F336B and #336B9F with #6B339F are triadic colors.