COLOR #6B849F

HEX: #6B849F
RGB: (107,132,159)

Color info

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

RGB color model

#6B849F color RGB value is (107,132,159).

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

RGB channels and saturation

R 107 of 255 = 42%
G 132 of 255 = 52%
B 159 of 255 = 62%

107
132
159

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

Portions of RGB colors in percentages

R + G + B =
107 + 132 + 159 = 398 (100%)
R 107 of 398 ~ 26.88%
G 132 of 398 ~ 33.17%
B 159 of 398 ~ 39.95%

%26.88
%33.17
%39.95

CMYK color model

#6B849F color CMYK value is (33,17,0,38).

  • cyan value is 32.70%
  • magenta value is 16.98%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(33,17,0,38)
C33M17Y0K38 
(33%,17%,0%,38%)
(0.33/0.17/0.00/0.38)	

CMYK percentages

%32.7
%16.98
%0
%37.65

Codes

Color #6B849F in popluar color models

6B849F
RGB107132159
HSL211°21.31%52.16%
HSB/HSV211°32.70%62.35%
CMYK32.70%16.98%0.00%
37.65%

Color #6B849F in popluar number systems.

HEX6B849F
Decimal107132159
Binary11010111000010010011111
Octal153204237

Shades and tints

Shades of #6B849F

#6B849F
(107,132,159)
#627891
(98,120,145)
#596C83
(89,108,131)
#506075
(80,96,117)
#475467
(71,84,103)
#3E4859
(62,72,89)
#353C4B
(53,60,75)
#2C303D
(44,48,61)
#23242F
(35,36,47)
#1A1821
(26,24,33)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #6B849F

#6B849F
(107,132,159)
#788FA7
(120,143,167)
#859AAF
(133,154,175)
#92A5B7
(146,165,183)
#9FB0BF
(159,176,191)
#ACBBC7
(172,187,199)
#B9C6CF
(185,198,207)
#C6D1D7
(198,209,215)
#D3DCDF
(211,220,223)
#E0E7E7
(224,231,231)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B849F; }

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

This text font color is #6B849F.


Background Color

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

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

This div background color is #6B849F.


Border color

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

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

This div border color is #6B849F.


Opacity

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

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

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

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

This text has shadow with #6B849F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B849F on black background.


Color preview on white background

This text has color #6B849F on white background.



Black color preview on #6B849F background

This text has black color on #6B849F background.


White color preview on #6B849F background

This text has white color on #6B849F background.