COLOR #6C9984

HEX: #6C9984
RGB: (108,153,132)

Color info

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

RGB color model

#6C9984 color RGB value is (108,153,132).

  • red value is 108;
  • green value is 153;
  • blue value is 132.
RGB:
(108,153,132)
(42%,60%,52%)

RGB channels and saturation

R 108 of 255 = 42%
G 153 of 255 = 60%
B 132 of 255 = 52%

108
153
132

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

Portions of RGB colors in percentages

R + G + B =
108 + 153 + 132 = 393 (100%)
R 108 of 393 ~ 27.48%
G 153 of 393 ~ 38.93%
B 132 of 393 ~ 33.59%

%27.48
%38.93
%33.59

CMYK color model

#6C9984 color CMYK value is (29,0,14,40).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 40.00%
CMYK:
(29,0,14,40)
C29M0Y14K40 
(29%,0%,14%,40%)
(0.29/0.00/0.14/0.40)	

CMYK percentages

%29.41
%0
%13.73
%40

Codes

Color #6C9984 in popluar color models

6C9984
RGB108153132
HSL152°18.07%51.18%
HSB/HSV152°29.41%60.00%
CMYK29.41%0.00%13.73%
40.00%

Color #6C9984 in popluar number systems.

HEX6C9984
Decimal108153132
Binary11011001001100110000100
Octal154231204

Shades and tints

Shades of #6C9984

#6C9984
(108,153,132)
#638C78
(99,140,120)
#5A7F6C
(90,127,108)
#517260
(81,114,96)
#486554
(72,101,84)
#3F5848
(63,88,72)
#364B3C
(54,75,60)
#2D3E30
(45,62,48)
#243124
(36,49,36)
#1B2418
(27,36,24)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #6C9984

#6C9984
(108,153,132)
#79A28F
(121,162,143)
#86AB9A
(134,171,154)
#93B4A5
(147,180,165)
#A0BDB0
(160,189,176)
#ADC6BB
(173,198,187)
#BACFC6
(186,207,198)
#C7D8D1
(199,216,209)
#D4E1DC
(212,225,220)
#E1EAE7
(225,234,231)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9984; }

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

This text font color is #6C9984.


Background Color

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

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

This div background color is #6C9984.


Border color

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

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

This div border color is #6C9984.


Opacity

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

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

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

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

This text has shadow with #6C9984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9984 on black background.


Color preview on white background

This text has color #6C9984 on white background.



Black color preview on #6C9984 background

This text has black color on #6C9984 background.


White color preview on #6C9984 background

This text has white color on #6C9984 background.