COLOR #6C908D

HEX: #6C908D
RGB: (108,144,141)

Color info

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

RGB color model

#6C908D color RGB value is (108,144,141).

  • red value is 108;
  • green value is 144;
  • blue value is 141.
RGB:
(108,144,141)
(42%,56%,55%)

RGB channels and saturation

R 108 of 255 = 42%
G 144 of 255 = 56%
B 141 of 255 = 55%

108
144
141

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

Portions of RGB colors in percentages

R + G + B =
108 + 144 + 141 = 393 (100%)
R 108 of 393 ~ 27.48%
G 144 of 393 ~ 36.64%
B 141 of 393 ~ 35.88%

%27.48
%36.64
%35.88

CMYK color model

#6C908D color CMYK value is (25,0,2,44).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 43.53%
CMYK:
(25,0,2,44)
C25M0Y2K44 
(25%,0%,2%,44%)
(0.25/0.00/0.02/0.44)	

CMYK percentages

%25
%0
%2.08
%43.53

Codes

Color #6C908D in popluar color models

6C908D
RGB108144141
HSL175°14.29%49.41%
HSB/HSV175°25.00%56.47%
CMYK25.00%0.00%2.08%
43.53%

Color #6C908D in popluar number systems.

HEX6C908D
Decimal108144141
Binary11011001001000010001101
Octal154220215

Shades and tints

Shades of #6C908D

#6C908D
(108,144,141)
#638381
(99,131,129)
#5A7675
(90,118,117)
#516969
(81,105,105)
#485C5D
(72,92,93)
#3F4F51
(63,79,81)
#364245
(54,66,69)
#2D3539
(45,53,57)
#24282D
(36,40,45)
#1B1B21
(27,27,33)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #6C908D

#6C908D
(108,144,141)
#799A97
(121,154,151)
#86A4A1
(134,164,161)
#93AEAB
(147,174,171)
#A0B8B5
(160,184,181)
#ADC2BF
(173,194,191)
#BACCC9
(186,204,201)
#C7D6D3
(199,214,211)
#D4E0DD
(212,224,221)
#E1EAE7
(225,234,231)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C908D color. Also use rgb(108,144,141) instead hex code.

Text Font Color

.myTextColor { color: #6C908D; }

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

This text font color is #6C908D.


Background Color

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

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

This div background color is #6C908D.


Border color

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

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

This div border color is #6C908D.


Opacity

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

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

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

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

This text has shadow with #6C908D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C908D on black background.


Color preview on white background

This text has color #6C908D on white background.



Black color preview on #6C908D background

This text has black color on #6C908D background.


White color preview on #6C908D background

This text has white color on #6C908D background.