COLOR #6C9E91

HEX: #6C9E91
RGB: (108,158,145)

Color info

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

RGB color model

#6C9E91 color RGB value is (108,158,145).

  • red value is 108;
  • green value is 158;
  • blue value is 145.
RGB:
(108,158,145)
(42%,62%,57%)

RGB channels and saturation

R 108 of 255 = 42%
G 158 of 255 = 62%
B 145 of 255 = 57%

108
158
145

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

Portions of RGB colors in percentages

R + G + B =
108 + 158 + 145 = 411 (100%)
R 108 of 411 ~ 26.28%
G 158 of 411 ~ 38.44%
B 145 of 411 ~ 35.28%

%26.28
%38.44
%35.28

CMYK color model

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

  • cyan value is 31.65%
  • magenta value is 0.00%
  • yellow value is 8.23%
  • key color value is 38.04%
CMYK:
(32,0,8,38)
C32M0Y8K38 
(32%,0%,8%,38%)
(0.32/0.00/0.08/0.38)	

CMYK percentages

%31.65
%0
%8.23
%38.04

Codes

Color #6C9E91 in popluar color models

6C9E91
RGB108158145
HSL164°20.49%52.16%
HSB/HSV164°31.65%61.96%
CMYK31.65%0.00%8.23%
38.04%

Color #6C9E91 in popluar number systems.

HEX6C9E91
Decimal108158145
Binary11011001001111010010001
Octal154236221

Shades and tints

Shades of #6C9E91

#6C9E91
(108,158,145)
#639084
(99,144,132)
#5A8277
(90,130,119)
#51746A
(81,116,106)
#48665D
(72,102,93)
#3F5850
(63,88,80)
#364A43
(54,74,67)
#2D3C36
(45,60,54)
#242E29
(36,46,41)
#1B201C
(27,32,28)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #6C9E91

#6C9E91
(108,158,145)
#79A69B
(121,166,155)
#86AEA5
(134,174,165)
#93B6AF
(147,182,175)
#A0BEB9
(160,190,185)
#ADC6C3
(173,198,195)
#BACECD
(186,206,205)
#C7D6D7
(199,214,215)
#D4DEE1
(212,222,225)
#E1E6EB
(225,230,235)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9E91 color. Also use rgb(108,158,145) instead hex code.

Text Font Color

.myTextColor { color: #6C9E91; }

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

This text font color is #6C9E91.


Background Color

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

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

This div background color is #6C9E91.


Border color

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

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

This div border color is #6C9E91.


Opacity

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

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

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

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

This text has shadow with #6C9E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9E91 on black background.


Color preview on white background

This text has color #6C9E91 on white background.



Black color preview on #6C9E91 background

This text has black color on #6C9E91 background.


White color preview on #6C9E91 background

This text has white color on #6C9E91 background.