COLOR #6C819B

HEX: #6C819B
RGB: (108,129,155)

Color info

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

RGB color model

#6C819B color RGB value is (108,129,155).

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

RGB channels and saturation

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

108
129
155

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

Portions of RGB colors in percentages

R + G + B =
108 + 129 + 155 = 392 (100%)
R 108 of 392 ~ 27.55%
G 129 of 392 ~ 32.91%
B 155 of 392 ~ 39.54%

%27.55
%32.91
%39.54

CMYK color model

#6C819B color CMYK value is (30,17,0,39).

  • cyan value is 30.32%
  • magenta value is 16.77%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(30,17,0,39)
C30M17Y0K39 
(30%,17%,0%,39%)
(0.30/0.17/0.00/0.39)	

CMYK percentages

%30.32
%16.77
%0
%39.22

Codes

Color #6C819B in popluar color models

6C819B
RGB108129155
HSL213°19.03%51.57%
HSB/HSV213°30.32%60.78%
CMYK30.32%16.77%0.00%
39.22%

Color #6C819B in popluar number systems.

HEX6C819B
Decimal108129155
Binary11011001000000110011011
Octal154201233

Shades and tints

Shades of #6C819B

#6C819B
(108,129,155)
#63768D
(99,118,141)
#5A6B7F
(90,107,127)
#516071
(81,96,113)
#485563
(72,85,99)
#3F4A55
(63,74,85)
#363F47
(54,63,71)
#2D3439
(45,52,57)
#24292B
(36,41,43)
#1B1E1D
(27,30,29)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #6C819B

#6C819B
(108,129,155)
#798CA4
(121,140,164)
#8697AD
(134,151,173)
#93A2B6
(147,162,182)
#A0ADBF
(160,173,191)
#ADB8C8
(173,184,200)
#BAC3D1
(186,195,209)
#C7CEDA
(199,206,218)
#D4D9E3
(212,217,227)
#E1E4EC
(225,228,236)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C819B; }

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

This text font color is #6C819B.


Background Color

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

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

This div background color is #6C819B.


Border color

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

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

This div border color is #6C819B.


Opacity

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

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

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

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

This text has shadow with #6C819B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C819B on black background.


Color preview on white background

This text has color #6C819B on white background.



Black color preview on #6C819B background

This text has black color on #6C819B background.


White color preview on #6C819B background

This text has white color on #6C819B background.