COLOR #6F4673

HEX: #6F4673
RGB: (111,70,115)

Color info

#6F4673 contains red, green and blue colors in about the same proportion. Web safe color of #6F4673 is #663366 (or #636).

RGB color model

#6F4673 color RGB value is (111,70,115).

  • red value is 111;
  • green value is 70;
  • blue value is 115.
RGB:
(111,70,115)
(44%,27%,45%)

RGB channels and saturation

R 111 of 255 = 44%
G 70 of 255 = 27%
B 115 of 255 = 45%

111
70
115

R + G + B ~ 39%. #6F4673 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 70 + 115 = 296 (100%)
R 111 of 296 ~ 37.5%
G 70 of 296 ~ 23.65%
B 115 of 296 ~ 38.85%

%37.5
%23.65
%38.85

CMYK color model

#6F4673 color CMYK value is (3,39,0,55).

  • cyan value is 3.48%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(3,39,0,55)
C3M39Y0K55 
(3%,39%,0%,55%)
(0.03/0.39/0.00/0.55)	

CMYK percentages

%3.48
%39.13
%0
%54.9

Codes

Color #6F4673 in popluar color models

6F4673
RGB11170115
HSL295°24.32%36.27%
HSB/HSV295°39.13%45.10%
CMYK3.48%39.13%0.00%
54.90%

Color #6F4673 in popluar number systems.

HEX6F4673
Decimal11170115
Binary110111110001101110011
Octal157106163

Shades and tints

Shades of #6F4673

#6F4673
(111,70,115)
#654069
(101,64,105)
#5B3A5F
(91,58,95)
#513455
(81,52,85)
#472E4B
(71,46,75)
#3D2841
(61,40,65)
#332237
(51,34,55)
#291C2D
(41,28,45)
#1F1623
(31,22,35)
#151019
(21,16,25)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #6F4673

#6F4673
(111,70,115)
#7C567F
(124,86,127)
#89668B
(137,102,139)
#967697
(150,118,151)
#A386A3
(163,134,163)
#B096AF
(176,150,175)
#BDA6BB
(189,166,187)
#CAB6C7
(202,182,199)
#D7C6D3
(215,198,211)
#E4D6DF
(228,214,223)
#F1E6EB
(241,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4673 color. Also use rgb(111,70,115) instead hex code.

Text Font Color

.myTextColor { color: #6F4673; }

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

This text font color is #6F4673.


Background Color

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

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

This div background color is #6F4673.


Border color

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

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

This div border color is #6F4673.


Opacity

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

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

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

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

This text has shadow with #6F4673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4673 on black background.


Color preview on white background

This text has color #6F4673 on white background.



Black color preview on #6F4673 background

This text has black color on #6F4673 background.


White color preview on #6F4673 background

This text has white color on #6F4673 background.