COLOR #6C998F

HEX: #6C998F RGB: (108,153,143)

Color info

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

RGB color model

#6C998F color RGB value is (108,153,143).

RGB: (108,153,143) (42%, 60%, 56%)

RGB channels and saturation

R 108 of 255 = 42%
G 153 of 255 = 60%
B 143 of 255 = 56%

108
153
143

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

Portions of RGB colors in percentages

R + G + B = 108 + 153 + 143 = 404 (100%)
R 108 of 404 ~ 26.73%
G 153 of 404 ~ 37.87%
B 143 of 404 ~ 35.4'%

%26.73
%37.87
%35.4

CMYK color model

#6C998F color CMYK value is (29,0,7,40).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • key color value is 40.00%

CMYK: (29,0,7,40)
C29M0Y7K40 (29%, 0%, 7%, 40%)
(0.29 / 0.00 / 0.07 / 0.40)

CMYK percentages

%29.41
%0
%6.54
%40

Codes

Color #6C998F in popluar color models

6C 99 8F
RGB 108 153 143
HSL 167° 18.07% 51.18%
HSB/HSV 167° 29.41% 60.00%
CMYK 29.41% 0.00% 6.54%
40.00%

Color #6C998F in popluar number systems.

HEX 6C 99 8F
Decimal 108 153 143
Binary 1101100 10011001 10001111
Octal 154 231 217

Shades and tints

Shades of #6C998F

#6C998F
(108,153,143)
#638C82
(99,140,130)
#5A7F75
(90,127,117)
#517268
(81,114,104)
#48655B
(72,101,91)
#3F584E
(63,88,78)
#364B41
(54,75,65)
#2D3E34
(45,62,52)
#243127
(36,49,39)
#1B241A
(27,36,26)
#12170D
(18,23,13)
#000000
(0,0,0)

Tints of #6C998F

#6C998F
(108,153,143)
#79A299
(121,162,153)
#86ABA3
(134,171,163)
#93B4AD
(147,180,173)
#A0BDB7
(160,189,183)
#ADC6C1
(173,198,193)
#BACFCB
(186,207,203)
#C7D8D5
(199,216,213)
#D4E1DF
(212,225,223)
#E1EAE9
(225,234,233)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C998F color. Also use rgb(108,153,143) instead hex code.

Text Font Color

.myTextColor { color: #6C998F; }

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

This text font color is #6C998F.

Background Color

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

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

This div background color is #6C998F.

Border color

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

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

This div border color is #6C998F.

Opacity

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

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

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

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

This text has shadow with #6C998F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C998F.

Preview

Color preview on black background

This text has color #6C998F on black background.


Color preview on white background

This text has color #6C998F on white background.


Black color preview on #6C998F background

This text has black color on #6C998F background.


White color preview on #6C998F background

This text has white color on #6C998F background.


Related colors

Complementary color

Complementary color for #hex is #936670.


I love getcolorcode.com

Triadic colors

1 #8F6C99 and #998F6C with #6C998F are triadic colors.

2 #8F996C and #996C8F with #6C998F are triadic colors.