COLOR #6598DB

HEX: #6598DB
RGB: (101,152,219)

Color info

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

RGB color model

#6598DB color RGB value is (101,152,219).

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

RGB channels and saturation

R 101 of 255 = 40%
G 152 of 255 = 60%
B 219 of 255 = 86%

101
152
219

R + G + B ~ 62%. #6598DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
101 + 152 + 219 = 472 (100%)
R 101 of 472 ~ 21.4%
G 152 of 472 ~ 32.2%
B 219 of 472 ~ 46.4%

%21.4
%32.2
%46.4

CMYK color model

#6598DB color CMYK value is (54,31,0,14).

  • cyan value is 53.88%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(54,31,0,14)
C54M31Y0K14 
(54%,31%,0%,14%)
(0.54/0.31/0.00/0.14)	

CMYK percentages

%53.88
%30.59
%0
%14.12

Codes

Color #6598DB in popluar color models

6598DB
RGB101152219
HSL214°62.11%62.75%
HSB/HSV214°53.88%85.88%
CMYK53.88%30.59%0.00%
14.12%

Color #6598DB in popluar number systems.

HEX6598DB
Decimal101152219
Binary11001011001100011011011
Octal145230333

Shades and tints

Shades of #6598DB

#6598DB
(101,152,219)
#5C8BC8
(92,139,200)
#537EB5
(83,126,181)
#4A71A2
(74,113,162)
#41648F
(65,100,143)
#38577C
(56,87,124)
#2F4A69
(47,74,105)
#263D56
(38,61,86)
#1D3043
(29,48,67)
#142330
(20,35,48)
#0B161D
(11,22,29)
#000000
(0,0,0)

Tints of #6598DB

#6598DB
(101,152,219)
#73A1DE
(115,161,222)
#81AAE1
(129,170,225)
#8FB3E4
(143,179,228)
#9DBCE7
(157,188,231)
#ABC5EA
(171,197,234)
#B9CEED
(185,206,237)
#C7D7F0
(199,215,240)
#D5E0F3
(213,224,243)
#E3E9F6
(227,233,246)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6598DB color. Also use rgb(101,152,219) instead hex code.

Text Font Color

.myTextColor { color: #6598DB; }

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

This text font color is #6598DB.


Background Color

.myBgColor { background-color: #6598DB; }

<div style="background-color:#6598DB">Inner text</div>

This div background color is #6598DB.


Border color

.myBorderColor { border: 1px solid #6598DB; }

<div style="border:3px solid #6598DB">Div</div>

This div border color is #6598DB.


Opacity

.myOpacity80 { color: #6598DB; opacity: 0.8; }

<p style="color:#6598DB;opacity:0.8;">80%</p>

Text with #6598DB 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 #6598DB;}

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

This text has shadow with #6598DB color.

.textShadow {text-shadow: 3px 3px 1px #6598DB, 3px 3px 1px red;}

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

This text has shadow with #6598DB primary color and red secondary color.


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

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

This text has shadow with #6598DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6598DB on black background.


Color preview on white background

This text has color #6598DB on white background.



Black color preview on #6598DB background

This text has black color on #6598DB background.


White color preview on #6598DB background

This text has white color on #6598DB background.