COLOR #6C9D9E

HEX: #6C9D9E RGB: (108,157,158)

Color info

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

RGB color model

#6C9D9E color RGB value is (108,157,158).

RGB: (108,157,158) (42%, 62%, 62%)

RGB channels and saturation

R 108 of 255 = 42%
G 157 of 255 = 62%
B 158 of 255 = 62%

108
157
158

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

Portions of RGB colors in percentages

R + G + B = 108 + 157 + 158 = 423 (100%)
R 108 of 423 ~ 25.53%
G 157 of 423 ~ 37.12%
B 158 of 423 ~ 37.35'%

%25.53
%37.12
%37.35

CMYK color model

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

  • cyan value is 31.65%
  • magenta value is 0.63%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (32,1,0,38)
C32M1Y0K38 (32%, 1%, 0%, 38%)
(0.32 / 0.01 / 0.00 / 0.38)

CMYK percentages

%31.65
%0.63
%0
%38.04

Codes

Color #6C9D9E in popluar color models

6C 9D 9E
RGB 108 157 158
HSL 181° 20.49% 52.16%
HSB/HSV 181° 31.65% 61.96%
CMYK 31.65% 0.63% 0.00%
38.04%

Color #6C9D9E in popluar number systems.

HEX 6C 9D 9E
Decimal 108 157 158
Binary 1101100 10011101 10011110
Octal 154 235 236

Shades and tints

Shades of #6C9D9E

#6C9D9E
(108,157,158)
#638F90
(99,143,144)
#5A8182
(90,129,130)
#517374
(81,115,116)
#486566
(72,101,102)
#3F5758
(63,87,88)
#36494A
(54,73,74)
#2D3B3C
(45,59,60)
#242D2E
(36,45,46)
#1B1F20
(27,31,32)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #6C9D9E

#6C9D9E
(108,157,158)
#79A5A6
(121,165,166)
#86ADAE
(134,173,174)
#93B5B6
(147,181,182)
#A0BDBE
(160,189,190)
#ADC5C6
(173,197,198)
#BACDCE
(186,205,206)
#C7D5D6
(199,213,214)
#D4DDDE
(212,221,222)
#E1E5E6
(225,229,230)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9D9E; }

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

This text font color is #6C9D9E.

Background Color

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

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

This div background color is #6C9D9E.

Border color

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

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

This div border color is #6C9D9E.

Opacity

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

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

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

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

This text has shadow with #6C9D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C9D9E.

Preview

Color preview on black background

This text has color #6C9D9E on black background.


Color preview on white background

This text has color #6C9D9E on white background.


Black color preview on #6C9D9E background

This text has black color on #6C9D9E background.


White color preview on #6C9D9E background

This text has white color on #6C9D9E background.


Related colors

Complementary color

Complementary color for #hex is #936261.


I love getcolorcode.com

Triadic colors

1 #9E6C9D and #9D9E6C with #6C9D9E are triadic colors.

2 #9E9D6C and #9D6C9E with #6C9D9E are triadic colors.