COLOR #6B11A6

HEX: #6B11A6
RGB: (107,17,166)

Color info

#6B11A6 contains mainly red and blue colors. Web safe color of #6B11A6 is #660099 (or #609).

RGB color model

#6B11A6 color RGB value is (107,17,166).

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

RGB channels and saturation

R 107 of 255 = 42%
G 17 of 255 = 7%
B 166 of 255 = 65%

107
17
166

R + G + B ~ 38%. #6B11A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 17 + 166 = 290 (100%)
R 107 of 290 ~ 36.9%
G 17 of 290 ~ 5.86%
B 166 of 290 ~ 57.24%

%36.9
%57.24

CMYK color model

#6B11A6 color CMYK value is (36,90,0,35).

  • cyan value is 35.54%
  • magenta value is 89.76%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(36,90,0,35)
C36M90Y0K35 
(36%,90%,0%,35%)
(0.36/0.90/0.00/0.35)	

CMYK percentages

%35.54
%89.76
%0
%34.9

Codes

Color #6B11A6 in popluar color models

6B11A6
RGB10717166
HSL276°81.42%35.88%
HSB/HSV276°89.76%65.10%
CMYK35.54%89.76%0.00%
34.90%

Color #6B11A6 in popluar number systems.

HEX6B11A6
Decimal10717166
Binary11010111000110100110
Octal15321246

Shades and tints

Shades of #6B11A6

#6B11A6
(107,17,166)
#621097
(98,16,151)
#590F88
(89,15,136)
#500E79
(80,14,121)
#470D6A
(71,13,106)
#3E0C5B
(62,12,91)
#350B4C
(53,11,76)
#2C0A3D
(44,10,61)
#23092E
(35,9,46)
#1A081F
(26,8,31)
#110710
(17,7,16)
#000000
(0,0,0)

Tints of #6B11A6

#6B11A6
(107,17,166)
#7826AE
(120,38,174)
#853BB6
(133,59,182)
#9250BE
(146,80,190)
#9F65C6
(159,101,198)
#AC7ACE
(172,122,206)
#B98FD6
(185,143,214)
#C6A4DE
(198,164,222)
#D3B9E6
(211,185,230)
#E0CEEE
(224,206,238)
#EDE3F6
(237,227,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B11A6; }

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

This text font color is #6B11A6.


Background Color

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

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

This div background color is #6B11A6.


Border color

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

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

This div border color is #6B11A6.


Opacity

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

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

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

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

This text has shadow with #6B11A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B11A6 on black background.


Color preview on white background

This text has color #6B11A6 on white background.



Black color preview on #6B11A6 background

This text has black color on #6B11A6 background.


White color preview on #6B11A6 background

This text has white color on #6B11A6 background.