COLOR #6598C9

HEX: #6598C9
RGB: (101,152,201)

Color info

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

RGB color model

#6598C9 color RGB value is (101,152,201).

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

RGB channels and saturation

R 101 of 255 = 40%
G 152 of 255 = 60%
B 201 of 255 = 79%

101
152
201

R + G + B ~ 60%. #6598C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 152 + 201 = 454 (100%)
R 101 of 454 ~ 22.25%
G 152 of 454 ~ 33.48%
B 201 of 454 ~ 44.27%

%22.25
%33.48
%44.27

CMYK color model

#6598C9 color CMYK value is (50,24,0,21).

  • cyan value is 49.75%
  • magenta value is 24.38%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(50,24,0,21)
C50M24Y0K21 
(50%,24%,0%,21%)
(0.50/0.24/0.00/0.21)	

CMYK percentages

%49.75
%24.38
%0
%21.18

Codes

Color #6598C9 in popluar color models

6598C9
RGB101152201
HSL209°48.08%59.22%
HSB/HSV209°49.75%78.82%
CMYK49.75%24.38%0.00%
21.18%

Color #6598C9 in popluar number systems.

HEX6598C9
Decimal101152201
Binary11001011001100011001001
Octal145230311

Shades and tints

Shades of #6598C9

#6598C9
(101,152,201)
#5C8BB7
(92,139,183)
#537EA5
(83,126,165)
#4A7193
(74,113,147)
#416481
(65,100,129)
#38576F
(56,87,111)
#2F4A5D
(47,74,93)
#263D4B
(38,61,75)
#1D3039
(29,48,57)
#142327
(20,35,39)
#0B1615
(11,22,21)
#000000
(0,0,0)

Tints of #6598C9

#6598C9
(101,152,201)
#73A1CD
(115,161,205)
#81AAD1
(129,170,209)
#8FB3D5
(143,179,213)
#9DBCD9
(157,188,217)
#ABC5DD
(171,197,221)
#B9CEE1
(185,206,225)
#C7D7E5
(199,215,229)
#D5E0E9
(213,224,233)
#E3E9ED
(227,233,237)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6598C9; }

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

This text font color is #6598C9.


Background Color

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

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

This div background color is #6598C9.


Border color

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

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

This div border color is #6598C9.


Opacity

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

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

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

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

This text has shadow with #6598C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6598C9 on black background.


Color preview on white background

This text has color #6598C9 on white background.



Black color preview on #6598C9 background

This text has black color on #6598C9 background.


White color preview on #6598C9 background

This text has white color on #6598C9 background.