COLOR #6F4AA4

HEX: #6F4AA4
RGB: (111,74,164)

Color info

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

RGB color model

#6F4AA4 color RGB value is (111,74,164).

  • red value is 111;
  • green value is 74;
  • blue value is 164.
RGB:
(111,74,164)
(44%,29%,64%)

RGB channels and saturation

R 111 of 255 = 44%
G 74 of 255 = 29%
B 164 of 255 = 64%

111
74
164

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

Portions of RGB colors in percentages

R + G + B =
111 + 74 + 164 = 349 (100%)
R 111 of 349 ~ 31.81%
G 74 of 349 ~ 21.2%
B 164 of 349 ~ 46.99%

%31.81
%21.2
%46.99

CMYK color model

#6F4AA4 color CMYK value is (32,55,0,36).

  • cyan value is 32.32%
  • magenta value is 54.88%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(32,55,0,36)
C32M55Y0K36 
(32%,55%,0%,36%)
(0.32/0.55/0.00/0.36)	

CMYK percentages

%32.32
%54.88
%0
%35.69

Codes

Color #6F4AA4 in popluar color models

6F4AA4
RGB11174164
HSL265°37.82%46.67%
HSB/HSV265°54.88%64.31%
CMYK32.32%54.88%0.00%
35.69%

Color #6F4AA4 in popluar number systems.

HEX6F4AA4
Decimal11174164
Binary1101111100101010100100
Octal157112244

Shades and tints

Shades of #6F4AA4

#6F4AA4
(111,74,164)
#654496
(101,68,150)
#5B3E88
(91,62,136)
#51387A
(81,56,122)
#47326C
(71,50,108)
#3D2C5E
(61,44,94)
#332650
(51,38,80)
#292042
(41,32,66)
#1F1A34
(31,26,52)
#151426
(21,20,38)
#0B0E18
(11,14,24)
#000000
(0,0,0)

Tints of #6F4AA4

#6F4AA4
(111,74,164)
#7C5AAC
(124,90,172)
#896AB4
(137,106,180)
#967ABC
(150,122,188)
#A38AC4
(163,138,196)
#B09ACC
(176,154,204)
#BDAAD4
(189,170,212)
#CABADC
(202,186,220)
#D7CAE4
(215,202,228)
#E4DAEC
(228,218,236)
#F1EAF4
(241,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4AA4 color. Also use rgb(111,74,164) instead hex code.

Text Font Color

.myTextColor { color: #6F4AA4; }

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

This text font color is #6F4AA4.


Background Color

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

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

This div background color is #6F4AA4.


Border color

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

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

This div border color is #6F4AA4.


Opacity

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

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

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

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

This text has shadow with #6F4AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4AA4 on black background.


Color preview on white background

This text has color #6F4AA4 on white background.



Black color preview on #6F4AA4 background

This text has black color on #6F4AA4 background.


White color preview on #6F4AA4 background

This text has white color on #6F4AA4 background.