COLOR #6F4181

HEX: #6F4181
RGB: (111,65,129)

Color info

#6F4181 contains mainly red and blue colors. Web safe color of #6F4181 is #663399 (or #639).

RGB color model

#6F4181 color RGB value is (111,65,129).

  • red value is 111;
  • green value is 65;
  • blue value is 129.
RGB:
(111,65,129)
(44%,25%,51%)

RGB channels and saturation

R 111 of 255 = 44%
G 65 of 255 = 25%
B 129 of 255 = 51%

111
65
129

R + G + B ~ 40%. #6F4181 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 65 + 129 = 305 (100%)
R 111 of 305 ~ 36.39%
G 65 of 305 ~ 21.31%
B 129 of 305 ~ 42.3%

%36.39
%21.31
%42.3

CMYK color model

#6F4181 color CMYK value is (14,50,0,49).

  • cyan value is 13.95%
  • magenta value is 49.61%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(14,50,0,49)
C14M50Y0K49 
(14%,50%,0%,49%)
(0.14/0.50/0.00/0.49)	

CMYK percentages

%13.95
%49.61
%0
%49.41

Codes

Color #6F4181 in popluar color models

6F4181
RGB11165129
HSL283°32.99%38.04%
HSB/HSV283°49.61%50.59%
CMYK13.95%49.61%0.00%
49.41%

Color #6F4181 in popluar number systems.

HEX6F4181
Decimal11165129
Binary1101111100000110000001
Octal157101201

Shades and tints

Shades of #6F4181

#6F4181
(111,65,129)
#653C76
(101,60,118)
#5B376B
(91,55,107)
#513260
(81,50,96)
#472D55
(71,45,85)
#3D284A
(61,40,74)
#33233F
(51,35,63)
#291E34
(41,30,52)
#1F1929
(31,25,41)
#15141E
(21,20,30)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #6F4181

#6F4181
(111,65,129)
#7C528C
(124,82,140)
#896397
(137,99,151)
#9674A2
(150,116,162)
#A385AD
(163,133,173)
#B096B8
(176,150,184)
#BDA7C3
(189,167,195)
#CAB8CE
(202,184,206)
#D7C9D9
(215,201,217)
#E4DAE4
(228,218,228)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4181 color. Also use rgb(111,65,129) instead hex code.

Text Font Color

.myTextColor { color: #6F4181; }

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

This text font color is #6F4181.


Background Color

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

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

This div background color is #6F4181.


Border color

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

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

This div border color is #6F4181.


Opacity

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

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

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

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

This text has shadow with #6F4181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4181 on black background.


Color preview on white background

This text has color #6F4181 on white background.



Black color preview on #6F4181 background

This text has black color on #6F4181 background.


White color preview on #6F4181 background

This text has white color on #6F4181 background.