COLOR #6B98BD

HEX: #6B98BD
RGB: (107,152,189)

Color info

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

RGB color model

#6B98BD color RGB value is (107,152,189).

  • red value is 107;
  • green value is 152;
  • blue value is 189.
RGB:
(107,152,189)
(42%,60%,74%)

RGB channels and saturation

R 107 of 255 = 42%
G 152 of 255 = 60%
B 189 of 255 = 74%

107
152
189

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

Portions of RGB colors in percentages

R + G + B =
107 + 152 + 189 = 448 (100%)
R 107 of 448 ~ 23.88%
G 152 of 448 ~ 33.93%
B 189 of 448 ~ 42.19%

%23.88
%33.93
%42.19

CMYK color model

#6B98BD color CMYK value is (43,20,0,26).

  • cyan value is 43.39%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(43,20,0,26)
C43M20Y0K26 
(43%,20%,0%,26%)
(0.43/0.20/0.00/0.26)	

CMYK percentages

%43.39
%19.58
%0
%25.88

Codes

Color #6B98BD in popluar color models

6B98BD
RGB107152189
HSL207°38.32%58.04%
HSB/HSV207°43.39%74.12%
CMYK43.39%19.58%0.00%
25.88%

Color #6B98BD in popluar number systems.

HEX6B98BD
Decimal107152189
Binary11010111001100010111101
Octal153230275

Shades and tints

Shades of #6B98BD

#6B98BD
(107,152,189)
#628BAC
(98,139,172)
#597E9B
(89,126,155)
#50718A
(80,113,138)
#476479
(71,100,121)
#3E5768
(62,87,104)
#354A57
(53,74,87)
#2C3D46
(44,61,70)
#233035
(35,48,53)
#1A2324
(26,35,36)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #6B98BD

#6B98BD
(107,152,189)
#78A1C3
(120,161,195)
#85AAC9
(133,170,201)
#92B3CF
(146,179,207)
#9FBCD5
(159,188,213)
#ACC5DB
(172,197,219)
#B9CEE1
(185,206,225)
#C6D7E7
(198,215,231)
#D3E0ED
(211,224,237)
#E0E9F3
(224,233,243)
#EDF2F9
(237,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B98BD; }

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

This text font color is #6B98BD.


Background Color

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

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

This div background color is #6B98BD.


Border color

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

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

This div border color is #6B98BD.


Opacity

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

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

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

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

This text has shadow with #6B98BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B98BD on black background.


Color preview on white background

This text has color #6B98BD on white background.



Black color preview on #6B98BD background

This text has black color on #6B98BD background.


White color preview on #6B98BD background

This text has white color on #6B98BD background.