COLOR #6B1040

HEX: #6B1040
RGB: (107,16,64)

Color info

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

RGB color model

#6B1040 color RGB value is (107,16,64).

  • red value is 107;
  • green value is 16;
  • blue value is 64.
RGB:
(107,16,64)
(42%,6%,25%)

RGB channels and saturation

R 107 of 255 = 42%
G 16 of 255 = 6%
B 64 of 255 = 25%

107
16
64

R + G + B ~ 24%. #6B1040 is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 16 + 64 = 187 (100%)
R 107 of 187 ~ 57.22%
G 16 of 187 ~ 8.56%
B 64 of 187 ~ 34.22%

%57.22
%34.22

CMYK color model

#6B1040 color CMYK value is (0,85,40,58).

  • cyan value is 0.00%
  • magenta value is 85.05%
  • yellow value is 40.19%
  • key color value is 58.04%
CMYK:
(0,85,40,58)
C0M85Y40K58 
(0%,85%,40%,58%)
(0.00/0.85/0.40/0.58)	

CMYK percentages

%0
%85.05
%40.19
%58.04

Codes

Color #6B1040 in popluar color models

6B1040
RGB1071664
HSL328°73.98%24.12%
HSB/HSV328°85.05%41.96%
CMYK0.00%85.05%40.19%
58.04%

Color #6B1040 in popluar number systems.

HEX6B1040
Decimal1071664
Binary1101011100001000000
Octal15320100

Shades and tints

Shades of #6B1040

#6B1040
(107,16,64)
#620F3B
(98,15,59)
#590E36
(89,14,54)
#500D31
(80,13,49)
#470C2C
(71,12,44)
#3E0B27
(62,11,39)
#350A22
(53,10,34)
#2C091D
(44,9,29)
#230818
(35,8,24)
#1A0713
(26,7,19)
#11060E
(17,6,14)
#000000
(0,0,0)

Tints of #6B1040

#6B1040
(107,16,64)
#782551
(120,37,81)
#853A62
(133,58,98)
#924F73
(146,79,115)
#9F6484
(159,100,132)
#AC7995
(172,121,149)
#B98EA6
(185,142,166)
#C6A3B7
(198,163,183)
#D3B8C8
(211,184,200)
#E0CDD9
(224,205,217)
#EDE2EA
(237,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B1040 color. Also use rgb(107,16,64) instead hex code.

Text Font Color

.myTextColor { color: #6B1040; }

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

This text font color is #6B1040.


Background Color

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

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

This div background color is #6B1040.


Border color

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

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

This div border color is #6B1040.


Opacity

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

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

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

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

This text has shadow with #6B1040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1040 on black background.


Color preview on white background

This text has color #6B1040 on white background.



Black color preview on #6B1040 background

This text has black color on #6B1040 background.


White color preview on #6B1040 background

This text has white color on #6B1040 background.