COLOR #6F69AD

HEX: #6F69AD RGB: (111,105,173)

Color info

#6F69AD contains mainly blue color. Web safe color of #6F69AD is #666699 (or #669).

RGB color model

#6F69AD color RGB value is (111,105,173).

RGB: (111,105,173) (44%, 41%, 68%)

RGB channels and saturation

R 111 of 255 = 44%
G 105 of 255 = 41%
B 173 of 255 = 68%

111
105
173

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

Portions of RGB colors in percentages

R + G + B = 111 + 105 + 173 = 389 (100%)
R 111 of 389 ~ 28.53%
G 105 of 389 ~ 26.99%
B 173 of 389 ~ 44.47'%

%28.53
%26.99
%44.47

CMYK color model

#6F69AD color CMYK value is (36,39,0,32).

  • cyan value is 35.84%
  • magenta value is 39.31%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (36,39,0,32)
C36M39Y0K32 (36%, 39%, 0%, 32%)
(0.36 / 0.39 / 0.00 / 0.32)

CMYK percentages

%35.84
%39.31
%0
%32.16

Codes

Color #6F69AD in popluar color models

6F 69 AD
RGB 111 105 173
HSL 245° 29.31% 54.51%
HSB/HSV 245° 39.31% 67.84%
CMYK 35.84% 39.31% 0.00%
32.16%

Color #6F69AD in popluar number systems.

HEX 6F 69 AD
Decimal 111 105 173
Binary 1101111 1101001 10101101
Octal 157 151 255

Shades and tints

Shades of #6F69AD

#6F69AD
(111,105,173)
#65609E
(101,96,158)
#5B578F
(91,87,143)
#514E80
(81,78,128)
#474571
(71,69,113)
#3D3C62
(61,60,98)
#333353
(51,51,83)
#292A44
(41,42,68)
#1F2135
(31,33,53)
#151826
(21,24,38)
#0B0F17
(11,15,23)
#000000
(0,0,0)

Tints of #6F69AD

#6F69AD
(111,105,173)
#7C76B4
(124,118,180)
#8983BB
(137,131,187)
#9690C2
(150,144,194)
#A39DC9
(163,157,201)
#B0AAD0
(176,170,208)
#BDB7D7
(189,183,215)
#CAC4DE
(202,196,222)
#D7D1E5
(215,209,229)
#E4DEEC
(228,222,236)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F69AD; }

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

This text font color is #6F69AD.

Background Color

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

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

This div background color is #6F69AD.

Border color

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

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

This div border color is #6F69AD.

Opacity

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

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

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

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

This text has shadow with #6F69AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F69AD.

Preview

Color preview on black background

This text has color #6F69AD on black background.


Color preview on white background

This text has color #6F69AD on white background.


Black color preview on #6F69AD background

This text has black color on #6F69AD background.


White color preview on #6F69AD background

This text has white color on #6F69AD background.


Related colors

Complementary color

Complementary color for #hex is #909652.


I love getcolorcode.com

Triadic colors

1 #AD6F69 and #69AD6F with #6F69AD are triadic colors.

2 #AD696F and #696FAD with #6F69AD are triadic colors.