COLOR #6F4273

HEX: #6F4273
RGB: (111,66,115)

Color info

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

RGB color model

#6F4273 color RGB value is (111,66,115).

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

RGB channels and saturation

R 111 of 255 = 44%
G 66 of 255 = 26%
B 115 of 255 = 45%

111
66
115

R + G + B ~ 38%. #6F4273 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 66 + 115 = 292 (100%)
R 111 of 292 ~ 38.01%
G 66 of 292 ~ 22.6%
B 115 of 292 ~ 39.38%

%38.01
%22.6
%39.38

CMYK color model

#6F4273 color CMYK value is (3,43,0,55).

  • cyan value is 3.48%
  • magenta value is 42.61%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(3,43,0,55)
C3M43Y0K55 
(3%,43%,0%,55%)
(0.03/0.43/0.00/0.55)	

CMYK percentages

%3.48
%42.61
%0
%54.9

Codes

Color #6F4273 in popluar color models

6F4273
RGB11166115
HSL295°27.07%35.49%
HSB/HSV295°42.61%45.10%
CMYK3.48%42.61%0.00%
54.90%

Color #6F4273 in popluar number systems.

HEX6F4273
Decimal11166115
Binary110111110000101110011
Octal157102163

Shades and tints

Shades of #6F4273

#6F4273
(111,66,115)
#653C69
(101,60,105)
#5B365F
(91,54,95)
#513055
(81,48,85)
#472A4B
(71,42,75)
#3D2441
(61,36,65)
#331E37
(51,30,55)
#29182D
(41,24,45)
#1F1223
(31,18,35)
#150C19
(21,12,25)
#0B060F
(11,6,15)
#000000
(0,0,0)

Tints of #6F4273

#6F4273
(111,66,115)
#7C537F
(124,83,127)
#89648B
(137,100,139)
#967597
(150,117,151)
#A386A3
(163,134,163)
#B097AF
(176,151,175)
#BDA8BB
(189,168,187)
#CAB9C7
(202,185,199)
#D7CAD3
(215,202,211)
#E4DBDF
(228,219,223)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4273; }

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

This text font color is #6F4273.


Background Color

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

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

This div background color is #6F4273.


Border color

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

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

This div border color is #6F4273.


Opacity

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

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

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

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

This text has shadow with #6F4273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4273 on black background.


Color preview on white background

This text has color #6F4273 on white background.



Black color preview on #6F4273 background

This text has black color on #6F4273 background.


White color preview on #6F4273 background

This text has white color on #6F4273 background.