COLOR #6C9085

HEX: #6C9085
RGB: (108,144,133)

Color info

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

RGB color model

#6C9085 color RGB value is (108,144,133).

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

RGB channels and saturation

R 108 of 255 = 42%
G 144 of 255 = 56%
B 133 of 255 = 52%

108
144
133

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

Portions of RGB colors in percentages

R + G + B =
108 + 144 + 133 = 385 (100%)
R 108 of 385 ~ 28.05%
G 144 of 385 ~ 37.4%
B 133 of 385 ~ 34.55%

%28.05
%37.4
%34.55

CMYK color model

#6C9085 color CMYK value is (25,0,8,44).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 7.64%
  • key color value is 43.53%
CMYK:
(25,0,8,44)
C25M0Y8K44 
(25%,0%,8%,44%)
(0.25/0.00/0.08/0.44)	

CMYK percentages

%25
%0
%7.64
%43.53

Codes

Color #6C9085 in popluar color models

6C9085
RGB108144133
HSL162°14.29%49.41%
HSB/HSV162°25.00%56.47%
CMYK25.00%0.00%7.64%
43.53%

Color #6C9085 in popluar number systems.

HEX6C9085
Decimal108144133
Binary11011001001000010000101
Octal154220205

Shades and tints

Shades of #6C9085

#6C9085
(108,144,133)
#638379
(99,131,121)
#5A766D
(90,118,109)
#516961
(81,105,97)
#485C55
(72,92,85)
#3F4F49
(63,79,73)
#36423D
(54,66,61)
#2D3531
(45,53,49)
#242825
(36,40,37)
#1B1B19
(27,27,25)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #6C9085

#6C9085
(108,144,133)
#799A90
(121,154,144)
#86A49B
(134,164,155)
#93AEA6
(147,174,166)
#A0B8B1
(160,184,177)
#ADC2BC
(173,194,188)
#BACCC7
(186,204,199)
#C7D6D2
(199,214,210)
#D4E0DD
(212,224,221)
#E1EAE8
(225,234,232)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9085; }

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

This text font color is #6C9085.


Background Color

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

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

This div background color is #6C9085.


Border color

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

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

This div border color is #6C9085.


Opacity

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

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

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

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

This text has shadow with #6C9085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9085 on black background.


Color preview on white background

This text has color #6C9085 on white background.



Black color preview on #6C9085 background

This text has black color on #6C9085 background.


White color preview on #6C9085 background

This text has white color on #6C9085 background.