COLOR #6B1661

HEX: #6B1661
RGB: (107,22,97)

Color info

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

RGB color model

#6B1661 color RGB value is (107,22,97).

  • red value is 107;
  • green value is 22;
  • blue value is 97.
RGB:
(107,22,97)
(42%,9%,38%)

RGB channels and saturation

R 107 of 255 = 42%
G 22 of 255 = 9%
B 97 of 255 = 38%

107
22
97

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

Portions of RGB colors in percentages

R + G + B =
107 + 22 + 97 = 226 (100%)
R 107 of 226 ~ 47.35%
G 22 of 226 ~ 9.73%
B 97 of 226 ~ 42.92%

%47.35
%9.73
%42.92

CMYK color model

#6B1661 color CMYK value is (0,79,9,58).

  • cyan value is 0.00%
  • magenta value is 79.44%
  • yellow value is 9.35%
  • key color value is 58.04%
CMYK:
(0,79,9,58)
C0M79Y9K58 
(0%,79%,9%,58%)
(0.00/0.79/0.09/0.58)	

CMYK percentages

%0
%79.44
%9.35
%58.04

Codes

Color #6B1661 in popluar color models

6B1661
RGB1072297
HSL307°65.89%25.29%
HSB/HSV307°79.44%41.96%
CMYK0.00%79.44%9.35%
58.04%

Color #6B1661 in popluar number systems.

HEX6B1661
Decimal1072297
Binary1101011101101100001
Octal15326141

Shades and tints

Shades of #6B1661

#6B1661
(107,22,97)
#621459
(98,20,89)
#591251
(89,18,81)
#501049
(80,16,73)
#470E41
(71,14,65)
#3E0C39
(62,12,57)
#350A31
(53,10,49)
#2C0829
(44,8,41)
#230621
(35,6,33)
#1A0419
(26,4,25)
#110211
(17,2,17)
#000000
(0,0,0)

Tints of #6B1661

#6B1661
(107,22,97)
#782B6F
(120,43,111)
#85407D
(133,64,125)
#92558B
(146,85,139)
#9F6A99
(159,106,153)
#AC7FA7
(172,127,167)
#B994B5
(185,148,181)
#C6A9C3
(198,169,195)
#D3BED1
(211,190,209)
#E0D3DF
(224,211,223)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B1661; }

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

This text font color is #6B1661.


Background Color

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

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

This div background color is #6B1661.


Border color

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

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

This div border color is #6B1661.


Opacity

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

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

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

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

This text has shadow with #6B1661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1661 on black background.


Color preview on white background

This text has color #6B1661 on white background.



Black color preview on #6B1661 background

This text has black color on #6B1661 background.


White color preview on #6B1661 background

This text has white color on #6B1661 background.