COLOR #6B98F8

HEX: #6B98F8
RGB: (107,152,248)

Color info

#6B98F8 contains mainly blue color. Web safe color of #6B98F8 is #6699FF (or #69F).

RGB color model

#6B98F8 color RGB value is (107,152,248).

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

RGB channels and saturation

R 107 of 255 = 42%
G 152 of 255 = 60%
B 248 of 255 = 97%

107
152
248

R + G + B ~ 66%. #6B98F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 152 + 248 = 507 (100%)
R 107 of 507 ~ 21.1%
G 152 of 507 ~ 29.98%
B 248 of 507 ~ 48.92%

%21.1
%29.98
%48.92

CMYK color model

#6B98F8 color CMYK value is (57,39,0,3).

  • cyan value is 56.85%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(57,39,0,3)
C57M39Y0K3 
(57%,39%,0%,3%)
(0.57/0.39/0.00/0.03)	

CMYK percentages

%56.85
%38.71
%0
%2.75

Codes

Color #6B98F8 in popluar color models

6B98F8
RGB107152248
HSL221°90.97%69.61%
HSB/HSV221°56.85%97.25%
CMYK56.85%38.71%0.00%
2.75%

Color #6B98F8 in popluar number systems.

HEX6B98F8
Decimal107152248
Binary11010111001100011111000
Octal153230370

Shades and tints

Shades of #6B98F8

#6B98F8
(107,152,248)
#628BE2
(98,139,226)
#597ECC
(89,126,204)
#5071B6
(80,113,182)
#4764A0
(71,100,160)
#3E578A
(62,87,138)
#354A74
(53,74,116)
#2C3D5E
(44,61,94)
#233048
(35,48,72)
#1A2332
(26,35,50)
#11161C
(17,22,28)
#000000
(0,0,0)

Tints of #6B98F8

#6B98F8
(107,152,248)
#78A1F8
(120,161,248)
#85AAF8
(133,170,248)
#92B3F8
(146,179,248)
#9FBCF8
(159,188,248)
#ACC5F8
(172,197,248)
#B9CEF8
(185,206,248)
#C6D7F8
(198,215,248)
#D3E0F8
(211,224,248)
#E0E9F8
(224,233,248)
#EDF2F8
(237,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B98F8; }

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

This text font color is #6B98F8.


Background Color

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

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

This div background color is #6B98F8.


Border color

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

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

This div border color is #6B98F8.


Opacity

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

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

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

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

This text has shadow with #6B98F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B98F8 on black background.


Color preview on white background

This text has color #6B98F8 on white background.



Black color preview on #6B98F8 background

This text has black color on #6B98F8 background.


White color preview on #6B98F8 background

This text has white color on #6B98F8 background.