COLOR #6C98C3

HEX: #6C98C3
RGB: (108,152,195)

Color info

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

RGB color model

#6C98C3 color RGB value is (108,152,195).

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

RGB channels and saturation

R 108 of 255 = 42%
G 152 of 255 = 60%
B 195 of 255 = 76%

108
152
195

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

Portions of RGB colors in percentages

R + G + B =
108 + 152 + 195 = 455 (100%)
R 108 of 455 ~ 23.74%
G 152 of 455 ~ 33.41%
B 195 of 455 ~ 42.86%

%23.74
%33.41
%42.86

CMYK color model

#6C98C3 color CMYK value is (45,22,0,24).

  • cyan value is 44.62%
  • magenta value is 22.05%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(45,22,0,24)
C45M22Y0K24 
(45%,22%,0%,24%)
(0.45/0.22/0.00/0.24)	

CMYK percentages

%44.62
%22.05
%0
%23.53

Codes

Color #6C98C3 in popluar color models

6C98C3
RGB108152195
HSL210°42.03%59.41%
HSB/HSV210°44.62%76.47%
CMYK44.62%22.05%0.00%
23.53%

Color #6C98C3 in popluar number systems.

HEX6C98C3
Decimal108152195
Binary11011001001100011000011
Octal154230303

Shades and tints

Shades of #6C98C3

#6C98C3
(108,152,195)
#638BB2
(99,139,178)
#5A7EA1
(90,126,161)
#517190
(81,113,144)
#48647F
(72,100,127)
#3F576E
(63,87,110)
#364A5D
(54,74,93)
#2D3D4C
(45,61,76)
#24303B
(36,48,59)
#1B232A
(27,35,42)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #6C98C3

#6C98C3
(108,152,195)
#79A1C8
(121,161,200)
#86AACD
(134,170,205)
#93B3D2
(147,179,210)
#A0BCD7
(160,188,215)
#ADC5DC
(173,197,220)
#BACEE1
(186,206,225)
#C7D7E6
(199,215,230)
#D4E0EB
(212,224,235)
#E1E9F0
(225,233,240)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C98C3; }

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

This text font color is #6C98C3.


Background Color

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

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

This div background color is #6C98C3.


Border color

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

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

This div border color is #6C98C3.


Opacity

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

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

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

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

This text has shadow with #6C98C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C98C3 on black background.


Color preview on white background

This text has color #6C98C3 on white background.



Black color preview on #6C98C3 background

This text has black color on #6C98C3 background.


White color preview on #6C98C3 background

This text has white color on #6C98C3 background.