COLOR #6B196B

HEX: #6B196B
RGB: (107,25,107)

Color info

#6B196B contains mainly red and blue colors. Web safe color of #6B196B is #660066 (or #606).

RGB color model

#6B196B color RGB value is (107,25,107).

  • red value is 107;
  • green value is 25;
  • blue value is 107.
RGB:
(107,25,107)
(42%,10%,42%)

RGB channels and saturation

R 107 of 255 = 42%
G 25 of 255 = 10%
B 107 of 255 = 42%

107
25
107

R + G + B ~ 31%. #6B196B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 25 + 107 = 239 (100%)
R 107 of 239 ~ 44.77%
G 25 of 239 ~ 10.46%
B 107 of 239 ~ 44.77%

%44.77
%10.46
%44.77

CMYK color model

#6B196B color CMYK value is (0,77,0,58).

  • cyan value is 0.00%
  • magenta value is 76.64%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(0,77,0,58)
C0M77Y0K58 
(0%,77%,0%,58%)
(0.00/0.77/0.00/0.58)	

CMYK percentages

%0
%76.64
%0
%58.04

Codes

Color #6B196B in popluar color models

6B196B
RGB10725107
HSL300°62.12%25.88%
HSB/HSV300°76.64%41.96%
CMYK0.00%76.64%0.00%
58.04%

Color #6B196B in popluar number systems.

HEX6B196B
Decimal10725107
Binary1101011110011101011
Octal15331153

Shades and tints

Shades of #6B196B

#6B196B
(107,25,107)
#621762
(98,23,98)
#591559
(89,21,89)
#501350
(80,19,80)
#471147
(71,17,71)
#3E0F3E
(62,15,62)
#350D35
(53,13,53)
#2C0B2C
(44,11,44)
#230923
(35,9,35)
#1A071A
(26,7,26)
#110511
(17,5,17)
#000000
(0,0,0)

Tints of #6B196B

#6B196B
(107,25,107)
#782D78
(120,45,120)
#854185
(133,65,133)
#925592
(146,85,146)
#9F699F
(159,105,159)
#AC7DAC
(172,125,172)
#B991B9
(185,145,185)
#C6A5C6
(198,165,198)
#D3B9D3
(211,185,211)
#E0CDE0
(224,205,224)
#EDE1ED
(237,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B196B; }

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

This text font color is #6B196B.


Background Color

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

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

This div background color is #6B196B.


Border color

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

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

This div border color is #6B196B.


Opacity

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

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

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

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

This text has shadow with #6B196B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B196B on black background.


Color preview on white background

This text has color #6B196B on white background.



Black color preview on #6B196B background

This text has black color on #6B196B background.


White color preview on #6B196B background

This text has white color on #6B196B background.