COLOR #6B98BB

HEX: #6B98BB
RGB: (107,152,187)

Color info

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

RGB color model

#6B98BB color RGB value is (107,152,187).

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

RGB channels and saturation

R 107 of 255 = 42%
G 152 of 255 = 60%
B 187 of 255 = 73%

107
152
187

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

Portions of RGB colors in percentages

R + G + B =
107 + 152 + 187 = 446 (100%)
R 107 of 446 ~ 23.99%
G 152 of 446 ~ 34.08%
B 187 of 446 ~ 41.93%

%23.99
%34.08
%41.93

CMYK color model

#6B98BB color CMYK value is (43,19,0,27).

  • cyan value is 42.78%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(43,19,0,27)
C43M19Y0K27 
(43%,19%,0%,27%)
(0.43/0.19/0.00/0.27)	

CMYK percentages

%42.78
%18.72
%0
%26.67

Codes

Color #6B98BB in popluar color models

6B98BB
RGB107152187
HSL206°37.04%57.65%
HSB/HSV206°42.78%73.33%
CMYK42.78%18.72%0.00%
26.67%

Color #6B98BB in popluar number systems.

HEX6B98BB
Decimal107152187
Binary11010111001100010111011
Octal153230273

Shades and tints

Shades of #6B98BB

#6B98BB
(107,152,187)
#628BAA
(98,139,170)
#597E99
(89,126,153)
#507188
(80,113,136)
#476477
(71,100,119)
#3E5766
(62,87,102)
#354A55
(53,74,85)
#2C3D44
(44,61,68)
#233033
(35,48,51)
#1A2322
(26,35,34)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #6B98BB

#6B98BB
(107,152,187)
#78A1C1
(120,161,193)
#85AAC7
(133,170,199)
#92B3CD
(146,179,205)
#9FBCD3
(159,188,211)
#ACC5D9
(172,197,217)
#B9CEDF
(185,206,223)
#C6D7E5
(198,215,229)
#D3E0EB
(211,224,235)
#E0E9F1
(224,233,241)
#EDF2F7
(237,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B98BB; }

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

This text font color is #6B98BB.


Background Color

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

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

This div background color is #6B98BB.


Border color

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

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

This div border color is #6B98BB.


Opacity

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

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

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

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

This text has shadow with #6B98BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B98BB on black background.


Color preview on white background

This text has color #6B98BB on white background.



Black color preview on #6B98BB background

This text has black color on #6B98BB background.


White color preview on #6B98BB background

This text has white color on #6B98BB background.