COLOR #6C909A

HEX: #6C909A
RGB: (108,144,154)

Color info

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

RGB color model

#6C909A color RGB value is (108,144,154).

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

RGB channels and saturation

R 108 of 255 = 42%
G 144 of 255 = 56%
B 154 of 255 = 60%

108
144
154

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

Portions of RGB colors in percentages

R + G + B =
108 + 144 + 154 = 406 (100%)
R 108 of 406 ~ 26.6%
G 144 of 406 ~ 35.47%
B 154 of 406 ~ 37.93%

%26.6
%35.47
%37.93

CMYK color model

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

  • cyan value is 29.87%
  • magenta value is 6.49%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(30,6,0,40)
C30M6Y0K40 
(30%,6%,0%,40%)
(0.30/0.06/0.00/0.40)	

CMYK percentages

%29.87
%6.49
%0
%39.61

Codes

Color #6C909A in popluar color models

6C909A
RGB108144154
HSL193°18.55%51.37%
HSB/HSV193°29.87%60.39%
CMYK29.87%6.49%0.00%
39.61%

Color #6C909A in popluar number systems.

HEX6C909A
Decimal108144154
Binary11011001001000010011010
Octal154220232

Shades and tints

Shades of #6C909A

#6C909A
(108,144,154)
#63838C
(99,131,140)
#5A767E
(90,118,126)
#516970
(81,105,112)
#485C62
(72,92,98)
#3F4F54
(63,79,84)
#364246
(54,66,70)
#2D3538
(45,53,56)
#24282A
(36,40,42)
#1B1B1C
(27,27,28)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #6C909A

#6C909A
(108,144,154)
#799AA3
(121,154,163)
#86A4AC
(134,164,172)
#93AEB5
(147,174,181)
#A0B8BE
(160,184,190)
#ADC2C7
(173,194,199)
#BACCD0
(186,204,208)
#C7D6D9
(199,214,217)
#D4E0E2
(212,224,226)
#E1EAEB
(225,234,235)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C909A; }

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

This text font color is #6C909A.


Background Color

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

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

This div background color is #6C909A.


Border color

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

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

This div border color is #6C909A.


Opacity

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

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

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

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

This text has shadow with #6C909A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C909A on black background.


Color preview on white background

This text has color #6C909A on white background.



Black color preview on #6C909A background

This text has black color on #6C909A background.


White color preview on #6C909A background

This text has white color on #6C909A background.