COLOR #6C9091

HEX: #6C9091
RGB: (108,144,145)

Color info

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

RGB color model

#6C9091 color RGB value is (108,144,145).

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

RGB channels and saturation

R 108 of 255 = 42%
G 144 of 255 = 56%
B 145 of 255 = 57%

108
144
145

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

Portions of RGB colors in percentages

R + G + B =
108 + 144 + 145 = 397 (100%)
R 108 of 397 ~ 27.2%
G 144 of 397 ~ 36.27%
B 145 of 397 ~ 36.52%

%27.2
%36.27
%36.52

CMYK color model

#6C9091 color CMYK value is (26,1,0,43).

  • cyan value is 25.52%
  • magenta value is 0.69%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(26,1,0,43)
C26M1Y0K43 
(26%,1%,0%,43%)
(0.26/0.01/0.00/0.43)	

CMYK percentages

%25.52
%0.69
%0
%43.14

Codes

Color #6C9091 in popluar color models

6C9091
RGB108144145
HSL182°14.62%49.61%
HSB/HSV182°25.52%56.86%
CMYK25.52%0.69%0.00%
43.14%

Color #6C9091 in popluar number systems.

HEX6C9091
Decimal108144145
Binary11011001001000010010001
Octal154220221

Shades and tints

Shades of #6C9091

#6C9091
(108,144,145)
#638384
(99,131,132)
#5A7677
(90,118,119)
#51696A
(81,105,106)
#485C5D
(72,92,93)
#3F4F50
(63,79,80)
#364243
(54,66,67)
#2D3536
(45,53,54)
#242829
(36,40,41)
#1B1B1C
(27,27,28)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #6C9091

#6C9091
(108,144,145)
#799A9B
(121,154,155)
#86A4A5
(134,164,165)
#93AEAF
(147,174,175)
#A0B8B9
(160,184,185)
#ADC2C3
(173,194,195)
#BACCCD
(186,204,205)
#C7D6D7
(199,214,215)
#D4E0E1
(212,224,225)
#E1EAEB
(225,234,235)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9091; }

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

This text font color is #6C9091.


Background Color

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

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

This div background color is #6C9091.


Border color

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

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

This div border color is #6C9091.


Opacity

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

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

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

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

This text has shadow with #6C9091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9091 on black background.


Color preview on white background

This text has color #6C9091 on white background.



Black color preview on #6C9091 background

This text has black color on #6C9091 background.


White color preview on #6C9091 background

This text has white color on #6C9091 background.