COLOR #6B317B

HEX: #6B317B RGB: (107,49,123)

Color info

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

RGB color model

#6B317B color RGB value is (107,49,123).

RGB: (107,49,123) (42%, 19%, 48%)

RGB channels and saturation

R 107 of 255 = 42%
G 49 of 255 = 19%
B 123 of 255 = 48%

107
49
123

R + G + B ~ 36%. #6B317B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 49 + 123 = 279 (100%)
R 107 of 279 ~ 38.35%
G 49 of 279 ~ 17.56%
B 123 of 279 ~ 44.09'%

%38.35
%17.56
%44.09

CMYK color model

#6B317B color CMYK value is (13,60,0,52).

  • cyan value is 13.01%
  • magenta value is 60.16%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (13,60,0,52)
C13M60Y0K52 (13%, 60%, 0%, 52%)
(0.13 / 0.60 / 0.00 / 0.52)

CMYK percentages

%13.01
%60.16
%0
%51.76

Codes

Color #6B317B in popluar color models

6B 31 7B
RGB 107 49 123
HSL 287° 43.02% 33.73%
HSB/HSV 287° 60.16% 48.24%
CMYK 13.01% 60.16% 0.00%
51.76%

Color #6B317B in popluar number systems.

HEX 6B 31 7B
Decimal 107 49 123
Binary 1101011 110001 1111011
Octal 153 61 173

Shades and tints

Shades of #6B317B

#6B317B
(107,49,123)
#622D70
(98,45,112)
#592965
(89,41,101)
#50255A
(80,37,90)
#47214F
(71,33,79)
#3E1D44
(62,29,68)
#351939
(53,25,57)
#2C152E
(44,21,46)
#231123
(35,17,35)
#1A0D18
(26,13,24)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #6B317B

#6B317B
(107,49,123)
#784387
(120,67,135)
#855593
(133,85,147)
#92679F
(146,103,159)
#9F79AB
(159,121,171)
#AC8BB7
(172,139,183)
#B99DC3
(185,157,195)
#C6AFCF
(198,175,207)
#D3C1DB
(211,193,219)
#E0D3E7
(224,211,231)
#EDE5F3
(237,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B317B color. Also use rgb(107,49,123) instead hex code.

Text Font Color

.myTextColor { color: #6B317B; }

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

This text font color is #6B317B.

Background Color

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

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

This div background color is #6B317B.

Border color

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

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

This div border color is #6B317B.

Opacity

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

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

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

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

This text has shadow with #6B317B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B317B.

Preview

Color preview on black background

This text has color #6B317B on black background.


Color preview on white background

This text has color #6B317B on white background.


Black color preview on #6B317B background

This text has black color on #6B317B background.


White color preview on #6B317B background

This text has white color on #6B317B background.


Related colors

Complementary color

Complementary color for #hex is #94CE84.


I love getcolorcode.com

Triadic colors

1 #7B6B31 and #317B6B with #6B317B are triadic colors.

2 #7B316B and #316B7B with #6B317B are triadic colors.