COLOR #6F192F

HEX: #6F192F RGB: (111,25,47)

Color info

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

RGB color model

#6F192F color RGB value is (111,25,47).

RGB: (111,25,47) (44%, 10%, 18%)

RGB channels and saturation

R 111 of 255 = 44%
G 25 of 255 = 10%
B 47 of 255 = 18%

111
25
47

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

Portions of RGB colors in percentages

R + G + B = 111 + 25 + 47 = 183 (100%)
R 111 of 183 ~ 60.66%
G 25 of 183 ~ 13.66%
B 47 of 183 ~ 25.68'%

%60.66
%13.66
%25.68

CMYK color model

#6F192F color CMYK value is (0,77,58,56).

  • cyan value is 0.00%
  • magenta value is 77.48%
  • yellow value is 57.66%
  • key color value is 56.47%

CMYK: (0,77,58,56)
C0M77Y58K56 (0%, 77%, 58%, 56%)
(0.00 / 0.77 / 0.58 / 0.56)

CMYK percentages

%0
%77.48
%57.66
%56.47

Codes

Color #6F192F in popluar color models

6F 19 2F
RGB 111 25 47
HSL 345° 63.24% 26.67%
HSB/HSV 345° 77.48% 43.53%
CMYK 0.00% 77.48% 57.66%
56.47%

Color #6F192F in popluar number systems.

HEX 6F 19 2F
Decimal 111 25 47
Binary 1101111 11001 101111
Octal 157 31 57

Shades and tints

Shades of #6F192F

#6F192F
(111,25,47)
#65172B
(101,23,43)
#5B1527
(91,21,39)
#511323
(81,19,35)
#47111F
(71,17,31)
#3D0F1B
(61,15,27)
#330D17
(51,13,23)
#290B13
(41,11,19)
#1F090F
(31,9,15)
#15070B
(21,7,11)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #6F192F

#6F192F
(111,25,47)
#7C2D41
(124,45,65)
#894153
(137,65,83)
#965565
(150,85,101)
#A36977
(163,105,119)
#B07D89
(176,125,137)
#BD919B
(189,145,155)
#CAA5AD
(202,165,173)
#D7B9BF
(215,185,191)
#E4CDD1
(228,205,209)
#F1E1E3
(241,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F192F color. Also use rgb(111,25,47) instead hex code.

Text Font Color

.myTextColor { color: #6F192F; }

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

This text font color is #6F192F.

Background Color

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

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

This div background color is #6F192F.

Border color

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

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

This div border color is #6F192F.

Opacity

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

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

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

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

This text has shadow with #6F192F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F192F.

Preview

Color preview on black background

This text has color #6F192F on black background.


Color preview on white background

This text has color #6F192F on white background.


Black color preview on #6F192F background

This text has black color on #6F192F background.


White color preview on #6F192F background

This text has white color on #6F192F background.


Related colors

Complementary color

Complementary color for #hex is #90E6D0.


I love getcolorcode.com

Triadic colors

1 #2F6F19 and #192F6F with #6F192F are triadic colors.

2 #2F196F and #196F2F with #6F192F are triadic colors.