COLOR #6F153B

HEX: #6F153B
RGB: (111,21,59)

Color info

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

RGB color model

#6F153B color RGB value is (111,21,59).

  • red value is 111;
  • green value is 21;
  • blue value is 59.
RGB:
(111,21,59)
(44%,8%,23%)

RGB channels and saturation

R 111 of 255 = 44%
G 21 of 255 = 8%
B 59 of 255 = 23%

111
21
59

R + G + B ~ 25%. #6F153B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 21 + 59 = 191 (100%)
R 111 of 191 ~ 58.12%
G 21 of 191 ~ 10.99%
B 59 of 191 ~ 30.89%

%58.12
%10.99
%30.89

CMYK color model

#6F153B color CMYK value is (0,81,47,56).

  • cyan value is 0.00%
  • magenta value is 81.08%
  • yellow value is 46.85%
  • key color value is 56.47%
CMYK:
(0,81,47,56)
C0M81Y47K56 
(0%,81%,47%,56%)
(0.00/0.81/0.47/0.56)	

CMYK percentages

%0
%81.08
%46.85
%56.47

Codes

Color #6F153B in popluar color models

6F153B
RGB1112159
HSL335°68.18%25.88%
HSB/HSV335°81.08%43.53%
CMYK0.00%81.08%46.85%
56.47%

Color #6F153B in popluar number systems.

HEX6F153B
Decimal1112159
Binary110111110101111011
Octal1572573

Shades and tints

Shades of #6F153B

#6F153B
(111,21,59)
#651436
(101,20,54)
#5B1331
(91,19,49)
#51122C
(81,18,44)
#471127
(71,17,39)
#3D1022
(61,16,34)
#330F1D
(51,15,29)
#290E18
(41,14,24)
#1F0D13
(31,13,19)
#150C0E
(21,12,14)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #6F153B

#6F153B
(111,21,59)
#7C2A4C
(124,42,76)
#893F5D
(137,63,93)
#96546E
(150,84,110)
#A3697F
(163,105,127)
#B07E90
(176,126,144)
#BD93A1
(189,147,161)
#CAA8B2
(202,168,178)
#D7BDC3
(215,189,195)
#E4D2D4
(228,210,212)
#F1E7E5
(241,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F153B color. Also use rgb(111,21,59) instead hex code.

Text Font Color

.myTextColor { color: #6F153B; }

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

This text font color is #6F153B.


Background Color

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

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

This div background color is #6F153B.


Border color

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

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

This div border color is #6F153B.


Opacity

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

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

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

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

This text has shadow with #6F153B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F153B on black background.


Color preview on white background

This text has color #6F153B on white background.



Black color preview on #6F153B background

This text has black color on #6F153B background.


White color preview on #6F153B background

This text has white color on #6F153B background.