COLOR #6F6AAA

HEX: #6F6AAA RGB: (111,106,170)

Color info

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

RGB color model

#6F6AAA color RGB value is (111,106,170).

RGB: (111,106,170) (44%, 42%, 67%)

RGB channels and saturation

R 111 of 255 = 44%
G 106 of 255 = 42%
B 170 of 255 = 67%

111
106
170

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

Portions of RGB colors in percentages

R + G + B = 111 + 106 + 170 = 387 (100%)
R 111 of 387 ~ 28.68%
G 106 of 387 ~ 27.39%
B 170 of 387 ~ 43.93'%

%28.68
%27.39
%43.93

CMYK color model

#6F6AAA color CMYK value is (35,38,0,33).

  • cyan value is 34.71%
  • magenta value is 37.65%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (35,38,0,33)
C35M38Y0K33 (35%, 38%, 0%, 33%)
(0.35 / 0.38 / 0.00 / 0.33)

CMYK percentages

%34.71
%37.65
%0
%33.33

Codes

Color #6F6AAA in popluar color models

6F 6A AA
RGB 111 106 170
HSL 245° 27.35% 54.12%
HSB/HSV 245° 37.65% 66.67%
CMYK 34.71% 37.65% 0.00%
33.33%

Color #6F6AAA in popluar number systems.

HEX 6F 6A AA
Decimal 111 106 170
Binary 1101111 1101010 10101010
Octal 157 152 252

Shades and tints

Shades of #6F6AAA

#6F6AAA
(111,106,170)
#65619B
(101,97,155)
#5B588C
(91,88,140)
#514F7D
(81,79,125)
#47466E
(71,70,110)
#3D3D5F
(61,61,95)
#333450
(51,52,80)
#292B41
(41,43,65)
#1F2232
(31,34,50)
#151923
(21,25,35)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #6F6AAA

#6F6AAA
(111,106,170)
#7C77B1
(124,119,177)
#8984B8
(137,132,184)
#9691BF
(150,145,191)
#A39EC6
(163,158,198)
#B0ABCD
(176,171,205)
#BDB8D4
(189,184,212)
#CAC5DB
(202,197,219)
#D7D2E2
(215,210,226)
#E4DFE9
(228,223,233)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6AAA; }

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

This text font color is #6F6AAA.

Background Color

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

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

This div background color is #6F6AAA.

Border color

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

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

This div border color is #6F6AAA.

Opacity

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

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

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

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

This text has shadow with #6F6AAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6AAA.

Preview

Color preview on black background

This text has color #6F6AAA on black background.


Color preview on white background

This text has color #6F6AAA on white background.


Black color preview on #6F6AAA background

This text has black color on #6F6AAA background.


White color preview on #6F6AAA background

This text has white color on #6F6AAA background.


Related colors

Complementary color

Complementary color for #hex is #909555.


I love getcolorcode.com

Triadic colors

1 #AA6F6A and #6AAA6F with #6F6AAA are triadic colors.

2 #AA6A6F and #6A6FAA with #6F6AAA are triadic colors.