COLOR #6C9282

HEX: #6C9282 RGB: (108,146,130)

Color info

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

RGB color model

#6C9282 color RGB value is (108,146,130).

RGB: (108,146,130) (42%, 57%, 51%)

RGB channels and saturation

R 108 of 255 = 42%
G 146 of 255 = 57%
B 130 of 255 = 51%

108
146
130

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

Portions of RGB colors in percentages

R + G + B = 108 + 146 + 130 = 384 (100%)
R 108 of 384 ~ 28.13%
G 146 of 384 ~ 38.02%
B 130 of 384 ~ 33.85'%

%28.13
%38.02
%33.85

CMYK color model

#6C9282 color CMYK value is (26,0,11,43).

  • cyan value is 26.03%
  • magenta value is 0.00%
  • yellow value is 10.96%
  • key color value is 42.75%

CMYK: (26,0,11,43)
C26M0Y11K43 (26%, 0%, 11%, 43%)
(0.26 / 0.00 / 0.11 / 0.43)

CMYK percentages

%26.03
%0
%10.96
%42.75

Codes

Color #6C9282 in popluar color models

6C 92 82
RGB 108 146 130
HSL 155° 14.96% 49.80%
HSB/HSV 155° 26.03% 57.25%
CMYK 26.03% 0.00% 10.96%
42.75%

Color #6C9282 in popluar number systems.

HEX 6C 92 82
Decimal 108 146 130
Binary 1101100 10010010 10000010
Octal 154 222 202

Shades and tints

Shades of #6C9282

#6C9282
(108,146,130)
#638577
(99,133,119)
#5A786C
(90,120,108)
#516B61
(81,107,97)
#485E56
(72,94,86)
#3F514B
(63,81,75)
#364440
(54,68,64)
#2D3735
(45,55,53)
#242A2A
(36,42,42)
#1B1D1F
(27,29,31)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #6C9282

#6C9282
(108,146,130)
#799B8D
(121,155,141)
#86A498
(134,164,152)
#93ADA3
(147,173,163)
#A0B6AE
(160,182,174)
#ADBFB9
(173,191,185)
#BAC8C4
(186,200,196)
#C7D1CF
(199,209,207)
#D4DADA
(212,218,218)
#E1E3E5
(225,227,229)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9282; }

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

This text font color is #6C9282.

Background Color

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

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

This div background color is #6C9282.

Border color

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

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

This div border color is #6C9282.

Opacity

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

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

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

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

This text has shadow with #6C9282 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C9282.

Preview

Color preview on black background

This text has color #6C9282 on black background.


Color preview on white background

This text has color #6C9282 on white background.


Black color preview on #6C9282 background

This text has black color on #6C9282 background.


White color preview on #6C9282 background

This text has white color on #6C9282 background.


Related colors

Complementary color

Complementary color for #hex is #936D7D.


I love getcolorcode.com

Triadic colors

1 #826C92 and #92826C with #6C9282 are triadic colors.

2 #82926C and #926C82 with #6C9282 are triadic colors.