COLOR #6F4FAB

HEX: #6F4FAB
RGB: (111,79,171)

Color info

#6F4FAB contains mainly blue color. Web safe color of #6F4FAB is #666699 (or #669).

RGB color model

#6F4FAB color RGB value is (111,79,171).

  • red value is 111;
  • green value is 79;
  • blue value is 171.
RGB:
(111,79,171)
(44%,31%,67%)

RGB channels and saturation

R 111 of 255 = 44%
G 79 of 255 = 31%
B 171 of 255 = 67%

111
79
171

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

Portions of RGB colors in percentages

R + G + B =
111 + 79 + 171 = 361 (100%)
R 111 of 361 ~ 30.75%
G 79 of 361 ~ 21.88%
B 171 of 361 ~ 47.37%

%30.75
%21.88
%47.37

CMYK color model

#6F4FAB color CMYK value is (35,54,0,33).

  • cyan value is 35.09%
  • magenta value is 53.80%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(35,54,0,33)
C35M54Y0K33 
(35%,54%,0%,33%)
(0.35/0.54/0.00/0.33)	

CMYK percentages

%35.09
%53.8
%0
%32.94

Codes

Color #6F4FAB in popluar color models

6F4FAB
RGB11179171
HSL261°36.80%49.02%
HSB/HSV261°53.80%67.06%
CMYK35.09%53.80%0.00%
32.94%

Color #6F4FAB in popluar number systems.

HEX6F4FAB
Decimal11179171
Binary1101111100111110101011
Octal157117253

Shades and tints

Shades of #6F4FAB

#6F4FAB
(111,79,171)
#65489C
(101,72,156)
#5B418D
(91,65,141)
#513A7E
(81,58,126)
#47336F
(71,51,111)
#3D2C60
(61,44,96)
#332551
(51,37,81)
#291E42
(41,30,66)
#1F1733
(31,23,51)
#151024
(21,16,36)
#0B0915
(11,9,21)
#000000
(0,0,0)

Tints of #6F4FAB

#6F4FAB
(111,79,171)
#7C5FB2
(124,95,178)
#896FB9
(137,111,185)
#967FC0
(150,127,192)
#A38FC7
(163,143,199)
#B09FCE
(176,159,206)
#BDAFD5
(189,175,213)
#CABFDC
(202,191,220)
#D7CFE3
(215,207,227)
#E4DFEA
(228,223,234)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4FAB color. Also use rgb(111,79,171) instead hex code.

Text Font Color

.myTextColor { color: #6F4FAB; }

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

This text font color is #6F4FAB.


Background Color

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

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

This div background color is #6F4FAB.


Border color

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

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

This div border color is #6F4FAB.


Opacity

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

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

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

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

This text has shadow with #6F4FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4FAB on black background.


Color preview on white background

This text has color #6F4FAB on white background.



Black color preview on #6F4FAB background

This text has black color on #6F4FAB background.


White color preview on #6F4FAB background

This text has white color on #6F4FAB background.