COLOR #6C9197

HEX: #6C9197
RGB: (108,145,151)

Color info

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

RGB color model

#6C9197 color RGB value is (108,145,151).

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

RGB channels and saturation

R 108 of 255 = 42%
G 145 of 255 = 57%
B 151 of 255 = 59%

108
145
151

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

Portions of RGB colors in percentages

R + G + B =
108 + 145 + 151 = 404 (100%)
R 108 of 404 ~ 26.73%
G 145 of 404 ~ 35.89%
B 151 of 404 ~ 37.38%

%26.73
%35.89
%37.38

CMYK color model

#6C9197 color CMYK value is (28,4,0,41).

  • cyan value is 28.48%
  • magenta value is 3.97%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(28,4,0,41)
C28M4Y0K41 
(28%,4%,0%,41%)
(0.28/0.04/0.00/0.41)	

CMYK percentages

%28.48
%3.97
%0
%40.78

Codes

Color #6C9197 in popluar color models

6C9197
RGB108145151
HSL188°17.13%50.78%
HSB/HSV188°28.48%59.22%
CMYK28.48%3.97%0.00%
40.78%

Color #6C9197 in popluar number systems.

HEX6C9197
Decimal108145151
Binary11011001001000110010111
Octal154221227

Shades and tints

Shades of #6C9197

#6C9197
(108,145,151)
#63848A
(99,132,138)
#5A777D
(90,119,125)
#516A70
(81,106,112)
#485D63
(72,93,99)
#3F5056
(63,80,86)
#364349
(54,67,73)
#2D363C
(45,54,60)
#24292F
(36,41,47)
#1B1C22
(27,28,34)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #6C9197

#6C9197
(108,145,151)
#799BA0
(121,155,160)
#86A5A9
(134,165,169)
#93AFB2
(147,175,178)
#A0B9BB
(160,185,187)
#ADC3C4
(173,195,196)
#BACDCD
(186,205,205)
#C7D7D6
(199,215,214)
#D4E1DF
(212,225,223)
#E1EBE8
(225,235,232)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9197; }

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

This text font color is #6C9197.


Background Color

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

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

This div background color is #6C9197.


Border color

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

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

This div border color is #6C9197.


Opacity

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

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

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

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

This text has shadow with #6C9197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9197 on black background.


Color preview on white background

This text has color #6C9197 on white background.



Black color preview on #6C9197 background

This text has black color on #6C9197 background.


White color preview on #6C9197 background

This text has white color on #6C9197 background.