COLOR #6F42A9

HEX: #6F42A9
RGB: (111,66,169)

Color info

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

RGB color model

#6F42A9 color RGB value is (111,66,169).

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

RGB channels and saturation

R 111 of 255 = 44%
G 66 of 255 = 26%
B 169 of 255 = 66%

111
66
169

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

Portions of RGB colors in percentages

R + G + B =
111 + 66 + 169 = 346 (100%)
R 111 of 346 ~ 32.08%
G 66 of 346 ~ 19.08%
B 169 of 346 ~ 48.84%

%32.08
%19.08
%48.84

CMYK color model

#6F42A9 color CMYK value is (34,61,0,34).

  • cyan value is 34.32%
  • magenta value is 60.95%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(34,61,0,34)
C34M61Y0K34 
(34%,61%,0%,34%)
(0.34/0.61/0.00/0.34)	

CMYK percentages

%34.32
%60.95
%0
%33.73

Codes

Color #6F42A9 in popluar color models

6F42A9
RGB11166169
HSL266°43.83%46.08%
HSB/HSV266°60.95%66.27%
CMYK34.32%60.95%0.00%
33.73%

Color #6F42A9 in popluar number systems.

HEX6F42A9
Decimal11166169
Binary1101111100001010101001
Octal157102251

Shades and tints

Shades of #6F42A9

#6F42A9
(111,66,169)
#653C9A
(101,60,154)
#5B368B
(91,54,139)
#51307C
(81,48,124)
#472A6D
(71,42,109)
#3D245E
(61,36,94)
#331E4F
(51,30,79)
#291840
(41,24,64)
#1F1231
(31,18,49)
#150C22
(21,12,34)
#0B0613
(11,6,19)
#000000
(0,0,0)

Tints of #6F42A9

#6F42A9
(111,66,169)
#7C53B0
(124,83,176)
#8964B7
(137,100,183)
#9675BE
(150,117,190)
#A386C5
(163,134,197)
#B097CC
(176,151,204)
#BDA8D3
(189,168,211)
#CAB9DA
(202,185,218)
#D7CAE1
(215,202,225)
#E4DBE8
(228,219,232)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F42A9; }

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

This text font color is #6F42A9.


Background Color

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

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

This div background color is #6F42A9.


Border color

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

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

This div border color is #6F42A9.


Opacity

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

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

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

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

This text has shadow with #6F42A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F42A9 on black background.


Color preview on white background

This text has color #6F42A9 on white background.



Black color preview on #6F42A9 background

This text has black color on #6F42A9 background.


White color preview on #6F42A9 background

This text has white color on #6F42A9 background.