COLOR #6F8CA4

HEX: #6F8CA4
RGB: (111,140,164)

Color info

#6F8CA4 contains red, green and blue colors in about the same proportion. Web safe color of #6F8CA4 is #669999 (or #699).

RGB color model

#6F8CA4 color RGB value is (111,140,164).

  • red value is 111;
  • green value is 140;
  • blue value is 164.
RGB:
(111,140,164)
(44%,55%,64%)

RGB channels and saturation

R 111 of 255 = 44%
G 140 of 255 = 55%
B 164 of 255 = 64%

111
140
164

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

Portions of RGB colors in percentages

R + G + B =
111 + 140 + 164 = 415 (100%)
R 111 of 415 ~ 26.75%
G 140 of 415 ~ 33.73%
B 164 of 415 ~ 39.52%

%26.75
%33.73
%39.52

CMYK color model

#6F8CA4 color CMYK value is (32,15,0,36).

  • cyan value is 32.32%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(32,15,0,36)
C32M15Y0K36 
(32%,15%,0%,36%)
(0.32/0.15/0.00/0.36)	

CMYK percentages

%32.32
%14.63
%0
%35.69

Codes

Color #6F8CA4 in popluar color models

6F8CA4
RGB111140164
HSL207°22.55%53.92%
HSB/HSV207°32.32%64.31%
CMYK32.32%14.63%0.00%
35.69%

Color #6F8CA4 in popluar number systems.

HEX6F8CA4
Decimal111140164
Binary11011111000110010100100
Octal157214244

Shades and tints

Shades of #6F8CA4

#6F8CA4
(111,140,164)
#658096
(101,128,150)
#5B7488
(91,116,136)
#51687A
(81,104,122)
#475C6C
(71,92,108)
#3D505E
(61,80,94)
#334450
(51,68,80)
#293842
(41,56,66)
#1F2C34
(31,44,52)
#152026
(21,32,38)
#0B1418
(11,20,24)
#000000
(0,0,0)

Tints of #6F8CA4

#6F8CA4
(111,140,164)
#7C96AC
(124,150,172)
#89A0B4
(137,160,180)
#96AABC
(150,170,188)
#A3B4C4
(163,180,196)
#B0BECC
(176,190,204)
#BDC8D4
(189,200,212)
#CAD2DC
(202,210,220)
#D7DCE4
(215,220,228)
#E4E6EC
(228,230,236)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8CA4 color. Also use rgb(111,140,164) instead hex code.

Text Font Color

.myTextColor { color: #6F8CA4; }

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

This text font color is #6F8CA4.


Background Color

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

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

This div background color is #6F8CA4.


Border color

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

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

This div border color is #6F8CA4.


Opacity

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

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

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

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

This text has shadow with #6F8CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8CA4 on black background.


Color preview on white background

This text has color #6F8CA4 on white background.



Black color preview on #6F8CA4 background

This text has black color on #6F8CA4 background.


White color preview on #6F8CA4 background

This text has white color on #6F8CA4 background.