COLOR #6F98BD

HEX: #6F98BD RGB: (111,152,189)

Color info

#6F98BD contains mainly green and blue colors. Web safe color of #6F98BD is #6699CC (or #69C).

RGB color model

#6F98BD color RGB value is (111,152,189).

RGB: (111,152,189) (44%, 60%, 74%)

RGB channels and saturation

R 111 of 255 = 44%
G 152 of 255 = 60%
B 189 of 255 = 74%

111
152
189

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

Portions of RGB colors in percentages

R + G + B = 111 + 152 + 189 = 452 (100%)
R 111 of 452 ~ 24.56%
G 152 of 452 ~ 33.63%
B 189 of 452 ~ 41.81'%

%24.56
%33.63
%41.81

CMYK color model

#6F98BD color CMYK value is (41,20,0,26).

  • cyan value is 41.27%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (41,20,0,26)
C41M20Y0K26 (41%, 20%, 0%, 26%)
(0.41 / 0.20 / 0.00 / 0.26)

CMYK percentages

%41.27
%19.58
%0
%25.88

Codes

Color #6F98BD in popluar color models

6F 98 BD
RGB 111 152 189
HSL 208° 37.14% 58.82%
HSB/HSV 208° 41.27% 74.12%
CMYK 41.27% 19.58% 0.00%
25.88%

Color #6F98BD in popluar number systems.

HEX 6F 98 BD
Decimal 111 152 189
Binary 1101111 10011000 10111101
Octal 157 230 275

Shades and tints

Shades of #6F98BD

#6F98BD
(111,152,189)
#658BAC
(101,139,172)
#5B7E9B
(91,126,155)
#51718A
(81,113,138)
#476479
(71,100,121)
#3D5768
(61,87,104)
#334A57
(51,74,87)
#293D46
(41,61,70)
#1F3035
(31,48,53)
#152324
(21,35,36)
#0B1613
(11,22,19)
#000000
(0,0,0)

Tints of #6F98BD

#6F98BD
(111,152,189)
#7CA1C3
(124,161,195)
#89AAC9
(137,170,201)
#96B3CF
(150,179,207)
#A3BCD5
(163,188,213)
#B0C5DB
(176,197,219)
#BDCEE1
(189,206,225)
#CAD7E7
(202,215,231)
#D7E0ED
(215,224,237)
#E4E9F3
(228,233,243)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F98BD; }

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

This text font color is #6F98BD.

Background Color

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

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

This div background color is #6F98BD.

Border color

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

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

This div border color is #6F98BD.

Opacity

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

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

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

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

This text has shadow with #6F98BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F98BD.

Preview

Color preview on black background

This text has color #6F98BD on black background.


Color preview on white background

This text has color #6F98BD on white background.


Black color preview on #6F98BD background

This text has black color on #6F98BD background.


White color preview on #6F98BD background

This text has white color on #6F98BD background.


Related colors

Complementary color

Complementary color for #hex is #906742.


I love getcolorcode.com

Triadic colors

1 #BD6F98 and #98BD6F with #6F98BD are triadic colors.

2 #BD986F and #986FBD with #6F98BD are triadic colors.