COLOR #6F98B1

HEX: #6F98B1 RGB: (111,152,177)

Color info

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

RGB color model

#6F98B1 color RGB value is (111,152,177).

RGB: (111,152,177) (44%, 60%, 69%)

RGB channels and saturation

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

111
152
177

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

Portions of RGB colors in percentages

R + G + B = 111 + 152 + 177 = 440 (100%)
R 111 of 440 ~ 25.23%
G 152 of 440 ~ 34.55%
B 177 of 440 ~ 40.23'%

%25.23
%34.55
%40.23

CMYK color model

#6F98B1 color CMYK value is (37,14,0,31).

  • cyan value is 37.29%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (37,14,0,31)
C37M14Y0K31 (37%, 14%, 0%, 31%)
(0.37 / 0.14 / 0.00 / 0.31)

CMYK percentages

%37.29
%14.12
%0
%30.59

Codes

Color #6F98B1 in popluar color models

6F 98 B1
RGB 111 152 177
HSL 203° 29.73% 56.47%
HSB/HSV 203° 37.29% 69.41%
CMYK 37.29% 14.12% 0.00%
30.59%

Color #6F98B1 in popluar number systems.

HEX 6F 98 B1
Decimal 111 152 177
Binary 1101111 10011000 10110001
Octal 157 230 261

Shades and tints

Shades of #6F98B1

#6F98B1
(111,152,177)
#658BA1
(101,139,161)
#5B7E91
(91,126,145)
#517181
(81,113,129)
#476471
(71,100,113)
#3D5761
(61,87,97)
#334A51
(51,74,81)
#293D41
(41,61,65)
#1F3031
(31,48,49)
#152321
(21,35,33)
#0B1611
(11,22,17)
#000000
(0,0,0)

Tints of #6F98B1

#6F98B1
(111,152,177)
#7CA1B8
(124,161,184)
#89AABF
(137,170,191)
#96B3C6
(150,179,198)
#A3BCCD
(163,188,205)
#B0C5D4
(176,197,212)
#BDCEDB
(189,206,219)
#CAD7E2
(202,215,226)
#D7E0E9
(215,224,233)
#E4E9F0
(228,233,240)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F98B1; }

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

This text font color is #6F98B1.

Background Color

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

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

This div background color is #6F98B1.

Border color

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

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

This div border color is #6F98B1.

Opacity

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

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

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

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

This text has shadow with #6F98B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F98B1.

Preview

Color preview on black background

This text has color #6F98B1 on black background.


Color preview on white background

This text has color #6F98B1 on white background.


Black color preview on #6F98B1 background

This text has black color on #6F98B1 background.


White color preview on #6F98B1 background

This text has white color on #6F98B1 background.


Related colors

Complementary color

Complementary color for #hex is #90674E.


I love getcolorcode.com

Triadic colors

1 #B16F98 and #98B16F with #6F98B1 are triadic colors.

2 #B1986F and #986FB1 with #6F98B1 are triadic colors.