COLOR #6C989F

HEX: #6C989F RGB: (108,152,159)

Color info

#6C989F contains red, green and blue colors in about the same proportion. Web safe color of #6C989F is #669999 (or #699).

RGB color model

#6C989F color RGB value is (108,152,159).

RGB: (108,152,159) (42%, 60%, 62%)

RGB channels and saturation

R 108 of 255 = 42%
G 152 of 255 = 60%
B 159 of 255 = 62%

108
152
159

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

Portions of RGB colors in percentages

R + G + B = 108 + 152 + 159 = 419 (100%)
R 108 of 419 ~ 25.78%
G 152 of 419 ~ 36.28%
B 159 of 419 ~ 37.95'%

%25.78
%36.28
%37.95

CMYK color model

#6C989F color CMYK value is (32,4,0,38).

  • cyan value is 32.08%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK: (32,4,0,38) C32M4Y0K38 (32%,4%,0%,38%) (0.32/0.04/0.00/0.38) 

CMYK percentages

%32.08
%4.4
%0
%37.65

Codes

Color #6C989F in popluar color models

6C 98 9F
RGB 108 152 159
HSL 188° 20.99% 52.35%
HSB/HSV 188° 32.08% 62.35%
CMYK 32.08% 4.40% 0.00%
37.65%

Color #6C989F in popluar number systems.

HEX 6C 98 9F
Decimal 108 152 159
Binary 1101100 10011000 10011111
Octal 154 230 237

Shades and tints

Shades of #6C989F

#6C989F
(108,152,159)
#638B91
(99,139,145)
#5A7E83
(90,126,131)
#517175
(81,113,117)
#486467
(72,100,103)
#3F5759
(63,87,89)
#364A4B
(54,74,75)
#2D3D3D
(45,61,61)
#24302F
(36,48,47)
#1B2321
(27,35,33)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #6C989F

#6C989F
(108,152,159)
#79A1A7
(121,161,167)
#86AAAF
(134,170,175)
#93B3B7
(147,179,183)
#A0BCBF
(160,188,191)
#ADC5C7
(173,197,199)
#BACECF
(186,206,207)
#C7D7D7
(199,215,215)
#D4E0DF
(212,224,223)
#E1E9E7
(225,233,231)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C989F; }

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

This text font color is #6C989F.

Background Color

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

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

This div background color is #6C989F.

Border color

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

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

This div border color is #6C989F.

Opacity

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

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

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

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

This text has shadow with #6C989F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C989F.

Preview

Color preview on black background

This text has color #6C989F on black background.


Color preview on white background

This text has color #6C989F on white background.


Black color preview on #6C989F background

This text has black color on #6C989F background.


White color preview on #6C989F background

This text has white color on #6C989F background.


Related colors

Complementary color

Complementary color for #hex is #936760.


I love getcolorcode.com

Triadic colors

1 #9F6C98 and #989F6C with #6C989F are triadic colors.

2 #9F986C and #986C9F with #6C989F are triadic colors.