COLOR #6B1361

HEX: #6B1361
RGB: (107,19,97)

Color info

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

RGB color model

#6B1361 color RGB value is (107,19,97).

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

RGB channels and saturation

R 107 of 255 = 42%
G 19 of 255 = 7%
B 97 of 255 = 38%

107
19
97

R + G + B ~ 29%. #6B1361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 19 + 97 = 223 (100%)
R 107 of 223 ~ 47.98%
G 19 of 223 ~ 8.52%
B 97 of 223 ~ 43.5%

%47.98
%43.5

CMYK color model

#6B1361 color CMYK value is (0,82,9,58).

  • cyan value is 0.00%
  • magenta value is 82.24%
  • yellow value is 9.35%
  • key color value is 58.04%
CMYK:
(0,82,9,58)
C0M82Y9K58 
(0%,82%,9%,58%)
(0.00/0.82/0.09/0.58)	

CMYK percentages

%0
%82.24
%9.35
%58.04

Codes

Color #6B1361 in popluar color models

6B1361
RGB1071997
HSL307°69.84%24.71%
HSB/HSV307°82.24%41.96%
CMYK0.00%82.24%9.35%
58.04%

Color #6B1361 in popluar number systems.

HEX6B1361
Decimal1071997
Binary1101011100111100001
Octal15323141

Shades and tints

Shades of #6B1361

#6B1361
(107,19,97)
#621259
(98,18,89)
#591151
(89,17,81)
#501049
(80,16,73)
#470F41
(71,15,65)
#3E0E39
(62,14,57)
#350D31
(53,13,49)
#2C0C29
(44,12,41)
#230B21
(35,11,33)
#1A0A19
(26,10,25)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #6B1361

#6B1361
(107,19,97)
#78286F
(120,40,111)
#853D7D
(133,61,125)
#92528B
(146,82,139)
#9F6799
(159,103,153)
#AC7CA7
(172,124,167)
#B991B5
(185,145,181)
#C6A6C3
(198,166,195)
#D3BBD1
(211,187,209)
#E0D0DF
(224,208,223)
#EDE5ED
(237,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B1361; }

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

This text font color is #6B1361.


Background Color

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

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

This div background color is #6B1361.


Border color

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

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

This div border color is #6B1361.


Opacity

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

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

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

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

This text has shadow with #6B1361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1361 on black background.


Color preview on white background

This text has color #6B1361 on white background.



Black color preview on #6B1361 background

This text has black color on #6B1361 background.


White color preview on #6B1361 background

This text has white color on #6B1361 background.