COLOR #6B0010

HEX: #6B0010
RGB: (107,0,16)

Color info

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

RGB color model

#6B0010 color RGB value is (107,0,16).

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

RGB channels and saturation

R 107 of 255 = 42%
G 0 of 255 = 0%
B 16 of 255 = 6%

107
0
16

R + G + B ~ 16%. #6B0010 is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 0 + 16 = 123 (100%)
R 107 of 123 ~ 86.99%
G 0 of 123 ~ 0%
B 16 of 123 ~ 13.01%

%86.99
%13.01

CMYK color model

#6B0010 color CMYK value is (0,100,85,58).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 85.05%
  • key color value is 58.04%
CMYK:
(0,100,85,58)
C0M100Y85K58 
(0%,100%,85%,58%)
(0.00/1.00/0.85/0.58)	

CMYK percentages

%0
%100
%85.05
%58.04

Codes

Color #6B0010 in popluar color models

6B0010
RGB107016
HSL351°100.00%20.98%
HSB/HSV351°100.00%41.96%
CMYK0.00%100.00%85.05%
58.04%

Color #6B0010 in popluar number systems.

HEX6B0010
Decimal107016
Binary1101011010000
Octal153020

Shades and tints

Shades of #6B0010

#6B0010
(107,0,16)
#62000F
(98,0,15)
#59000E
(89,0,14)
#50000D
(80,0,13)
#47000C
(71,0,12)
#3E000B
(62,0,11)
#35000A
(53,0,10)
#2C0009
(44,0,9)
#230008
(35,0,8)
#1A0007
(26,0,7)
#110006
(17,0,6)
#000000
(0,0,0)

Tints of #6B0010

#6B0010
(107,0,16)
#781725
(120,23,37)
#852E3A
(133,46,58)
#92454F
(146,69,79)
#9F5C64
(159,92,100)
#AC7379
(172,115,121)
#B98A8E
(185,138,142)
#C6A1A3
(198,161,163)
#D3B8B8
(211,184,184)
#E0CFCD
(224,207,205)
#EDE6E2
(237,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B0010; }

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

This text font color is #6B0010.


Background Color

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

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

This div background color is #6B0010.


Border color

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

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

This div border color is #6B0010.


Opacity

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

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

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

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

This text has shadow with #6B0010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B0010 on black background.


Color preview on white background

This text has color #6B0010 on white background.



Black color preview on #6B0010 background

This text has black color on #6B0010 background.


White color preview on #6B0010 background

This text has white color on #6B0010 background.