COLOR #6B819D

HEX: #6B819D
RGB: (107,129,157)

Color info

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

RGB color model

#6B819D color RGB value is (107,129,157).

  • red value is 107;
  • green value is 129;
  • blue value is 157.
RGB:
(107,129,157)
(42%,51%,62%)

RGB channels and saturation

R 107 of 255 = 42%
G 129 of 255 = 51%
B 157 of 255 = 62%

107
129
157

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

Portions of RGB colors in percentages

R + G + B =
107 + 129 + 157 = 393 (100%)
R 107 of 393 ~ 27.23%
G 129 of 393 ~ 32.82%
B 157 of 393 ~ 39.95%

%27.23
%32.82
%39.95

CMYK color model

#6B819D color CMYK value is (32,18,0,38).

  • cyan value is 31.85%
  • magenta value is 17.83%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(32,18,0,38)
C32M18Y0K38 
(32%,18%,0%,38%)
(0.32/0.18/0.00/0.38)	

CMYK percentages

%31.85
%17.83
%0
%38.43

Codes

Color #6B819D in popluar color models

6B819D
RGB107129157
HSL214°20.33%51.76%
HSB/HSV214°31.85%61.57%
CMYK31.85%17.83%0.00%
38.43%

Color #6B819D in popluar number systems.

HEX6B819D
Decimal107129157
Binary11010111000000110011101
Octal153201235

Shades and tints

Shades of #6B819D

#6B819D
(107,129,157)
#62768F
(98,118,143)
#596B81
(89,107,129)
#506073
(80,96,115)
#475565
(71,85,101)
#3E4A57
(62,74,87)
#353F49
(53,63,73)
#2C343B
(44,52,59)
#23292D
(35,41,45)
#1A1E1F
(26,30,31)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #6B819D

#6B819D
(107,129,157)
#788CA5
(120,140,165)
#8597AD
(133,151,173)
#92A2B5
(146,162,181)
#9FADBD
(159,173,189)
#ACB8C5
(172,184,197)
#B9C3CD
(185,195,205)
#C6CED5
(198,206,213)
#D3D9DD
(211,217,221)
#E0E4E5
(224,228,229)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B819D color. Also use rgb(107,129,157) instead hex code.

Text Font Color

.myTextColor { color: #6B819D; }

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

This text font color is #6B819D.


Background Color

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

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

This div background color is #6B819D.


Border color

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

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

This div border color is #6B819D.


Opacity

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

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

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

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

This text has shadow with #6B819D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B819D on black background.


Color preview on white background

This text has color #6B819D on white background.



Black color preview on #6B819D background

This text has black color on #6B819D background.


White color preview on #6B819D background

This text has white color on #6B819D background.