COLOR #6F2863

HEX: #6F2863
RGB: (111,40,99)

Color info

#6F2863 contains mainly red and blue colors. Web safe color of #6F2863 is #663366 (or #636).

RGB color model

#6F2863 color RGB value is (111,40,99).

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

RGB channels and saturation

R 111 of 255 = 44%
G 40 of 255 = 16%
B 99 of 255 = 39%

111
40
99

R + G + B ~ 33%. #6F2863 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 40 + 99 = 250 (100%)
R 111 of 250 ~ 44.4%
G 40 of 250 ~ 16%
B 99 of 250 ~ 39.6%

%44.4
%16
%39.6

CMYK color model

#6F2863 color CMYK value is (0,64,11,56).

  • cyan value is 0.00%
  • magenta value is 63.96%
  • yellow value is 10.81%
  • key color value is 56.47%
CMYK:
(0,64,11,56)
C0M64Y11K56 
(0%,64%,11%,56%)
(0.00/0.64/0.11/0.56)	

CMYK percentages

%0
%63.96
%10.81
%56.47

Codes

Color #6F2863 in popluar color models

6F2863
RGB1114099
HSL310°47.02%29.61%
HSB/HSV310°63.96%43.53%
CMYK0.00%63.96%10.81%
56.47%

Color #6F2863 in popluar number systems.

HEX6F2863
Decimal1114099
Binary11011111010001100011
Octal15750143

Shades and tints

Shades of #6F2863

#6F2863
(111,40,99)
#65255A
(101,37,90)
#5B2251
(91,34,81)
#511F48
(81,31,72)
#471C3F
(71,28,63)
#3D1936
(61,25,54)
#33162D
(51,22,45)
#291324
(41,19,36)
#1F101B
(31,16,27)
#150D12
(21,13,18)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #6F2863

#6F2863
(111,40,99)
#7C3B71
(124,59,113)
#894E7F
(137,78,127)
#96618D
(150,97,141)
#A3749B
(163,116,155)
#B087A9
(176,135,169)
#BD9AB7
(189,154,183)
#CAADC5
(202,173,197)
#D7C0D3
(215,192,211)
#E4D3E1
(228,211,225)
#F1E6EF
(241,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F2863; }

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

This text font color is #6F2863.


Background Color

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

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

This div background color is #6F2863.


Border color

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

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

This div border color is #6F2863.


Opacity

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

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

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

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

This text has shadow with #6F2863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2863 on black background.


Color preview on white background

This text has color #6F2863 on white background.



Black color preview on #6F2863 background

This text has black color on #6F2863 background.


White color preview on #6F2863 background

This text has white color on #6F2863 background.