COLOR #6B1BA6

HEX: #6B1BA6
RGB: (107,27,166)

Color info

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

RGB color model

#6B1BA6 color RGB value is (107,27,166).

  • red value is 107;
  • green value is 27;
  • blue value is 166.
RGB:
(107,27,166)
(42%,11%,65%)

RGB channels and saturation

R 107 of 255 = 42%
G 27 of 255 = 11%
B 166 of 255 = 65%

107
27
166

R + G + B ~ 39%. #6B1BA6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 27 + 166 = 300 (100%)
R 107 of 300 ~ 35.67%
G 27 of 300 ~ 9%
B 166 of 300 ~ 55.33%

%35.67
%55.33

CMYK color model

#6B1BA6 color CMYK value is (36,84,0,35).

  • cyan value is 35.54%
  • magenta value is 83.73%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(36,84,0,35)
C36M84Y0K35 
(36%,84%,0%,35%)
(0.36/0.84/0.00/0.35)	

CMYK percentages

%35.54
%83.73
%0
%34.9

Codes

Color #6B1BA6 in popluar color models

6B1BA6
RGB10727166
HSL275°72.02%37.84%
HSB/HSV275°83.73%65.10%
CMYK35.54%83.73%0.00%
34.90%

Color #6B1BA6 in popluar number systems.

HEX6B1BA6
Decimal10727166
Binary11010111101110100110
Octal15333246

Shades and tints

Shades of #6B1BA6

#6B1BA6
(107,27,166)
#621997
(98,25,151)
#591788
(89,23,136)
#501579
(80,21,121)
#47136A
(71,19,106)
#3E115B
(62,17,91)
#350F4C
(53,15,76)
#2C0D3D
(44,13,61)
#230B2E
(35,11,46)
#1A091F
(26,9,31)
#110710
(17,7,16)
#000000
(0,0,0)

Tints of #6B1BA6

#6B1BA6
(107,27,166)
#782FAE
(120,47,174)
#8543B6
(133,67,182)
#9257BE
(146,87,190)
#9F6BC6
(159,107,198)
#AC7FCE
(172,127,206)
#B993D6
(185,147,214)
#C6A7DE
(198,167,222)
#D3BBE6
(211,187,230)
#E0CFEE
(224,207,238)
#EDE3F6
(237,227,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B1BA6 color. Also use rgb(107,27,166) instead hex code.

Text Font Color

.myTextColor { color: #6B1BA6; }

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

This text font color is #6B1BA6.


Background Color

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

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

This div background color is #6B1BA6.


Border color

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

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

This div border color is #6B1BA6.


Opacity

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

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

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

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

This text has shadow with #6B1BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1BA6 on black background.


Color preview on white background

This text has color #6B1BA6 on white background.



Black color preview on #6B1BA6 background

This text has black color on #6B1BA6 background.


White color preview on #6B1BA6 background

This text has white color on #6B1BA6 background.