COLOR #6B0D46

HEX: #6B0D46
RGB: (107,13,70)

Color info

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

RGB color model

#6B0D46 color RGB value is (107,13,70).

  • red value is 107;
  • green value is 13;
  • blue value is 70.
RGB:
(107,13,70)
(42%,5%,27%)

RGB channels and saturation

R 107 of 255 = 42%
G 13 of 255 = 5%
B 70 of 255 = 27%

107
13
70

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

Portions of RGB colors in percentages

R + G + B =
107 + 13 + 70 = 190 (100%)
R 107 of 190 ~ 56.32%
G 13 of 190 ~ 6.84%
B 70 of 190 ~ 36.84%

%56.32
%36.84

CMYK color model

#6B0D46 color CMYK value is (0,88,35,58).

  • cyan value is 0.00%
  • magenta value is 87.85%
  • yellow value is 34.58%
  • key color value is 58.04%
CMYK:
(0,88,35,58)
C0M88Y35K58 
(0%,88%,35%,58%)
(0.00/0.88/0.35/0.58)	

CMYK percentages

%0
%87.85
%34.58
%58.04

Codes

Color #6B0D46 in popluar color models

6B0D46
RGB1071370
HSL324°78.33%23.53%
HSB/HSV324°87.85%41.96%
CMYK0.00%87.85%34.58%
58.04%

Color #6B0D46 in popluar number systems.

HEX6B0D46
Decimal1071370
Binary110101111011000110
Octal15315106

Shades and tints

Shades of #6B0D46

#6B0D46
(107,13,70)
#620C40
(98,12,64)
#590B3A
(89,11,58)
#500A34
(80,10,52)
#47092E
(71,9,46)
#3E0828
(62,8,40)
#350722
(53,7,34)
#2C061C
(44,6,28)
#230516
(35,5,22)
#1A0410
(26,4,16)
#11030A
(17,3,10)
#000000
(0,0,0)

Tints of #6B0D46

#6B0D46
(107,13,70)
#782356
(120,35,86)
#853966
(133,57,102)
#924F76
(146,79,118)
#9F6586
(159,101,134)
#AC7B96
(172,123,150)
#B991A6
(185,145,166)
#C6A7B6
(198,167,182)
#D3BDC6
(211,189,198)
#E0D3D6
(224,211,214)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B0D46 color. Also use rgb(107,13,70) instead hex code.

Text Font Color

.myTextColor { color: #6B0D46; }

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

This text font color is #6B0D46.


Background Color

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

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

This div background color is #6B0D46.


Border color

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

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

This div border color is #6B0D46.


Opacity

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

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

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

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

This text has shadow with #6B0D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B0D46 on black background.


Color preview on white background

This text has color #6B0D46 on white background.



Black color preview on #6B0D46 background

This text has black color on #6B0D46 background.


White color preview on #6B0D46 background

This text has white color on #6B0D46 background.