COLOR #6F98AF

HEX: #6F98AF
RGB: (111,152,175)

Color info

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

RGB color model

#6F98AF color RGB value is (111,152,175).

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

RGB channels and saturation

R 111 of 255 = 44%
G 152 of 255 = 60%
B 175 of 255 = 69%

111
152
175

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

Portions of RGB colors in percentages

R + G + B =
111 + 152 + 175 = 438 (100%)
R 111 of 438 ~ 25.34%
G 152 of 438 ~ 34.7%
B 175 of 438 ~ 39.95%

%25.34
%34.7
%39.95

CMYK color model

#6F98AF color CMYK value is (37,13,0,31).

  • cyan value is 36.57%
  • magenta value is 13.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (37,13,0,31) C37M13Y0K31 (37%,13%,0%,31%) (0.37/0.13/0.00/0.31)

CMYK percentages

%36.57
%13.14
%0
%31.37

Codes

Color #6F98AF in popluar color models

6F98AF
RGB111152175
HSL202°28.57%56.08%
HSB/HSV202°36.57%68.63%
CMYK36.57%13.14%0.00%
31.37%

Color #6F98AF in popluar number systems.

HEX6F98AF
Decimal111152175
Binary11011111001100010101111
Octal157230257

Shades and tints

Shades of #6F98AF

#6F98AF
(111,152,175)
#658BA0
(101,139,160)
#5B7E91
(91,126,145)
#517182
(81,113,130)
#476473
(71,100,115)
#3D5764
(61,87,100)
#334A55
(51,74,85)
#293D46
(41,61,70)
#1F3037
(31,48,55)
#152328
(21,35,40)
#0B1619
(11,22,25)
#000000
(0,0,0)

Tints of #6F98AF

#6F98AF
(111,152,175)
#7CA1B6
(124,161,182)
#89AABD
(137,170,189)
#96B3C4
(150,179,196)
#A3BCCB
(163,188,203)
#B0C5D2
(176,197,210)
#BDCED9
(189,206,217)
#CAD7E0
(202,215,224)
#D7E0E7
(215,224,231)
#E4E9EE
(228,233,238)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F98AF; }

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

This text font color is #6F98AF.


Background Color

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

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

This div background color is #6F98AF.


Border color

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

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

This div border color is #6F98AF.


Opacity

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

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

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

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

This text has shadow with #6F98AF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6F98AF on black background.


Color preview on white background

This text has color #6F98AF on white background.



Black color preview on #6F98AF background

This text has black color on #6F98AF background.


White color preview on #6F98AF background

This text has white color on #6F98AF background.