COLOR #6F97AA

HEX: #6F97AA
RGB: (111,151,170)

Color info

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

RGB color model

#6F97AA color RGB value is (111,151,170).

  • red value is 111;
  • green value is 151;
  • blue value is 170.
RGB:
(111,151,170)
(44%,59%,67%)

RGB channels and saturation

R 111 of 255 = 44%
G 151 of 255 = 59%
B 170 of 255 = 67%

111
151
170

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

Portions of RGB colors in percentages

R + G + B =
111 + 151 + 170 = 432 (100%)
R 111 of 432 ~ 25.69%
G 151 of 432 ~ 34.95%
B 170 of 432 ~ 39.35%

%25.69
%34.95
%39.35

CMYK color model

#6F97AA color CMYK value is (35,11,0,33).

  • cyan value is 34.71%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(35,11,0,33)
C35M11Y0K33 
(35%,11%,0%,33%)
(0.35/0.11/0.00/0.33)	

CMYK percentages

%34.71
%11.18
%0
%33.33

Codes

Color #6F97AA in popluar color models

6F97AA
RGB111151170
HSL199°25.76%55.10%
HSB/HSV199°34.71%66.67%
CMYK34.71%11.18%0.00%
33.33%

Color #6F97AA in popluar number systems.

HEX6F97AA
Decimal111151170
Binary11011111001011110101010
Octal157227252

Shades and tints

Shades of #6F97AA

#6F97AA
(111,151,170)
#658A9B
(101,138,155)
#5B7D8C
(91,125,140)
#51707D
(81,112,125)
#47636E
(71,99,110)
#3D565F
(61,86,95)
#334950
(51,73,80)
#293C41
(41,60,65)
#1F2F32
(31,47,50)
#152223
(21,34,35)
#0B1514
(11,21,20)
#000000
(0,0,0)

Tints of #6F97AA

#6F97AA
(111,151,170)
#7CA0B1
(124,160,177)
#89A9B8
(137,169,184)
#96B2BF
(150,178,191)
#A3BBC6
(163,187,198)
#B0C4CD
(176,196,205)
#BDCDD4
(189,205,212)
#CAD6DB
(202,214,219)
#D7DFE2
(215,223,226)
#E4E8E9
(228,232,233)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F97AA color. Also use rgb(111,151,170) instead hex code.

Text Font Color

.myTextColor { color: #6F97AA; }

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

This text font color is #6F97AA.


Background Color

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

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

This div background color is #6F97AA.


Border color

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

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

This div border color is #6F97AA.


Opacity

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

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

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

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

This text has shadow with #6F97AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F97AA on black background.


Color preview on white background

This text has color #6F97AA on white background.



Black color preview on #6F97AA background

This text has black color on #6F97AA background.


White color preview on #6F97AA background

This text has white color on #6F97AA background.