COLOR #6C98A8

HEX: #6C98A8
RGB: (108,152,168)

Color info

#6C98A8 contains mainly green and blue colors. Web safe color of #6C98A8 is #669999 (or #699).

RGB color model

#6C98A8 color RGB value is (108,152,168).

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

RGB channels and saturation

R 108 of 255 = 42%
G 152 of 255 = 60%
B 168 of 255 = 66%

108
152
168

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

Portions of RGB colors in percentages

R + G + B =
108 + 152 + 168 = 428 (100%)
R 108 of 428 ~ 25.23%
G 152 of 428 ~ 35.51%
B 168 of 428 ~ 39.25%

%25.23
%35.51
%39.25

CMYK color model

#6C98A8 color CMYK value is (36,10,0,34).

  • cyan value is 35.71%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(36,10,0,34)
C36M10Y0K34 
(36%,10%,0%,34%)
(0.36/0.10/0.00/0.34)	

CMYK percentages

%35.71
%9.52
%0
%34.12

Codes

Color #6C98A8 in popluar color models

6C98A8
RGB108152168
HSL196°25.64%54.12%
HSB/HSV196°35.71%65.88%
CMYK35.71%9.52%0.00%
34.12%

Color #6C98A8 in popluar number systems.

HEX6C98A8
Decimal108152168
Binary11011001001100010101000
Octal154230250

Shades and tints

Shades of #6C98A8

#6C98A8
(108,152,168)
#638B99
(99,139,153)
#5A7E8A
(90,126,138)
#51717B
(81,113,123)
#48646C
(72,100,108)
#3F575D
(63,87,93)
#364A4E
(54,74,78)
#2D3D3F
(45,61,63)
#243030
(36,48,48)
#1B2321
(27,35,33)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #6C98A8

#6C98A8
(108,152,168)
#79A1AF
(121,161,175)
#86AAB6
(134,170,182)
#93B3BD
(147,179,189)
#A0BCC4
(160,188,196)
#ADC5CB
(173,197,203)
#BACED2
(186,206,210)
#C7D7D9
(199,215,217)
#D4E0E0
(212,224,224)
#E1E9E7
(225,233,231)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C98A8; }

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

This text font color is #6C98A8.


Background Color

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

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

This div background color is #6C98A8.


Border color

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

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

This div border color is #6C98A8.


Opacity

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

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

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

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

This text has shadow with #6C98A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C98A8 on black background.


Color preview on white background

This text has color #6C98A8 on white background.



Black color preview on #6C98A8 background

This text has black color on #6C98A8 background.


White color preview on #6C98A8 background

This text has white color on #6C98A8 background.