COLOR #6B1554

HEX: #6B1554
RGB: (107,21,84)

Color info

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

RGB color model

#6B1554 color RGB value is (107,21,84).

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

RGB channels and saturation

R 107 of 255 = 42%
G 21 of 255 = 8%
B 84 of 255 = 33%

107
21
84

R + G + B ~ 28%. #6B1554 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 21 + 84 = 212 (100%)
R 107 of 212 ~ 50.47%
G 21 of 212 ~ 9.91%
B 84 of 212 ~ 39.62%

%50.47
%9.91
%39.62

CMYK color model

#6B1554 color CMYK value is (0,80,21,58).

  • cyan value is 0.00%
  • magenta value is 80.37%
  • yellow value is 21.50%
  • key color value is 58.04%
CMYK:
(0,80,21,58)
C0M80Y21K58 
(0%,80%,21%,58%)
(0.00/0.80/0.21/0.58)	

CMYK percentages

%0
%80.37
%21.5
%58.04

Codes

Color #6B1554 in popluar color models

6B1554
RGB1072184
HSL316°67.19%25.10%
HSB/HSV316°80.37%41.96%
CMYK0.00%80.37%21.50%
58.04%

Color #6B1554 in popluar number systems.

HEX6B1554
Decimal1072184
Binary1101011101011010100
Octal15325124

Shades and tints

Shades of #6B1554

#6B1554
(107,21,84)
#62144D
(98,20,77)
#591346
(89,19,70)
#50123F
(80,18,63)
#471138
(71,17,56)
#3E1031
(62,16,49)
#350F2A
(53,15,42)
#2C0E23
(44,14,35)
#230D1C
(35,13,28)
#1A0C15
(26,12,21)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #6B1554

#6B1554
(107,21,84)
#782A63
(120,42,99)
#853F72
(133,63,114)
#925481
(146,84,129)
#9F6990
(159,105,144)
#AC7E9F
(172,126,159)
#B993AE
(185,147,174)
#C6A8BD
(198,168,189)
#D3BDCC
(211,189,204)
#E0D2DB
(224,210,219)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B1554; }

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

This text font color is #6B1554.


Background Color

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

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

This div background color is #6B1554.


Border color

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

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

This div border color is #6B1554.


Opacity

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

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

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

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

This text has shadow with #6B1554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1554 on black background.


Color preview on white background

This text has color #6B1554 on white background.



Black color preview on #6B1554 background

This text has black color on #6B1554 background.


White color preview on #6B1554 background

This text has white color on #6B1554 background.