COLOR #6A85AC

HEX: #6A85AC RGB: (106,133,172)

Color info

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

RGB color model

#6A85AC color RGB value is (106,133,172).

RGB: (106,133,172) (42%, 52%, 67%)

RGB channels and saturation

R 106 of 255 = 42%
G 133 of 255 = 52%
B 172 of 255 = 67%

106
133
172

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

Portions of RGB colors in percentages

R + G + B = 106 + 133 + 172 = 411 (100%)
R 106 of 411 ~ 25.79%
G 133 of 411 ~ 32.36%
B 172 of 411 ~ 41.85'%

%25.79
%32.36
%41.85

CMYK color model

#6A85AC color CMYK value is (38,23,0,33).

  • cyan value is 38.37%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (38,23,0,33)
C38M23Y0K33 (38%, 23%, 0%, 33%)
(0.38 / 0.23 / 0.00 / 0.33)

CMYK percentages

%38.37
%22.67
%0
%32.55

Codes

Color #6A85AC in popluar color models

6A 85 AC
RGB 106 133 172
HSL 215° 28.45% 54.51%
HSB/HSV 215° 38.37% 67.45%
CMYK 38.37% 22.67% 0.00%
32.55%

Color #6A85AC in popluar number systems.

HEX 6A 85 AC
Decimal 106 133 172
Binary 1101010 10000101 10101100
Octal 152 205 254

Shades and tints

Shades of #6A85AC

#6A85AC
(106,133,172)
#61799D
(97,121,157)
#586D8E
(88,109,142)
#4F617F
(79,97,127)
#465570
(70,85,112)
#3D4961
(61,73,97)
#343D52
(52,61,82)
#2B3143
(43,49,67)
#222534
(34,37,52)
#191925
(25,25,37)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #6A85AC

#6A85AC
(106,133,172)
#7790B3
(119,144,179)
#849BBA
(132,155,186)
#91A6C1
(145,166,193)
#9EB1C8
(158,177,200)
#ABBCCF
(171,188,207)
#B8C7D6
(184,199,214)
#C5D2DD
(197,210,221)
#D2DDE4
(210,221,228)
#DFE8EB
(223,232,235)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A85AC color. Also use rgb(106,133,172) instead hex code.

Text Font Color

.myTextColor { color: #6A85AC; }

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

This text font color is #6A85AC.

Background Color

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

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

This div background color is #6A85AC.

Border color

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

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

This div border color is #6A85AC.

Opacity

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

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

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

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

This text has shadow with #6A85AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A85AC.

Preview

Color preview on black background

This text has color #6A85AC on black background.


Color preview on white background

This text has color #6A85AC on white background.


Black color preview on #6A85AC background

This text has black color on #6A85AC background.


White color preview on #6A85AC background

This text has white color on #6A85AC background.


Related colors

Complementary color

Complementary color for #hex is #957A53.


I love getcolorcode.com

Triadic colors

1 #AC6A85 and #85AC6A with #6A85AC are triadic colors.

2 #AC856A and #856AAC with #6A85AC are triadic colors.