COLOR #6B85AE

HEX: #6B85AE
RGB: (107,133,174)

Color info

#6B85AE contains mainly green and blue colors. Web safe color of #6B85AE is #669999 (or #699).

RGB color model

#6B85AE color RGB value is (107,133,174).

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

RGB channels and saturation

R 107 of 255 = 42%
G 133 of 255 = 52%
B 174 of 255 = 68%

107
133
174

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

Portions of RGB colors in percentages

R + G + B =
107 + 133 + 174 = 414 (100%)
R 107 of 414 ~ 25.85%
G 133 of 414 ~ 32.13%
B 174 of 414 ~ 42.03%

%25.85
%32.13
%42.03

CMYK color model

#6B85AE color CMYK value is (39,24,0,32).

  • cyan value is 38.51%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(39,24,0,32)
C39M24Y0K32 
(39%,24%,0%,32%)
(0.39/0.24/0.00/0.32)	

CMYK percentages

%38.51
%23.56
%0
%31.76

Codes

Color #6B85AE in popluar color models

6B85AE
RGB107133174
HSL217°29.26%55.10%
HSB/HSV217°38.51%68.24%
CMYK38.51%23.56%0.00%
31.76%

Color #6B85AE in popluar number systems.

HEX6B85AE
Decimal107133174
Binary11010111000010110101110
Octal153205256

Shades and tints

Shades of #6B85AE

#6B85AE
(107,133,174)
#62799F
(98,121,159)
#596D90
(89,109,144)
#506181
(80,97,129)
#475572
(71,85,114)
#3E4963
(62,73,99)
#353D54
(53,61,84)
#2C3145
(44,49,69)
#232536
(35,37,54)
#1A1927
(26,25,39)
#110D18
(17,13,24)
#000000
(0,0,0)

Tints of #6B85AE

#6B85AE
(107,133,174)
#7890B5
(120,144,181)
#859BBC
(133,155,188)
#92A6C3
(146,166,195)
#9FB1CA
(159,177,202)
#ACBCD1
(172,188,209)
#B9C7D8
(185,199,216)
#C6D2DF
(198,210,223)
#D3DDE6
(211,221,230)
#E0E8ED
(224,232,237)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B85AE; }

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

This text font color is #6B85AE.


Background Color

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

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

This div background color is #6B85AE.


Border color

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

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

This div border color is #6B85AE.


Opacity

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

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

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

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

This text has shadow with #6B85AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B85AE on black background.


Color preview on white background

This text has color #6B85AE on white background.



Black color preview on #6B85AE background

This text has black color on #6B85AE background.


White color preview on #6B85AE background

This text has white color on #6B85AE background.