COLOR #6C888A

HEX: #6C888A
RGB: (108,136,138)

Color info

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

RGB color model

#6C888A color RGB value is (108,136,138).

  • red value is 108;
  • green value is 136;
  • blue value is 138.
RGB:
(108,136,138)
(42%,53%,54%)

RGB channels and saturation

R 108 of 255 = 42%
G 136 of 255 = 53%
B 138 of 255 = 54%

108
136
138

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

Portions of RGB colors in percentages

R + G + B =
108 + 136 + 138 = 382 (100%)
R 108 of 382 ~ 28.27%
G 136 of 382 ~ 35.6%
B 138 of 382 ~ 36.13%

%28.27
%35.6
%36.13

CMYK color model

#6C888A color CMYK value is (22,1,0,46).

  • cyan value is 21.74%
  • magenta value is 1.45%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(22,1,0,46)
C22M1Y0K46 
(22%,1%,0%,46%)
(0.22/0.01/0.00/0.46)	

CMYK percentages

%21.74
%1.45
%0
%45.88

Codes

Color #6C888A in popluar color models

6C888A
RGB108136138
HSL184°12.20%48.24%
HSB/HSV184°21.74%54.12%
CMYK21.74%1.45%0.00%
45.88%

Color #6C888A in popluar number systems.

HEX6C888A
Decimal108136138
Binary11011001000100010001010
Octal154210212

Shades and tints

Shades of #6C888A

#6C888A
(108,136,138)
#637C7E
(99,124,126)
#5A7072
(90,112,114)
#516466
(81,100,102)
#48585A
(72,88,90)
#3F4C4E
(63,76,78)
#364042
(54,64,66)
#2D3436
(45,52,54)
#24282A
(36,40,42)
#1B1C1E
(27,28,30)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #6C888A

#6C888A
(108,136,138)
#799294
(121,146,148)
#869C9E
(134,156,158)
#93A6A8
(147,166,168)
#A0B0B2
(160,176,178)
#ADBABC
(173,186,188)
#BAC4C6
(186,196,198)
#C7CED0
(199,206,208)
#D4D8DA
(212,216,218)
#E1E2E4
(225,226,228)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C888A color. Also use rgb(108,136,138) instead hex code.

Text Font Color

.myTextColor { color: #6C888A; }

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

This text font color is #6C888A.


Background Color

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

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

This div background color is #6C888A.


Border color

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

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

This div border color is #6C888A.


Opacity

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

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

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

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

This text has shadow with #6C888A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C888A on black background.


Color preview on white background

This text has color #6C888A on white background.



Black color preview on #6C888A background

This text has black color on #6C888A background.


White color preview on #6C888A background

This text has white color on #6C888A background.