COLOR #6F85AE

HEX: #6F85AE RGB: (111,133,174)

Color info

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

RGB color model

#6F85AE color RGB value is (111,133,174).

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

RGB channels and saturation

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

111
133
174

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

Portions of RGB colors in percentages

R + G + B = 111 + 133 + 174 = 418 (100%)
R 111 of 418 ~ 26.56%
G 133 of 418 ~ 31.82%
B 174 of 418 ~ 41.63'%

%26.56
%31.82
%41.63

CMYK color model

#6F85AE color CMYK value is (36,24,0,32).

  • cyan value is 36.21%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (36,24,0,32) C36M24Y0K32 (36%,24%,0%,32%) (0.36/0.24/0.00/0.32) 

CMYK percentages

%36.21
%23.56
%0
%31.76

Codes

Color #6F85AE in popluar color models

6F 85 AE
RGB 111 133 174
HSL 219° 28.00% 55.88%
HSB/HSV 219° 36.21% 68.24%
CMYK 36.21% 23.56% 0.00%
31.76%

Color #6F85AE in popluar number systems.

HEX 6F 85 AE
Decimal 111 133 174
Binary 1101111 10000101 10101110
Octal 157 205 256

Shades and tints

Shades of #6F85AE

#6F85AE
(111,133,174)
#65799F
(101,121,159)
#5B6D90
(91,109,144)
#516181
(81,97,129)
#475572
(71,85,114)
#3D4963
(61,73,99)
#333D54
(51,61,84)
#293145
(41,49,69)
#1F2536
(31,37,54)
#151927
(21,25,39)
#0B0D18
(11,13,24)
#000000
(0,0,0)

Tints of #6F85AE

#6F85AE
(111,133,174)
#7C90B5
(124,144,181)
#899BBC
(137,155,188)
#96A6C3
(150,166,195)
#A3B1CA
(163,177,202)
#B0BCD1
(176,188,209)
#BDC7D8
(189,199,216)
#CAD2DF
(202,210,223)
#D7DDE6
(215,221,230)
#E4E8ED
(228,232,237)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F85AE; }

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

This text font color is #6F85AE.

Background Color

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

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

This div background color is #6F85AE.

Border color

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

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

This div border color is #6F85AE.

Opacity

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

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

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

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

This text has shadow with #6F85AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F85AE.

Preview

Color preview on black background

This text has color #6F85AE on black background.


Color preview on white background

This text has color #6F85AE on white background.


Black color preview on #6F85AE background

This text has black color on #6F85AE background.


White color preview on #6F85AE background

This text has white color on #6F85AE background.


Related colors

Complementary color

Complementary color for #hex is #907A51.


I love getcolorcode.com

Triadic colors

1 #AE6F85 and #85AE6F with #6F85AE are triadic colors.

2 #AE856F and #856FAE with #6F85AE are triadic colors.