COLOR #6C919C

HEX: #6C919C
RGB: (108,145,156)

Color info

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

RGB color model

#6C919C color RGB value is (108,145,156).

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

RGB channels and saturation

R 108 of 255 = 42%
G 145 of 255 = 57%
B 156 of 255 = 61%

108
145
156

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

Portions of RGB colors in percentages

R + G + B =
108 + 145 + 156 = 409 (100%)
R 108 of 409 ~ 26.41%
G 145 of 409 ~ 35.45%
B 156 of 409 ~ 38.14%

%26.41
%35.45
%38.14

CMYK color model

#6C919C color CMYK value is (31,7,0,39).

  • cyan value is 30.77%
  • magenta value is 7.05%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(31,7,0,39)
C31M7Y0K39 
(31%,7%,0%,39%)
(0.31/0.07/0.00/0.39)	

CMYK percentages

%30.77
%7.05
%0
%38.82

Codes

Color #6C919C in popluar color models

6C919C
RGB108145156
HSL194°19.51%51.76%
HSB/HSV194°30.77%61.18%
CMYK30.77%7.05%0.00%
38.82%

Color #6C919C in popluar number systems.

HEX6C919C
Decimal108145156
Binary11011001001000110011100
Octal154221234

Shades and tints

Shades of #6C919C

#6C919C
(108,145,156)
#63848E
(99,132,142)
#5A7780
(90,119,128)
#516A72
(81,106,114)
#485D64
(72,93,100)
#3F5056
(63,80,86)
#364348
(54,67,72)
#2D363A
(45,54,58)
#24292C
(36,41,44)
#1B1C1E
(27,28,30)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #6C919C

#6C919C
(108,145,156)
#799BA5
(121,155,165)
#86A5AE
(134,165,174)
#93AFB7
(147,175,183)
#A0B9C0
(160,185,192)
#ADC3C9
(173,195,201)
#BACDD2
(186,205,210)
#C7D7DB
(199,215,219)
#D4E1E4
(212,225,228)
#E1EBED
(225,235,237)
#EEF5F6
(238,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C919C; }

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

This text font color is #6C919C.


Background Color

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

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

This div background color is #6C919C.


Border color

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

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

This div border color is #6C919C.


Opacity

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

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

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

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

This text has shadow with #6C919C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C919C on black background.


Color preview on white background

This text has color #6C919C on white background.



Black color preview on #6C919C background

This text has black color on #6C919C background.


White color preview on #6C919C background

This text has white color on #6C919C background.