COLOR #6F87AF

HEX: #6F87AF RGB: (111,135,175)

Color info

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

RGB color model

#6F87AF color RGB value is (111,135,175).

RGB: (111,135,175) (44%, 53%, 69%)

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 175 of 255 = 69%

111
135
175

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

Portions of RGB colors in percentages

R + G + B = 111 + 135 + 175 = 421 (100%)
R 111 of 421 ~ 26.37%
G 135 of 421 ~ 32.07%
B 175 of 421 ~ 41.57'%

%26.37
%32.07
%41.57

CMYK color model

#6F87AF color CMYK value is (37,23,0,31).

  • cyan value is 36.57%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (37,23,0,31) C37M23Y0K31 (37%,23%,0%,31%) (0.37/0.23/0.00/0.31) 

CMYK percentages

%36.57
%22.86
%0
%31.37

Codes

Color #6F87AF in popluar color models

6F 87 AF
RGB 111 135 175
HSL 218° 28.57% 56.08%
HSB/HSV 218° 36.57% 68.63%
CMYK 36.57% 22.86% 0.00%
31.37%

Color #6F87AF in popluar number systems.

HEX 6F 87 AF
Decimal 111 135 175
Binary 1101111 10000111 10101111
Octal 157 207 257

Shades and tints

Shades of #6F87AF

#6F87AF
(111,135,175)
#657BA0
(101,123,160)
#5B6F91
(91,111,145)
#516382
(81,99,130)
#475773
(71,87,115)
#3D4B64
(61,75,100)
#333F55
(51,63,85)
#293346
(41,51,70)
#1F2737
(31,39,55)
#151B28
(21,27,40)
#0B0F19
(11,15,25)
#000000
(0,0,0)

Tints of #6F87AF

#6F87AF
(111,135,175)
#7C91B6
(124,145,182)
#899BBD
(137,155,189)
#96A5C4
(150,165,196)
#A3AFCB
(163,175,203)
#B0B9D2
(176,185,210)
#BDC3D9
(189,195,217)
#CACDE0
(202,205,224)
#D7D7E7
(215,215,231)
#E4E1EE
(228,225,238)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F87AF; }

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

This text font color is #6F87AF.

Background Color

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

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

This div background color is #6F87AF.

Border color

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

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

This div border color is #6F87AF.

Opacity

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

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

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

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

This text has shadow with #6F87AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F87AF.

Preview

Color preview on black background

This text has color #6F87AF on black background.


Color preview on white background

This text has color #6F87AF on white background.


Black color preview on #6F87AF background

This text has black color on #6F87AF background.


White color preview on #6F87AF background

This text has white color on #6F87AF background.


Related colors

Complementary color

Complementary color for #hex is #907850.


I love getcolorcode.com

Triadic colors

1 #AF6F87 and #87AF6F with #6F87AF are triadic colors.

2 #AF876F and #876FAF with #6F87AF are triadic colors.