COLOR #6B0115

HEX: #6B0115
RGB: (107,1,21)

Color info

#6B0115 contains mainly red color. Web safe color of #6B0115 is #660000 (or #600).

RGB color model

#6B0115 color RGB value is (107,1,21).

  • red value is 107;
  • green value is 1;
  • blue value is 21.
RGB:
(107,1,21)
(42%,0%,8%)

RGB channels and saturation

R 107 of 255 = 42%
G 1 of 255 = 0%
B 21 of 255 = 8%

107
1
21

R + G + B ~ 17%. #6B0115 is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 1 + 21 = 129 (100%)
R 107 of 129 ~ 82.95%
G 1 of 129 ~ 0.78%
B 21 of 129 ~ 16.28%

%82.95
%16.28

CMYK color model

#6B0115 color CMYK value is (0,99,80,58).

  • cyan value is 0.00%
  • magenta value is 99.07%
  • yellow value is 80.37%
  • key color value is 58.04%
CMYK:
(0,99,80,58)
C0M99Y80K58 
(0%,99%,80%,58%)
(0.00/0.99/0.80/0.58)	

CMYK percentages

%0
%99.07
%80.37
%58.04

Codes

Color #6B0115 in popluar color models

6B0115
RGB107121
HSL349°98.15%21.18%
HSB/HSV349°99.07%41.96%
CMYK0.00%99.07%80.37%
58.04%

Color #6B0115 in popluar number systems.

HEX6B0115
Decimal107121
Binary1101011110101
Octal153125

Shades and tints

Shades of #6B0115

#6B0115
(107,1,21)
#620114
(98,1,20)
#590113
(89,1,19)
#500112
(80,1,18)
#470111
(71,1,17)
#3E0110
(62,1,16)
#35010F
(53,1,15)
#2C010E
(44,1,14)
#23010D
(35,1,13)
#1A010C
(26,1,12)
#11010B
(17,1,11)
#000000
(0,0,0)

Tints of #6B0115

#6B0115
(107,1,21)
#78182A
(120,24,42)
#852F3F
(133,47,63)
#924654
(146,70,84)
#9F5D69
(159,93,105)
#AC747E
(172,116,126)
#B98B93
(185,139,147)
#C6A2A8
(198,162,168)
#D3B9BD
(211,185,189)
#E0D0D2
(224,208,210)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B0115; }

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

This text font color is #6B0115.


Background Color

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

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

This div background color is #6B0115.


Border color

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

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

This div border color is #6B0115.


Opacity

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

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

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

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

This text has shadow with #6B0115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B0115 on black background.


Color preview on white background

This text has color #6B0115 on white background.



Black color preview on #6B0115 background

This text has black color on #6B0115 background.


White color preview on #6B0115 background

This text has white color on #6B0115 background.