COLOR #6F1128

HEX: #6F1128
RGB: (111,17,40)

Color info

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

RGB color model

#6F1128 color RGB value is (111,17,40).

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

RGB channels and saturation

R 111 of 255 = 44%
G 17 of 255 = 7%
B 40 of 255 = 16%

111
17
40

R + G + B ~ 22%. #6F1128 is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 17 + 40 = 168 (100%)
R 111 of 168 ~ 66.07%
G 17 of 168 ~ 10.12%
B 40 of 168 ~ 23.81%

%66.07
%10.12
%23.81

CMYK color model

#6F1128 color CMYK value is (0,85,64,56).

  • cyan value is 0.00%
  • magenta value is 84.68%
  • yellow value is 63.96%
  • key color value is 56.47%
CMYK:
(0,85,64,56)
C0M85Y64K56 
(0%,85%,64%,56%)
(0.00/0.85/0.64/0.56)	

CMYK percentages

%0
%84.68
%63.96
%56.47

Codes

Color #6F1128 in popluar color models

6F1128
RGB1111740
HSL345°73.44%25.10%
HSB/HSV345°84.68%43.53%
CMYK0.00%84.68%63.96%
56.47%

Color #6F1128 in popluar number systems.

HEX6F1128
Decimal1111740
Binary110111110001101000
Octal1572150

Shades and tints

Shades of #6F1128

#6F1128
(111,17,40)
#651025
(101,16,37)
#5B0F22
(91,15,34)
#510E1F
(81,14,31)
#470D1C
(71,13,28)
#3D0C19
(61,12,25)
#330B16
(51,11,22)
#290A13
(41,10,19)
#1F0910
(31,9,16)
#15080D
(21,8,13)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #6F1128

#6F1128
(111,17,40)
#7C263B
(124,38,59)
#893B4E
(137,59,78)
#965061
(150,80,97)
#A36574
(163,101,116)
#B07A87
(176,122,135)
#BD8F9A
(189,143,154)
#CAA4AD
(202,164,173)
#D7B9C0
(215,185,192)
#E4CED3
(228,206,211)
#F1E3E6
(241,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F1128; }

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

This text font color is #6F1128.


Background Color

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

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

This div background color is #6F1128.


Border color

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

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

This div border color is #6F1128.


Opacity

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

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

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

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

This text has shadow with #6F1128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1128 on black background.


Color preview on white background

This text has color #6F1128 on white background.



Black color preview on #6F1128 background

This text has black color on #6F1128 background.


White color preview on #6F1128 background

This text has white color on #6F1128 background.