COLOR #6B859E

HEX: #6B859E
RGB: (107,133,158)

Color info

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

RGB color model

#6B859E color RGB value is (107,133,158).

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

RGB channels and saturation

R 107 of 255 = 42%
G 133 of 255 = 52%
B 158 of 255 = 62%

107
133
158

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

Portions of RGB colors in percentages

R + G + B =
107 + 133 + 158 = 398 (100%)
R 107 of 398 ~ 26.88%
G 133 of 398 ~ 33.42%
B 158 of 398 ~ 39.7%

%26.88
%33.42
%39.7

CMYK color model

#6B859E color CMYK value is (32,16,0,38).

  • cyan value is 32.28%
  • magenta value is 15.82%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(32,16,0,38)
C32M16Y0K38 
(32%,16%,0%,38%)
(0.32/0.16/0.00/0.38)	

CMYK percentages

%32.28
%15.82
%0
%38.04

Codes

Color #6B859E in popluar color models

6B859E
RGB107133158
HSL209°20.82%51.96%
HSB/HSV209°32.28%61.96%
CMYK32.28%15.82%0.00%
38.04%

Color #6B859E in popluar number systems.

HEX6B859E
Decimal107133158
Binary11010111000010110011110
Octal153205236

Shades and tints

Shades of #6B859E

#6B859E
(107,133,158)
#627990
(98,121,144)
#596D82
(89,109,130)
#506174
(80,97,116)
#475566
(71,85,102)
#3E4958
(62,73,88)
#353D4A
(53,61,74)
#2C313C
(44,49,60)
#23252E
(35,37,46)
#1A1920
(26,25,32)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #6B859E

#6B859E
(107,133,158)
#7890A6
(120,144,166)
#859BAE
(133,155,174)
#92A6B6
(146,166,182)
#9FB1BE
(159,177,190)
#ACBCC6
(172,188,198)
#B9C7CE
(185,199,206)
#C6D2D6
(198,210,214)
#D3DDDE
(211,221,222)
#E0E8E6
(224,232,230)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B859E color. Also use rgb(107,133,158) instead hex code.

Text Font Color

.myTextColor { color: #6B859E; }

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

This text font color is #6B859E.


Background Color

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

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

This div background color is #6B859E.


Border color

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

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

This div border color is #6B859E.


Opacity

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

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

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

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

This text has shadow with #6B859E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B859E on black background.


Color preview on white background

This text has color #6B859E on white background.



Black color preview on #6B859E background

This text has black color on #6B859E background.


White color preview on #6B859E background

This text has white color on #6B859E background.