COLOR #6F021B

HEX: #6F021B
RGB: (111,2,27)

Color info

#6F021B contains mainly red color. Web safe color of #6F021B is #660033 (or #603).

RGB color model

#6F021B color RGB value is (111,2,27).

  • red value is 111;
  • green value is 2;
  • blue value is 27.
RGB:
(111,2,27)
(44%,1%,11%)

RGB channels and saturation

R 111 of 255 = 44%
G 2 of 255 = 1%
B 27 of 255 = 11%

111
2
27

R + G + B ~ 19%. #6F021B is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 2 + 27 = 140 (100%)
R 111 of 140 ~ 79.29%
G 2 of 140 ~ 1.43%
B 27 of 140 ~ 19.29%

%79.29
%19.29

CMYK color model

#6F021B color CMYK value is (0,98,76,56).

  • cyan value is 0.00%
  • magenta value is 98.20%
  • yellow value is 75.68%
  • key color value is 56.47%
CMYK:
(0,98,76,56)
C0M98Y76K56 
(0%,98%,76%,56%)
(0.00/0.98/0.76/0.56)	

CMYK percentages

%0
%98.2
%75.68
%56.47

Codes

Color #6F021B in popluar color models

6F021B
RGB111227
HSL346°96.46%22.16%
HSB/HSV346°98.20%43.53%
CMYK0.00%98.20%75.68%
56.47%

Color #6F021B in popluar number systems.

HEX6F021B
Decimal111227
Binary11011111011011
Octal157233

Shades and tints

Shades of #6F021B

#6F021B
(111,2,27)
#650219
(101,2,25)
#5B0217
(91,2,23)
#510215
(81,2,21)
#470213
(71,2,19)
#3D0211
(61,2,17)
#33020F
(51,2,15)
#29020D
(41,2,13)
#1F020B
(31,2,11)
#150209
(21,2,9)
#0B0207
(11,2,7)
#000000
(0,0,0)

Tints of #6F021B

#6F021B
(111,2,27)
#7C192F
(124,25,47)
#893043
(137,48,67)
#964757
(150,71,87)
#A35E6B
(163,94,107)
#B0757F
(176,117,127)
#BD8C93
(189,140,147)
#CAA3A7
(202,163,167)
#D7BABB
(215,186,187)
#E4D1CF
(228,209,207)
#F1E8E3
(241,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F021B color. Also use rgb(111,2,27) instead hex code.

Text Font Color

.myTextColor { color: #6F021B; }

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

This text font color is #6F021B.


Background Color

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

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

This div background color is #6F021B.


Border color

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

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

This div border color is #6F021B.


Opacity

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

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

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

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

This text has shadow with #6F021B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F021B on black background.


Color preview on white background

This text has color #6F021B on white background.



Black color preview on #6F021B background

This text has black color on #6F021B background.


White color preview on #6F021B background

This text has white color on #6F021B background.