COLOR #6C928F

HEX: #6C928F
RGB: (108,146,143)

Color info

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

RGB color model

#6C928F color RGB value is (108,146,143).

  • red value is 108;
  • green value is 146;
  • blue value is 143.
RGB:
(108,146,143)
(42%,57%,56%)

RGB channels and saturation

R 108 of 255 = 42%
G 146 of 255 = 57%
B 143 of 255 = 56%

108
146
143

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

Portions of RGB colors in percentages

R + G + B =
108 + 146 + 143 = 397 (100%)
R 108 of 397 ~ 27.2%
G 146 of 397 ~ 36.78%
B 143 of 397 ~ 36.02%

%27.2
%36.78
%36.02

CMYK color model

#6C928F color CMYK value is (26,0,2,43).

  • cyan value is 26.03%
  • magenta value is 0.00%
  • yellow value is 2.05%
  • key color value is 42.75%
CMYK:
(26,0,2,43)
C26M0Y2K43 
(26%,0%,2%,43%)
(0.26/0.00/0.02/0.43)	

CMYK percentages

%26.03
%0
%2.05
%42.75

Codes

Color #6C928F in popluar color models

6C928F
RGB108146143
HSL175°14.96%49.80%
HSB/HSV175°26.03%57.25%
CMYK26.03%0.00%2.05%
42.75%

Color #6C928F in popluar number systems.

HEX6C928F
Decimal108146143
Binary11011001001001010001111
Octal154222217

Shades and tints

Shades of #6C928F

#6C928F
(108,146,143)
#638582
(99,133,130)
#5A7875
(90,120,117)
#516B68
(81,107,104)
#485E5B
(72,94,91)
#3F514E
(63,81,78)
#364441
(54,68,65)
#2D3734
(45,55,52)
#242A27
(36,42,39)
#1B1D1A
(27,29,26)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #6C928F

#6C928F
(108,146,143)
#799B99
(121,155,153)
#86A4A3
(134,164,163)
#93ADAD
(147,173,173)
#A0B6B7
(160,182,183)
#ADBFC1
(173,191,193)
#BAC8CB
(186,200,203)
#C7D1D5
(199,209,213)
#D4DADF
(212,218,223)
#E1E3E9
(225,227,233)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C928F color. Also use rgb(108,146,143) instead hex code.

Text Font Color

.myTextColor { color: #6C928F; }

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

This text font color is #6C928F.


Background Color

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

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

This div background color is #6C928F.


Border color

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

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

This div border color is #6C928F.


Opacity

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

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

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

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

This text has shadow with #6C928F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C928F on black background.


Color preview on white background

This text has color #6C928F on white background.



Black color preview on #6C928F background

This text has black color on #6C928F background.


White color preview on #6C928F background

This text has white color on #6C928F background.