COLOR #6C98C9

HEX: #6C98C9
RGB: (108,152,201)

Color info

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

RGB color model

#6C98C9 color RGB value is (108,152,201).

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

RGB channels and saturation

R 108 of 255 = 42%
G 152 of 255 = 60%
B 201 of 255 = 79%

108
152
201

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

Portions of RGB colors in percentages

R + G + B =
108 + 152 + 201 = 461 (100%)
R 108 of 461 ~ 23.43%
G 152 of 461 ~ 32.97%
B 201 of 461 ~ 43.6%

%23.43
%32.97
%43.6

CMYK color model

#6C98C9 color CMYK value is (46,24,0,21).

  • cyan value is 46.27%
  • magenta value is 24.38%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(46,24,0,21)
C46M24Y0K21 
(46%,24%,0%,21%)
(0.46/0.24/0.00/0.21)	

CMYK percentages

%46.27
%24.38
%0
%21.18

Codes

Color #6C98C9 in popluar color models

6C98C9
RGB108152201
HSL212°46.27%60.59%
HSB/HSV212°46.27%78.82%
CMYK46.27%24.38%0.00%
21.18%

Color #6C98C9 in popluar number systems.

HEX6C98C9
Decimal108152201
Binary11011001001100011001001
Octal154230311

Shades and tints

Shades of #6C98C9

#6C98C9
(108,152,201)
#638BB7
(99,139,183)
#5A7EA5
(90,126,165)
#517193
(81,113,147)
#486481
(72,100,129)
#3F576F
(63,87,111)
#364A5D
(54,74,93)
#2D3D4B
(45,61,75)
#243039
(36,48,57)
#1B2327
(27,35,39)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #6C98C9

#6C98C9
(108,152,201)
#79A1CD
(121,161,205)
#86AAD1
(134,170,209)
#93B3D5
(147,179,213)
#A0BCD9
(160,188,217)
#ADC5DD
(173,197,221)
#BACEE1
(186,206,225)
#C7D7E5
(199,215,229)
#D4E0E9
(212,224,233)
#E1E9ED
(225,233,237)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C98C9 color. Also use rgb(108,152,201) instead hex code.

Text Font Color

.myTextColor { color: #6C98C9; }

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

This text font color is #6C98C9.


Background Color

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

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

This div background color is #6C98C9.


Border color

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

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

This div border color is #6C98C9.


Opacity

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

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

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

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

This text has shadow with #6C98C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C98C9 on black background.


Color preview on white background

This text has color #6C98C9 on white background.



Black color preview on #6C98C9 background

This text has black color on #6C98C9 background.


White color preview on #6C98C9 background

This text has white color on #6C98C9 background.