COLOR #6F45AA

HEX: #6F45AA
RGB: (111,69,170)

Color info

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

RGB color model

#6F45AA color RGB value is (111,69,170).

  • red value is 111;
  • green value is 69;
  • blue value is 170.
RGB:
(111,69,170)
(44%,27%,67%)

RGB channels and saturation

R 111 of 255 = 44%
G 69 of 255 = 27%
B 170 of 255 = 67%

111
69
170

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

Portions of RGB colors in percentages

R + G + B =
111 + 69 + 170 = 350 (100%)
R 111 of 350 ~ 31.71%
G 69 of 350 ~ 19.71%
B 170 of 350 ~ 48.57%

%31.71
%19.71
%48.57

CMYK color model

#6F45AA color CMYK value is (35,59,0,33).

  • cyan value is 34.71%
  • magenta value is 59.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(35,59,0,33)
C35M59Y0K33 
(35%,59%,0%,33%)
(0.35/0.59/0.00/0.33)	

CMYK percentages

%34.71
%59.41
%0
%33.33

Codes

Color #6F45AA in popluar color models

6F45AA
RGB11169170
HSL265°42.26%46.86%
HSB/HSV265°59.41%66.67%
CMYK34.71%59.41%0.00%
33.33%

Color #6F45AA in popluar number systems.

HEX6F45AA
Decimal11169170
Binary1101111100010110101010
Octal157105252

Shades and tints

Shades of #6F45AA

#6F45AA
(111,69,170)
#653F9B
(101,63,155)
#5B398C
(91,57,140)
#51337D
(81,51,125)
#472D6E
(71,45,110)
#3D275F
(61,39,95)
#332150
(51,33,80)
#291B41
(41,27,65)
#1F1532
(31,21,50)
#150F23
(21,15,35)
#0B0914
(11,9,20)
#000000
(0,0,0)

Tints of #6F45AA

#6F45AA
(111,69,170)
#7C55B1
(124,85,177)
#8965B8
(137,101,184)
#9675BF
(150,117,191)
#A385C6
(163,133,198)
#B095CD
(176,149,205)
#BDA5D4
(189,165,212)
#CAB5DB
(202,181,219)
#D7C5E2
(215,197,226)
#E4D5E9
(228,213,233)
#F1E5F0
(241,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F45AA color. Also use rgb(111,69,170) instead hex code.

Text Font Color

.myTextColor { color: #6F45AA; }

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

This text font color is #6F45AA.


Background Color

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

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

This div background color is #6F45AA.


Border color

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

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

This div border color is #6F45AA.


Opacity

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

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

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

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

This text has shadow with #6F45AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F45AA on black background.


Color preview on white background

This text has color #6F45AA on white background.



Black color preview on #6F45AA background

This text has black color on #6F45AA background.


White color preview on #6F45AA background

This text has white color on #6F45AA background.