COLOR #6C819C

HEX: #6C819C
RGB: (108,129,156)

Color info

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

RGB color model

#6C819C color RGB value is (108,129,156).

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

RGB channels and saturation

R 108 of 255 = 42%
G 129 of 255 = 51%
B 156 of 255 = 61%

108
129
156

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

Portions of RGB colors in percentages

R + G + B =
108 + 129 + 156 = 393 (100%)
R 108 of 393 ~ 27.48%
G 129 of 393 ~ 32.82%
B 156 of 393 ~ 39.69%

%27.48
%32.82
%39.69

CMYK color model

#6C819C color CMYK value is (31,17,0,39).

  • cyan value is 30.77%
  • magenta value is 17.31%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(31,17,0,39)
C31M17Y0K39 
(31%,17%,0%,39%)
(0.31/0.17/0.00/0.39)	

CMYK percentages

%30.77
%17.31
%0
%38.82

Codes

Color #6C819C in popluar color models

6C819C
RGB108129156
HSL214°19.51%51.76%
HSB/HSV214°30.77%61.18%
CMYK30.77%17.31%0.00%
38.82%

Color #6C819C in popluar number systems.

HEX6C819C
Decimal108129156
Binary11011001000000110011100
Octal154201234

Shades and tints

Shades of #6C819C

#6C819C
(108,129,156)
#63768E
(99,118,142)
#5A6B80
(90,107,128)
#516072
(81,96,114)
#485564
(72,85,100)
#3F4A56
(63,74,86)
#363F48
(54,63,72)
#2D343A
(45,52,58)
#24292C
(36,41,44)
#1B1E1E
(27,30,30)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #6C819C

#6C819C
(108,129,156)
#798CA5
(121,140,165)
#8697AE
(134,151,174)
#93A2B7
(147,162,183)
#A0ADC0
(160,173,192)
#ADB8C9
(173,184,201)
#BAC3D2
(186,195,210)
#C7CEDB
(199,206,219)
#D4D9E4
(212,217,228)
#E1E4ED
(225,228,237)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C819C; }

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

This text font color is #6C819C.


Background Color

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

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

This div background color is #6C819C.


Border color

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

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

This div border color is #6C819C.


Opacity

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

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

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

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

This text has shadow with #6C819C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C819C on black background.


Color preview on white background

This text has color #6C819C on white background.



Black color preview on #6C819C background

This text has black color on #6C819C background.


White color preview on #6C819C background

This text has white color on #6C819C background.