COLOR #6C929A

HEX: #6C929A RGB: (108,146,154)

Color info

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

RGB color model

#6C929A color RGB value is (108,146,154).

RGB: (108,146,154) (42%, 57%, 60%)

RGB channels and saturation

R 108 of 255 = 42%
G 146 of 255 = 57%
B 154 of 255 = 60%

108
146
154

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

Portions of RGB colors in percentages

R + G + B = 108 + 146 + 154 = 408 (100%)
R 108 of 408 ~ 26.47%
G 146 of 408 ~ 35.78%
B 154 of 408 ~ 37.75'%

%26.47
%35.78
%37.75

CMYK color model

#6C929A color CMYK value is (30,5,0,40).

  • cyan value is 29.87%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (30,5,0,40)
C30M5Y0K40 (30%, 5%, 0%, 40%)
(0.30 / 0.05 / 0.00 / 0.40)

CMYK percentages

%29.87
%5.19
%0
%39.61

Codes

Color #6C929A in popluar color models

6C 92 9A
RGB 108 146 154
HSL 190° 18.55% 51.37%
HSB/HSV 190° 29.87% 60.39%
CMYK 29.87% 5.19% 0.00%
39.61%

Color #6C929A in popluar number systems.

HEX 6C 92 9A
Decimal 108 146 154
Binary 1101100 10010010 10011010
Octal 154 222 232

Shades and tints

Shades of #6C929A

#6C929A
(108,146,154)
#63858C
(99,133,140)
#5A787E
(90,120,126)
#516B70
(81,107,112)
#485E62
(72,94,98)
#3F5154
(63,81,84)
#364446
(54,68,70)
#2D3738
(45,55,56)
#242A2A
(36,42,42)
#1B1D1C
(27,29,28)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #6C929A

#6C929A
(108,146,154)
#799BA3
(121,155,163)
#86A4AC
(134,164,172)
#93ADB5
(147,173,181)
#A0B6BE
(160,182,190)
#ADBFC7
(173,191,199)
#BAC8D0
(186,200,208)
#C7D1D9
(199,209,217)
#D4DAE2
(212,218,226)
#E1E3EB
(225,227,235)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C929A; }

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

This text font color is #6C929A.

Background Color

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

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

This div background color is #6C929A.

Border color

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

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

This div border color is #6C929A.

Opacity

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

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

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

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

This text has shadow with #6C929A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C929A.

Preview

Color preview on black background

This text has color #6C929A on black background.


Color preview on white background

This text has color #6C929A on white background.


Black color preview on #6C929A background

This text has black color on #6C929A background.


White color preview on #6C929A background

This text has white color on #6C929A background.


Related colors

Complementary color

Complementary color for #hex is #936D65.


I love getcolorcode.com

Triadic colors

1 #9A6C92 and #929A6C with #6C929A are triadic colors.

2 #9A926C and #926C9A with #6C929A are triadic colors.