COLOR #6C9F96

HEX: #6C9F96
RGB: (108,159,150)

Color info

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

RGB color model

#6C9F96 color RGB value is (108,159,150).

  • red value is 108;
  • green value is 159;
  • blue value is 150.
RGB:
(108,159,150)
(42%,62%,59%)

RGB channels and saturation

R 108 of 255 = 42%
G 159 of 255 = 62%
B 150 of 255 = 59%

108
159
150

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

Portions of RGB colors in percentages

R + G + B =
108 + 159 + 150 = 417 (100%)
R 108 of 417 ~ 25.9%
G 159 of 417 ~ 38.13%
B 150 of 417 ~ 35.97%

%25.9
%38.13
%35.97

CMYK color model

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

  • cyan value is 32.08%
  • magenta value is 0.00%
  • yellow value is 5.66%
  • key color value is 37.65%
CMYK:
(32,0,6,38)
C32M0Y6K38 
(32%,0%,6%,38%)
(0.32/0.00/0.06/0.38)	

CMYK percentages

%32.08
%0
%5.66
%37.65

Codes

Color #6C9F96 in popluar color models

6C9F96
RGB108159150
HSL169°20.99%52.35%
HSB/HSV169°32.08%62.35%
CMYK32.08%0.00%5.66%
37.65%

Color #6C9F96 in popluar number systems.

HEX6C9F96
Decimal108159150
Binary11011001001111110010110
Octal154237226

Shades and tints

Shades of #6C9F96

#6C9F96
(108,159,150)
#639189
(99,145,137)
#5A837C
(90,131,124)
#51756F
(81,117,111)
#486762
(72,103,98)
#3F5955
(63,89,85)
#364B48
(54,75,72)
#2D3D3B
(45,61,59)
#242F2E
(36,47,46)
#1B2121
(27,33,33)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #6C9F96

#6C9F96
(108,159,150)
#79A79F
(121,167,159)
#86AFA8
(134,175,168)
#93B7B1
(147,183,177)
#A0BFBA
(160,191,186)
#ADC7C3
(173,199,195)
#BACFCC
(186,207,204)
#C7D7D5
(199,215,213)
#D4DFDE
(212,223,222)
#E1E7E7
(225,231,231)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9F96; }

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

This text font color is #6C9F96.


Background Color

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

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

This div background color is #6C9F96.


Border color

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

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

This div border color is #6C9F96.


Opacity

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

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

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

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

This text has shadow with #6C9F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9F96 on black background.


Color preview on white background

This text has color #6C9F96 on white background.



Black color preview on #6C9F96 background

This text has black color on #6C9F96 background.


White color preview on #6C9F96 background

This text has white color on #6C9F96 background.