COLOR #6F85AD

HEX: #6F85AD RGB: (111,133,173)

Color info

#6F85AD contains mainly green and blue colors. Web safe color of #6F85AD is #669999 (or #699).

RGB color model

#6F85AD color RGB value is (111,133,173).

RGB: (111,133,173) (44%, 52%, 68%)

RGB channels and saturation

R 111 of 255 = 44%
G 133 of 255 = 52%
B 173 of 255 = 68%

111
133
173

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

Portions of RGB colors in percentages

R + G + B = 111 + 133 + 173 = 417 (100%)
R 111 of 417 ~ 26.62%
G 133 of 417 ~ 31.89%
B 173 of 417 ~ 41.49'%

%26.62
%31.89
%41.49

CMYK color model

#6F85AD color CMYK value is (36,23,0,32).

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

CMYK: (36,23,0,32)
C36M23Y0K32 (36%, 23%, 0%, 32%)
(0.36 / 0.23 / 0.00 / 0.32)

CMYK percentages

%35.84
%23.12
%0
%32.16

Codes

Color #6F85AD in popluar color models

6F 85 AD
RGB 111 133 173
HSL 219° 27.43% 55.69%
HSB/HSV 219° 35.84% 67.84%
CMYK 35.84% 23.12% 0.00%
32.16%

Color #6F85AD in popluar number systems.

HEX 6F 85 AD
Decimal 111 133 173
Binary 1101111 10000101 10101101
Octal 157 205 255

Shades and tints

Shades of #6F85AD

#6F85AD
(111,133,173)
#65799E
(101,121,158)
#5B6D8F
(91,109,143)
#516180
(81,97,128)
#475571
(71,85,113)
#3D4962
(61,73,98)
#333D53
(51,61,83)
#293144
(41,49,68)
#1F2535
(31,37,53)
#151926
(21,25,38)
#0B0D17
(11,13,23)
#000000
(0,0,0)

Tints of #6F85AD

#6F85AD
(111,133,173)
#7C90B4
(124,144,180)
#899BBB
(137,155,187)
#96A6C2
(150,166,194)
#A3B1C9
(163,177,201)
#B0BCD0
(176,188,208)
#BDC7D7
(189,199,215)
#CAD2DE
(202,210,222)
#D7DDE5
(215,221,229)
#E4E8EC
(228,232,236)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F85AD; }

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

This text font color is #6F85AD.

Background Color

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

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

This div background color is #6F85AD.

Border color

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

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

This div border color is #6F85AD.

Opacity

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

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

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

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

This text has shadow with #6F85AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F85AD.

Preview

Color preview on black background

This text has color #6F85AD on black background.


Color preview on white background

This text has color #6F85AD on white background.


Black color preview on #6F85AD background

This text has black color on #6F85AD background.


White color preview on #6F85AD background

This text has white color on #6F85AD background.


Related colors

Complementary color

Complementary color for #hex is #907A52.


I love getcolorcode.com

Triadic colors

1 #AD6F85 and #85AD6F with #6F85AD are triadic colors.

2 #AD856F and #856FAD with #6F85AD are triadic colors.