COLOR #6F06A9

HEX: #6F06A9 RGB: (111,6,169)

Color info

#6F06A9 contains mainly red and blue colors. Web safe color of #6F06A9 is #660099 (or #609).

RGB color model

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

RGB: (111,6,169) (44%, 2%, 66%)

RGB channels and saturation

R 111 of 255 = 44%
G 6 of 255 = 2%
B 169 of 255 = 66%

111
6
169

R + G + B ~ 37%. #6F06A9 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 6 + 169 = 286 (100%)
R 111 of 286 ~ 38.81%
G 6 of 286 ~ 2.1%
B 169 of 286 ~ 59.09'%

%38.81
%59.09

CMYK color model

#6F06A9 color CMYK value is (34,96,0,34).

  • cyan value is 34.32%
  • magenta value is 96.45%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (34,96,0,34)
C34M96Y0K34 (34%, 96%, 0%, 34%)
(0.34 / 0.96 / 0.00 / 0.34)

CMYK percentages

%34.32
%96.45
%0
%33.73

Codes

Color #6F06A9 in popluar color models

6F 06 A9
RGB 111 6 169
HSL 279° 93.14% 34.31%
HSB/HSV 279° 96.45% 66.27%
CMYK 34.32% 96.45% 0.00%
33.73%

Color #6F06A9 in popluar number systems.

HEX 6F 06 A9
Decimal 111 6 169
Binary 1101111 110 10101001
Octal 157 6 251

Shades and tints

Shades of #6F06A9

#6F06A9
(111,6,169)
#65069A
(101,6,154)
#5B068B
(91,6,139)
#51067C
(81,6,124)
#47066D
(71,6,109)
#3D065E
(61,6,94)
#33064F
(51,6,79)
#290640
(41,6,64)
#1F0631
(31,6,49)
#150622
(21,6,34)
#0B0613
(11,6,19)
#000000
(0,0,0)

Tints of #6F06A9

#6F06A9
(111,6,169)
#7C1CB0
(124,28,176)
#8932B7
(137,50,183)
#9648BE
(150,72,190)
#A35EC5
(163,94,197)
#B074CC
(176,116,204)
#BD8AD3
(189,138,211)
#CAA0DA
(202,160,218)
#D7B6E1
(215,182,225)
#E4CCE8
(228,204,232)
#F1E2EF
(241,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F06A9; }

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

This text font color is #6F06A9.

Background Color

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

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

This div background color is #6F06A9.

Border color

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

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

This div border color is #6F06A9.

Opacity

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

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

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

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

This text has shadow with #6F06A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F06A9.

Preview

Color preview on black background

This text has color #6F06A9 on black background.


Color preview on white background

This text has color #6F06A9 on white background.


Black color preview on #6F06A9 background

This text has black color on #6F06A9 background.


White color preview on #6F06A9 background

This text has white color on #6F06A9 background.


Related colors

Complementary color

Complementary color for #hex is #90F956.


I love getcolorcode.com

Triadic colors

1 #A96F06 and #06A96F with #6F06A9 are triadic colors.

2 #A9066F and #066FA9 with #6F06A9 are triadic colors.