COLOR #6B1119

HEX: #6B1119 RGB: (107,17,25)

Color info

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

RGB color model

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

RGB: (107,17,25) (42%, 7%, 10%)

RGB channels and saturation

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

107
17
25

R + G + B ~ 20%. #6B1119 is dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 17 + 25 = 149 (100%)
R 107 of 149 ~ 71.81%
G 17 of 149 ~ 11.41%
B 25 of 149 ~ 16.78'%

%71.81
%11.41
%16.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 84.11%
  • yellow value is 76.64%
  • key color value is 58.04%

CMYK: (0,84,77,58)
C0M84Y77K58 (0%, 84%, 77%, 58%)
(0.00 / 0.84 / 0.77 / 0.58)

CMYK percentages

%0
%84.11
%76.64
%58.04

Codes

Color #6B1119 in popluar color models

6B 11 19
RGB 107 17 25
HSL 355° 72.58% 24.31%
HSB/HSV 355° 84.11% 41.96%
CMYK 0.00% 84.11% 76.64%
58.04%

Color #6B1119 in popluar number systems.

HEX 6B 11 19
Decimal 107 17 25
Binary 1101011 10001 11001
Octal 153 21 31

Shades and tints

Shades of #6B1119

#6B1119
(107,17,25)
#621017
(98,16,23)
#590F15
(89,15,21)
#500E13
(80,14,19)
#470D11
(71,13,17)
#3E0C0F
(62,12,15)
#350B0D
(53,11,13)
#2C0A0B
(44,10,11)
#230909
(35,9,9)
#1A0807
(26,8,7)
#110705
(17,7,5)
#000000
(0,0,0)

Tints of #6B1119

#6B1119
(107,17,25)
#78262D
(120,38,45)
#853B41
(133,59,65)
#925055
(146,80,85)
#9F6569
(159,101,105)
#AC7A7D
(172,122,125)
#B98F91
(185,143,145)
#C6A4A5
(198,164,165)
#D3B9B9
(211,185,185)
#E0CECD
(224,206,205)
#EDE3E1
(237,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B1119; }

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

This text font color is #6B1119.

Background Color

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

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

This div background color is #6B1119.

Border color

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

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

This div border color is #6B1119.

Opacity

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

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

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

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

This text has shadow with #6B1119 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B1119.

Preview

Color preview on black background

This text has color #6B1119 on black background.


Color preview on white background

This text has color #6B1119 on white background.


Black color preview on #6B1119 background

This text has black color on #6B1119 background.


White color preview on #6B1119 background

This text has white color on #6B1119 background.


Related colors

Complementary color

Complementary color for #hex is #94EEE6.


I love getcolorcode.com

Triadic colors

1 #196B11 and #11196B with #6B1119 are triadic colors.

2 #19116B and #116B19 with #6B1119 are triadic colors.