COLOR #6F284B

HEX: #6F284B
RGB: (111,40,75)

Color info

#6F284B contains mainly red and blue colors. Web safe color of #6F284B is #663333 (or #633).

RGB color model

#6F284B color RGB value is (111,40,75).

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

RGB channels and saturation

R 111 of 255 = 44%
G 40 of 255 = 16%
B 75 of 255 = 29%

111
40
75

R + G + B ~ 30%. #6F284B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 40 + 75 = 226 (100%)
R 111 of 226 ~ 49.12%
G 40 of 226 ~ 17.7%
B 75 of 226 ~ 33.19%

%49.12
%17.7
%33.19

CMYK color model

#6F284B color CMYK value is (0,64,32,56).

  • cyan value is 0.00%
  • magenta value is 63.96%
  • yellow value is 32.43%
  • key color value is 56.47%
CMYK:
(0,64,32,56)
C0M64Y32K56 
(0%,64%,32%,56%)
(0.00/0.64/0.32/0.56)	

CMYK percentages

%0
%63.96
%32.43
%56.47

Codes

Color #6F284B in popluar color models

6F284B
RGB1114075
HSL330°47.02%29.61%
HSB/HSV330°63.96%43.53%
CMYK0.00%63.96%32.43%
56.47%

Color #6F284B in popluar number systems.

HEX6F284B
Decimal1114075
Binary11011111010001001011
Octal15750113

Shades and tints

Shades of #6F284B

#6F284B
(111,40,75)
#652545
(101,37,69)
#5B223F
(91,34,63)
#511F39
(81,31,57)
#471C33
(71,28,51)
#3D192D
(61,25,45)
#331627
(51,22,39)
#291321
(41,19,33)
#1F101B
(31,16,27)
#150D15
(21,13,21)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #6F284B

#6F284B
(111,40,75)
#7C3B5B
(124,59,91)
#894E6B
(137,78,107)
#96617B
(150,97,123)
#A3748B
(163,116,139)
#B0879B
(176,135,155)
#BD9AAB
(189,154,171)
#CAADBB
(202,173,187)
#D7C0CB
(215,192,203)
#E4D3DB
(228,211,219)
#F1E6EB
(241,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F284B; }

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

This text font color is #6F284B.


Background Color

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

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

This div background color is #6F284B.


Border color

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

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

This div border color is #6F284B.


Opacity

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

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

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

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

This text has shadow with #6F284B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F284B on black background.


Color preview on white background

This text has color #6F284B on white background.



Black color preview on #6F284B background

This text has black color on #6F284B background.


White color preview on #6F284B background

This text has white color on #6F284B background.