COLOR #6A85C6

HEX: #6A85C6
RGB: (106,133,198)

Color info

#6A85C6 contains mainly blue color. Web safe color of #6A85C6 is #6699CC (or #69C).

RGB color model

#6A85C6 color RGB value is (106,133,198).

  • red value is 106;
  • green value is 133;
  • blue value is 198.
RGB:
(106,133,198)
(42%,52%,78%)

RGB channels and saturation

R 106 of 255 = 42%
G 133 of 255 = 52%
B 198 of 255 = 78%

106
133
198

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

Portions of RGB colors in percentages

R + G + B =
106 + 133 + 198 = 437 (100%)
R 106 of 437 ~ 24.26%
G 133 of 437 ~ 30.43%
B 198 of 437 ~ 45.31%

%24.26
%30.43
%45.31

CMYK color model

#6A85C6 color CMYK value is (46,33,0,22).

  • cyan value is 46.46%
  • magenta value is 32.83%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(46,33,0,22)
C46M33Y0K22 
(46%,33%,0%,22%)
(0.46/0.33/0.00/0.22)	

CMYK percentages

%46.46
%32.83
%0
%22.35

Codes

Color #6A85C6 in popluar color models

6A85C6
RGB106133198
HSL222°44.66%59.61%
HSB/HSV222°46.46%77.65%
CMYK46.46%32.83%0.00%
22.35%

Color #6A85C6 in popluar number systems.

HEX6A85C6
Decimal106133198
Binary11010101000010111000110
Octal152205306

Shades and tints

Shades of #6A85C6

#6A85C6
(106,133,198)
#6179B4
(97,121,180)
#586DA2
(88,109,162)
#4F6190
(79,97,144)
#46557E
(70,85,126)
#3D496C
(61,73,108)
#343D5A
(52,61,90)
#2B3148
(43,49,72)
#222536
(34,37,54)
#191924
(25,25,36)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #6A85C6

#6A85C6
(106,133,198)
#7790CB
(119,144,203)
#849BD0
(132,155,208)
#91A6D5
(145,166,213)
#9EB1DA
(158,177,218)
#ABBCDF
(171,188,223)
#B8C7E4
(184,199,228)
#C5D2E9
(197,210,233)
#D2DDEE
(210,221,238)
#DFE8F3
(223,232,243)
#ECF3F8
(236,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A85C6; }

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

This text font color is #6A85C6.


Background Color

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

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

This div background color is #6A85C6.


Border color

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

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

This div border color is #6A85C6.


Opacity

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

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

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

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

This text has shadow with #6A85C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A85C6 on black background.


Color preview on white background

This text has color #6A85C6 on white background.



Black color preview on #6A85C6 background

This text has black color on #6A85C6 background.


White color preview on #6A85C6 background

This text has white color on #6A85C6 background.