COLOR #6B143D

HEX: #6B143D
RGB: (107,20,61)

Color info

#6B143D contains mainly red and blue colors. Web safe color of #6B143D is #660033 (or #603).

RGB color model

#6B143D color RGB value is (107,20,61).

  • red value is 107;
  • green value is 20;
  • blue value is 61.
RGB:
(107,20,61)
(42%,8%,24%)

RGB channels and saturation

R 107 of 255 = 42%
G 20 of 255 = 8%
B 61 of 255 = 24%

107
20
61

R + G + B ~ 25%. #6B143D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 20 + 61 = 188 (100%)
R 107 of 188 ~ 56.91%
G 20 of 188 ~ 10.64%
B 61 of 188 ~ 32.45%

%56.91
%10.64
%32.45

CMYK color model

#6B143D color CMYK value is (0,81,43,58).

  • cyan value is 0.00%
  • magenta value is 81.31%
  • yellow value is 42.99%
  • key color value is 58.04%
CMYK:
(0,81,43,58)
C0M81Y43K58 
(0%,81%,43%,58%)
(0.00/0.81/0.43/0.58)	

CMYK percentages

%0
%81.31
%42.99
%58.04

Codes

Color #6B143D in popluar color models

6B143D
RGB1072061
HSL332°68.50%24.90%
HSB/HSV332°81.31%41.96%
CMYK0.00%81.31%42.99%
58.04%

Color #6B143D in popluar number systems.

HEX6B143D
Decimal1072061
Binary110101110100111101
Octal1532475

Shades and tints

Shades of #6B143D

#6B143D
(107,20,61)
#621338
(98,19,56)
#591233
(89,18,51)
#50112E
(80,17,46)
#471029
(71,16,41)
#3E0F24
(62,15,36)
#350E1F
(53,14,31)
#2C0D1A
(44,13,26)
#230C15
(35,12,21)
#1A0B10
(26,11,16)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #6B143D

#6B143D
(107,20,61)
#78294E
(120,41,78)
#853E5F
(133,62,95)
#925370
(146,83,112)
#9F6881
(159,104,129)
#AC7D92
(172,125,146)
#B992A3
(185,146,163)
#C6A7B4
(198,167,180)
#D3BCC5
(211,188,197)
#E0D1D6
(224,209,214)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B143D color. Also use rgb(107,20,61) instead hex code.

Text Font Color

.myTextColor { color: #6B143D; }

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

This text font color is #6B143D.


Background Color

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

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

This div background color is #6B143D.


Border color

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

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

This div border color is #6B143D.


Opacity

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

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

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

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

This text has shadow with #6B143D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B143D on black background.


Color preview on white background

This text has color #6B143D on white background.



Black color preview on #6B143D background

This text has black color on #6B143D background.


White color preview on #6B143D background

This text has white color on #6B143D background.