COLOR #6F85AF

HEX: #6F85AF
RGB: (111,133,175)

Color info

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

RGB color model

#6F85AF color RGB value is (111,133,175).

  • red value is 111;
  • green value is 133;
  • blue value is 175.
RGB:
(111,133,175)
(44%,52%,69%)

RGB channels and saturation

R 111 of 255 = 44%
G 133 of 255 = 52%
B 175 of 255 = 69%

111
133
175

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

Portions of RGB colors in percentages

R + G + B =
111 + 133 + 175 = 419 (100%)
R 111 of 419 ~ 26.49%
G 133 of 419 ~ 31.74%
B 175 of 419 ~ 41.77%

%26.49
%31.74
%41.77

CMYK color model

#6F85AF color CMYK value is (37,24,0,31).

  • cyan value is 36.57%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(37,24,0,31)
C37M24Y0K31 
(37%,24%,0%,31%)
(0.37/0.24/0.00/0.31)	

CMYK percentages

%36.57
%24
%0
%31.37

Codes

Color #6F85AF in popluar color models

6F85AF
RGB111133175
HSL219°28.57%56.08%
HSB/HSV219°36.57%68.63%
CMYK36.57%24.00%0.00%
31.37%

Color #6F85AF in popluar number systems.

HEX6F85AF
Decimal111133175
Binary11011111000010110101111
Octal157205257

Shades and tints

Shades of #6F85AF

#6F85AF
(111,133,175)
#6579A0
(101,121,160)
#5B6D91
(91,109,145)
#516182
(81,97,130)
#475573
(71,85,115)
#3D4964
(61,73,100)
#333D55
(51,61,85)
#293146
(41,49,70)
#1F2537
(31,37,55)
#151928
(21,25,40)
#0B0D19
(11,13,25)
#000000
(0,0,0)

Tints of #6F85AF

#6F85AF
(111,133,175)
#7C90B6
(124,144,182)
#899BBD
(137,155,189)
#96A6C4
(150,166,196)
#A3B1CB
(163,177,203)
#B0BCD2
(176,188,210)
#BDC7D9
(189,199,217)
#CAD2E0
(202,210,224)
#D7DDE7
(215,221,231)
#E4E8EE
(228,232,238)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F85AF; }

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

This text font color is #6F85AF.


Background Color

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

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

This div background color is #6F85AF.


Border color

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

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

This div border color is #6F85AF.


Opacity

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

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

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

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

This text has shadow with #6F85AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F85AF on black background.


Color preview on white background

This text has color #6F85AF on white background.



Black color preview on #6F85AF background

This text has black color on #6F85AF background.


White color preview on #6F85AF background

This text has white color on #6F85AF background.