COLOR #6F1742

HEX: #6F1742
RGB: (111,23,66)

Color info

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

RGB color model

#6F1742 color RGB value is (111,23,66).

  • red value is 111;
  • green value is 23;
  • blue value is 66.
RGB:
(111,23,66)
(44%,9%,26%)

RGB channels and saturation

R 111 of 255 = 44%
G 23 of 255 = 9%
B 66 of 255 = 26%

111
23
66

R + G + B ~ 26%. #6F1742 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 23 + 66 = 200 (100%)
R 111 of 200 ~ 55.5%
G 23 of 200 ~ 11.5%
B 66 of 200 ~ 33%

%55.5
%11.5
%33

CMYK color model

#6F1742 color CMYK value is (0,79,41,56).

  • cyan value is 0.00%
  • magenta value is 79.28%
  • yellow value is 40.54%
  • key color value is 56.47%
CMYK:
(0,79,41,56)
C0M79Y41K56 
(0%,79%,41%,56%)
(0.00/0.79/0.41/0.56)	

CMYK percentages

%0
%79.28
%40.54
%56.47

Codes

Color #6F1742 in popluar color models

6F1742
RGB1112366
HSL331°65.67%26.27%
HSB/HSV331°79.28%43.53%
CMYK0.00%79.28%40.54%
56.47%

Color #6F1742 in popluar number systems.

HEX6F1742
Decimal1112366
Binary1101111101111000010
Octal15727102

Shades and tints

Shades of #6F1742

#6F1742
(111,23,66)
#65153C
(101,21,60)
#5B1336
(91,19,54)
#511130
(81,17,48)
#470F2A
(71,15,42)
#3D0D24
(61,13,36)
#330B1E
(51,11,30)
#290918
(41,9,24)
#1F0712
(31,7,18)
#15050C
(21,5,12)
#0B0306
(11,3,6)
#000000
(0,0,0)

Tints of #6F1742

#6F1742
(111,23,66)
#7C2C53
(124,44,83)
#894164
(137,65,100)
#965675
(150,86,117)
#A36B86
(163,107,134)
#B08097
(176,128,151)
#BD95A8
(189,149,168)
#CAAAB9
(202,170,185)
#D7BFCA
(215,191,202)
#E4D4DB
(228,212,219)
#F1E9EC
(241,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F1742 color. Also use rgb(111,23,66) instead hex code.

Text Font Color

.myTextColor { color: #6F1742; }

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

This text font color is #6F1742.


Background Color

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

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

This div background color is #6F1742.


Border color

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

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

This div border color is #6F1742.


Opacity

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

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

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

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

This text has shadow with #6F1742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1742 on black background.


Color preview on white background

This text has color #6F1742 on white background.



Black color preview on #6F1742 background

This text has black color on #6F1742 background.


White color preview on #6F1742 background

This text has white color on #6F1742 background.