COLOR #6D98DB

HEX: #6D98DB
RGB: (109,152,219)

Color info

#6D98DB contains mainly blue color. Web safe color of #6D98DB is #6699CC (or #69C).

RGB color model

#6D98DB color RGB value is (109,152,219).

  • red value is 109;
  • green value is 152;
  • blue value is 219.
RGB:
(109,152,219)
(43%,60%,86%)

RGB channels and saturation

R 109 of 255 = 43%
G 152 of 255 = 60%
B 219 of 255 = 86%

109
152
219

R + G + B ~ 63%. #6D98DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 152 + 219 = 480 (100%)
R 109 of 480 ~ 22.71%
G 152 of 480 ~ 31.67%
B 219 of 480 ~ 45.63%

%22.71
%31.67
%45.63

CMYK color model

#6D98DB color CMYK value is (50,31,0,14).

  • cyan value is 50.23%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(50,31,0,14)
C50M31Y0K14 
(50%,31%,0%,14%)
(0.50/0.31/0.00/0.14)	

CMYK percentages

%50.23
%30.59
%0
%14.12

Codes

Color #6D98DB in popluar color models

6D98DB
RGB109152219
HSL217°60.44%64.31%
HSB/HSV217°50.23%85.88%
CMYK50.23%30.59%0.00%
14.12%

Color #6D98DB in popluar number systems.

HEX6D98DB
Decimal109152219
Binary11011011001100011011011
Octal155230333

Shades and tints

Shades of #6D98DB

#6D98DB
(109,152,219)
#648BC8
(100,139,200)
#5B7EB5
(91,126,181)
#5271A2
(82,113,162)
#49648F
(73,100,143)
#40577C
(64,87,124)
#374A69
(55,74,105)
#2E3D56
(46,61,86)
#253043
(37,48,67)
#1C2330
(28,35,48)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #6D98DB

#6D98DB
(109,152,219)
#7AA1DE
(122,161,222)
#87AAE1
(135,170,225)
#94B3E4
(148,179,228)
#A1BCE7
(161,188,231)
#AEC5EA
(174,197,234)
#BBCEED
(187,206,237)
#C8D7F0
(200,215,240)
#D5E0F3
(213,224,243)
#E2E9F6
(226,233,246)
#EFF2F9
(239,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D98DB color. Also use rgb(109,152,219) instead hex code.

Text Font Color

.myTextColor { color: #6D98DB; }

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

This text font color is #6D98DB.


Background Color

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

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

This div background color is #6D98DB.


Border color

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

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

This div border color is #6D98DB.


Opacity

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

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

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

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

This text has shadow with #6D98DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D98DB on black background.


Color preview on white background

This text has color #6D98DB on white background.



Black color preview on #6D98DB background

This text has black color on #6D98DB background.


White color preview on #6D98DB background

This text has white color on #6D98DB background.