COLOR #6F52A9

HEX: #6F52A9
RGB: (111,82,169)

Color info

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

RGB color model

#6F52A9 color RGB value is (111,82,169).

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

RGB channels and saturation

R 111 of 255 = 44%
G 82 of 255 = 32%
B 169 of 255 = 66%

111
82
169

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

Portions of RGB colors in percentages

R + G + B =
111 + 82 + 169 = 362 (100%)
R 111 of 362 ~ 30.66%
G 82 of 362 ~ 22.65%
B 169 of 362 ~ 46.69%

%30.66
%22.65
%46.69

CMYK color model

#6F52A9 color CMYK value is (34,51,0,34).

  • cyan value is 34.32%
  • magenta value is 51.48%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(34,51,0,34)
C34M51Y0K34 
(34%,51%,0%,34%)
(0.34/0.51/0.00/0.34)	

CMYK percentages

%34.32
%51.48
%0
%33.73

Codes

Color #6F52A9 in popluar color models

6F52A9
RGB11182169
HSL260°34.66%49.22%
HSB/HSV260°51.48%66.27%
CMYK34.32%51.48%0.00%
33.73%

Color #6F52A9 in popluar number systems.

HEX6F52A9
Decimal11182169
Binary1101111101001010101001
Octal157122251

Shades and tints

Shades of #6F52A9

#6F52A9
(111,82,169)
#654B9A
(101,75,154)
#5B448B
(91,68,139)
#513D7C
(81,61,124)
#47366D
(71,54,109)
#3D2F5E
(61,47,94)
#33284F
(51,40,79)
#292140
(41,33,64)
#1F1A31
(31,26,49)
#151322
(21,19,34)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #6F52A9

#6F52A9
(111,82,169)
#7C61B0
(124,97,176)
#8970B7
(137,112,183)
#967FBE
(150,127,190)
#A38EC5
(163,142,197)
#B09DCC
(176,157,204)
#BDACD3
(189,172,211)
#CABBDA
(202,187,218)
#D7CAE1
(215,202,225)
#E4D9E8
(228,217,232)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F52A9; }

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

This text font color is #6F52A9.


Background Color

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

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

This div background color is #6F52A9.


Border color

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

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

This div border color is #6F52A9.


Opacity

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

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

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

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

This text has shadow with #6F52A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F52A9 on black background.


Color preview on white background

This text has color #6F52A9 on white background.



Black color preview on #6F52A9 background

This text has black color on #6F52A9 background.


White color preview on #6F52A9 background

This text has white color on #6F52A9 background.