COLOR #6F1139

HEX: #6F1139
RGB: (111,17,57)

Color info

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

RGB color model

#6F1139 color RGB value is (111,17,57).

  • red value is 111;
  • green value is 17;
  • blue value is 57.
RGB:
(111,17,57)
(44%,7%,22%)

RGB channels and saturation

R 111 of 255 = 44%
G 17 of 255 = 7%
B 57 of 255 = 22%

111
17
57

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

Portions of RGB colors in percentages

R + G + B =
111 + 17 + 57 = 185 (100%)
R 111 of 185 ~ 60%
G 17 of 185 ~ 9.19%
B 57 of 185 ~ 30.81%

%60
%30.81

CMYK color model

#6F1139 color CMYK value is (0,85,49,56).

  • cyan value is 0.00%
  • magenta value is 84.68%
  • yellow value is 48.65%
  • key color value is 56.47%
CMYK:
(0,85,49,56)
C0M85Y49K56 
(0%,85%,49%,56%)
(0.00/0.85/0.49/0.56)	

CMYK percentages

%0
%84.68
%48.65
%56.47

Codes

Color #6F1139 in popluar color models

6F1139
RGB1111757
HSL334°73.44%25.10%
HSB/HSV334°84.68%43.53%
CMYK0.00%84.68%48.65%
56.47%

Color #6F1139 in popluar number systems.

HEX6F1139
Decimal1111757
Binary110111110001111001
Octal1572171

Shades and tints

Shades of #6F1139

#6F1139
(111,17,57)
#651034
(101,16,52)
#5B0F2F
(91,15,47)
#510E2A
(81,14,42)
#470D25
(71,13,37)
#3D0C20
(61,12,32)
#330B1B
(51,11,27)
#290A16
(41,10,22)
#1F0911
(31,9,17)
#15080C
(21,8,12)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #6F1139

#6F1139
(111,17,57)
#7C264B
(124,38,75)
#893B5D
(137,59,93)
#96506F
(150,80,111)
#A36581
(163,101,129)
#B07A93
(176,122,147)
#BD8FA5
(189,143,165)
#CAA4B7
(202,164,183)
#D7B9C9
(215,185,201)
#E4CEDB
(228,206,219)
#F1E3ED
(241,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F1139 color. Also use rgb(111,17,57) instead hex code.

Text Font Color

.myTextColor { color: #6F1139; }

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

This text font color is #6F1139.


Background Color

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

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

This div background color is #6F1139.


Border color

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

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

This div border color is #6F1139.


Opacity

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

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

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

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

This text has shadow with #6F1139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1139 on black background.


Color preview on white background

This text has color #6F1139 on white background.



Black color preview on #6F1139 background

This text has black color on #6F1139 background.


White color preview on #6F1139 background

This text has white color on #6F1139 background.