COLOR #6B1169

HEX: #6B1169
RGB: (107,17,105)

Color info

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

RGB color model

#6B1169 color RGB value is (107,17,105).

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

RGB channels and saturation

R 107 of 255 = 42%
G 17 of 255 = 7%
B 105 of 255 = 41%

107
17
105

R + G + B ~ 30%. #6B1169 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 17 + 105 = 229 (100%)
R 107 of 229 ~ 46.72%
G 17 of 229 ~ 7.42%
B 105 of 229 ~ 45.85%

%46.72
%45.85

CMYK color model

#6B1169 color CMYK value is (0,84,2,58).

  • cyan value is 0.00%
  • magenta value is 84.11%
  • yellow value is 1.87%
  • key color value is 58.04%
CMYK:
(0,84,2,58)
C0M84Y2K58 
(0%,84%,2%,58%)
(0.00/0.84/0.02/0.58)	

CMYK percentages

%0
%84.11
%1.87
%58.04

Codes

Color #6B1169 in popluar color models

6B1169
RGB10717105
HSL301°72.58%24.31%
HSB/HSV301°84.11%41.96%
CMYK0.00%84.11%1.87%
58.04%

Color #6B1169 in popluar number systems.

HEX6B1169
Decimal10717105
Binary1101011100011101001
Octal15321151

Shades and tints

Shades of #6B1169

#6B1169
(107,17,105)
#621060
(98,16,96)
#590F57
(89,15,87)
#500E4E
(80,14,78)
#470D45
(71,13,69)
#3E0C3C
(62,12,60)
#350B33
(53,11,51)
#2C0A2A
(44,10,42)
#230921
(35,9,33)
#1A0818
(26,8,24)
#11070F
(17,7,15)
#000000
(0,0,0)

Tints of #6B1169

#6B1169
(107,17,105)
#782676
(120,38,118)
#853B83
(133,59,131)
#925090
(146,80,144)
#9F659D
(159,101,157)
#AC7AAA
(172,122,170)
#B98FB7
(185,143,183)
#C6A4C4
(198,164,196)
#D3B9D1
(211,185,209)
#E0CEDE
(224,206,222)
#EDE3EB
(237,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B1169; }

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

This text font color is #6B1169.


Background Color

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

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

This div background color is #6B1169.


Border color

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

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

This div border color is #6B1169.


Opacity

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

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

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

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

This text has shadow with #6B1169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1169 on black background.


Color preview on white background

This text has color #6B1169 on white background.



Black color preview on #6B1169 background

This text has black color on #6B1169 background.


White color preview on #6B1169 background

This text has white color on #6B1169 background.