COLOR #6C98AC

HEX: #6C98AC
RGB: (108,152,172)

Color info

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

RGB color model

#6C98AC color RGB value is (108,152,172).

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

RGB channels and saturation

R 108 of 255 = 42%
G 152 of 255 = 60%
B 172 of 255 = 67%

108
152
172

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

Portions of RGB colors in percentages

R + G + B =
108 + 152 + 172 = 432 (100%)
R 108 of 432 ~ 25%
G 152 of 432 ~ 35.19%
B 172 of 432 ~ 39.81%

%25
%35.19
%39.81

CMYK color model

#6C98AC color CMYK value is (37,12,0,33).

  • cyan value is 37.21%
  • magenta value is 11.63%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(37,12,0,33)
C37M12Y0K33 
(37%,12%,0%,33%)
(0.37/0.12/0.00/0.33)	

CMYK percentages

%37.21
%11.63
%0
%32.55

Codes

Color #6C98AC in popluar color models

6C98AC
RGB108152172
HSL199°27.83%54.90%
HSB/HSV199°37.21%67.45%
CMYK37.21%11.63%0.00%
32.55%

Color #6C98AC in popluar number systems.

HEX6C98AC
Decimal108152172
Binary11011001001100010101100
Octal154230254

Shades and tints

Shades of #6C98AC

#6C98AC
(108,152,172)
#638B9D
(99,139,157)
#5A7E8E
(90,126,142)
#51717F
(81,113,127)
#486470
(72,100,112)
#3F5761
(63,87,97)
#364A52
(54,74,82)
#2D3D43
(45,61,67)
#243034
(36,48,52)
#1B2325
(27,35,37)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #6C98AC

#6C98AC
(108,152,172)
#79A1B3
(121,161,179)
#86AABA
(134,170,186)
#93B3C1
(147,179,193)
#A0BCC8
(160,188,200)
#ADC5CF
(173,197,207)
#BACED6
(186,206,214)
#C7D7DD
(199,215,221)
#D4E0E4
(212,224,228)
#E1E9EB
(225,233,235)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C98AC; }

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

This text font color is #6C98AC.


Background Color

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

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

This div background color is #6C98AC.


Border color

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

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

This div border color is #6C98AC.


Opacity

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

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

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

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

This text has shadow with #6C98AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C98AC on black background.


Color preview on white background

This text has color #6C98AC on white background.



Black color preview on #6C98AC background

This text has black color on #6C98AC background.


White color preview on #6C98AC background

This text has white color on #6C98AC background.