COLOR #6F50A9

HEX: #6F50A9
RGB: (111,80,169)

Color info

#6F50A9 contains mainly red and blue colors. Web safe color of #6F50A9 is #666699 (or #669).

RGB color model

#6F50A9 color RGB value is (111,80,169).

  • red value is 111;
  • green value is 80;
  • blue value is 169.
RGB:
(111,80,169)
(44%,31%,66%)

RGB channels and saturation

R 111 of 255 = 44%
G 80 of 255 = 31%
B 169 of 255 = 66%

111
80
169

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

Portions of RGB colors in percentages

R + G + B =
111 + 80 + 169 = 360 (100%)
R 111 of 360 ~ 30.83%
G 80 of 360 ~ 22.22%
B 169 of 360 ~ 46.94%

%30.83
%22.22
%46.94

CMYK color model

#6F50A9 color CMYK value is (34,53,0,34).

  • cyan value is 34.32%
  • magenta value is 52.66%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(34,53,0,34)
C34M53Y0K34 
(34%,53%,0%,34%)
(0.34/0.53/0.00/0.34)	

CMYK percentages

%34.32
%52.66
%0
%33.73

Codes

Color #6F50A9 in popluar color models

6F50A9
RGB11180169
HSL261°35.74%48.82%
HSB/HSV261°52.66%66.27%
CMYK34.32%52.66%0.00%
33.73%

Color #6F50A9 in popluar number systems.

HEX6F50A9
Decimal11180169
Binary1101111101000010101001
Octal157120251

Shades and tints

Shades of #6F50A9

#6F50A9
(111,80,169)
#65499A
(101,73,154)
#5B428B
(91,66,139)
#513B7C
(81,59,124)
#47346D
(71,52,109)
#3D2D5E
(61,45,94)
#33264F
(51,38,79)
#291F40
(41,31,64)
#1F1831
(31,24,49)
#151122
(21,17,34)
#0B0A13
(11,10,19)
#000000
(0,0,0)

Tints of #6F50A9

#6F50A9
(111,80,169)
#7C5FB0
(124,95,176)
#896EB7
(137,110,183)
#967DBE
(150,125,190)
#A38CC5
(163,140,197)
#B09BCC
(176,155,204)
#BDAAD3
(189,170,211)
#CAB9DA
(202,185,218)
#D7C8E1
(215,200,225)
#E4D7E8
(228,215,232)
#F1E6EF
(241,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F50A9 color. Also use rgb(111,80,169) instead hex code.

Text Font Color

.myTextColor { color: #6F50A9; }

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

This text font color is #6F50A9.


Background Color

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

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

This div background color is #6F50A9.


Border color

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

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

This div border color is #6F50A9.


Opacity

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

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

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

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

This text has shadow with #6F50A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F50A9 on black background.


Color preview on white background

This text has color #6F50A9 on white background.



Black color preview on #6F50A9 background

This text has black color on #6F50A9 background.


White color preview on #6F50A9 background

This text has white color on #6F50A9 background.