COLOR #6B819F

HEX: #6B819F
RGB: (107,129,159)

Color info

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

RGB color model

#6B819F color RGB value is (107,129,159).

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

RGB channels and saturation

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

107
129
159

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

Portions of RGB colors in percentages

R + G + B =
107 + 129 + 159 = 395 (100%)
R 107 of 395 ~ 27.09%
G 129 of 395 ~ 32.66%
B 159 of 395 ~ 40.25%

%27.09
%32.66
%40.25

CMYK color model

#6B819F color CMYK value is (33,19,0,38).

  • cyan value is 32.70%
  • magenta value is 18.87%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(33,19,0,38)
C33M19Y0K38 
(33%,19%,0%,38%)
(0.33/0.19/0.00/0.38)	

CMYK percentages

%32.7
%18.87
%0
%37.65

Codes

Color #6B819F in popluar color models

6B819F
RGB107129159
HSL215°21.31%52.16%
HSB/HSV215°32.70%62.35%
CMYK32.70%18.87%0.00%
37.65%

Color #6B819F in popluar number systems.

HEX6B819F
Decimal107129159
Binary11010111000000110011111
Octal153201237

Shades and tints

Shades of #6B819F

#6B819F
(107,129,159)
#627691
(98,118,145)
#596B83
(89,107,131)
#506075
(80,96,117)
#475567
(71,85,103)
#3E4A59
(62,74,89)
#353F4B
(53,63,75)
#2C343D
(44,52,61)
#23292F
(35,41,47)
#1A1E21
(26,30,33)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #6B819F

#6B819F
(107,129,159)
#788CA7
(120,140,167)
#8597AF
(133,151,175)
#92A2B7
(146,162,183)
#9FADBF
(159,173,191)
#ACB8C7
(172,184,199)
#B9C3CF
(185,195,207)
#C6CED7
(198,206,215)
#D3D9DF
(211,217,223)
#E0E4E7
(224,228,231)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B819F; }

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

This text font color is #6B819F.


Background Color

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

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

This div background color is #6B819F.


Border color

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

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

This div border color is #6B819F.


Opacity

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

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

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

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

This text has shadow with #6B819F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B819F on black background.


Color preview on white background

This text has color #6B819F on white background.



Black color preview on #6B819F background

This text has black color on #6B819F background.


White color preview on #6B819F background

This text has white color on #6B819F background.