COLOR #6C85AA

HEX: #6C85AA
RGB: (108,133,170)

Color info

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

RGB color model

#6C85AA color RGB value is (108,133,170).

  • red value is 108;
  • green value is 133;
  • blue value is 170.
RGB:
(108,133,170)
(42%,52%,67%)

RGB channels and saturation

R 108 of 255 = 42%
G 133 of 255 = 52%
B 170 of 255 = 67%

108
133
170

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

Portions of RGB colors in percentages

R + G + B =
108 + 133 + 170 = 411 (100%)
R 108 of 411 ~ 26.28%
G 133 of 411 ~ 32.36%
B 170 of 411 ~ 41.36%

%26.28
%32.36
%41.36

CMYK color model

#6C85AA color CMYK value is (36,22,0,33).

  • cyan value is 36.47%
  • magenta value is 21.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(36,22,0,33)
C36M22Y0K33 
(36%,22%,0%,33%)
(0.36/0.22/0.00/0.33)	

CMYK percentages

%36.47
%21.76
%0
%33.33

Codes

Color #6C85AA in popluar color models

6C85AA
RGB108133170
HSL216°26.72%54.51%
HSB/HSV216°36.47%66.67%
CMYK36.47%21.76%0.00%
33.33%

Color #6C85AA in popluar number systems.

HEX6C85AA
Decimal108133170
Binary11011001000010110101010
Octal154205252

Shades and tints

Shades of #6C85AA

#6C85AA
(108,133,170)
#63799B
(99,121,155)
#5A6D8C
(90,109,140)
#51617D
(81,97,125)
#48556E
(72,85,110)
#3F495F
(63,73,95)
#363D50
(54,61,80)
#2D3141
(45,49,65)
#242532
(36,37,50)
#1B1923
(27,25,35)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #6C85AA

#6C85AA
(108,133,170)
#7990B1
(121,144,177)
#869BB8
(134,155,184)
#93A6BF
(147,166,191)
#A0B1C6
(160,177,198)
#ADBCCD
(173,188,205)
#BAC7D4
(186,199,212)
#C7D2DB
(199,210,219)
#D4DDE2
(212,221,226)
#E1E8E9
(225,232,233)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C85AA color. Also use rgb(108,133,170) instead hex code.

Text Font Color

.myTextColor { color: #6C85AA; }

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

This text font color is #6C85AA.


Background Color

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

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

This div background color is #6C85AA.


Border color

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

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

This div border color is #6C85AA.


Opacity

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

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

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

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

This text has shadow with #6C85AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C85AA on black background.


Color preview on white background

This text has color #6C85AA on white background.



Black color preview on #6C85AA background

This text has black color on #6C85AA background.


White color preview on #6C85AA background

This text has white color on #6C85AA background.