COLOR #6D85C6

HEX: #6D85C6
RGB: (109,133,198)

Color info

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

RGB color model

#6D85C6 color RGB value is (109,133,198).

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

RGB channels and saturation

R 109 of 255 = 43%
G 133 of 255 = 52%
B 198 of 255 = 78%

109
133
198

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

Portions of RGB colors in percentages

R + G + B =
109 + 133 + 198 = 440 (100%)
R 109 of 440 ~ 24.77%
G 133 of 440 ~ 30.23%
B 198 of 440 ~ 45%

%24.77
%30.23
%45

CMYK color model

#6D85C6 color CMYK value is (45,33,0,22).

  • cyan value is 44.95%
  • magenta value is 32.83%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(45,33,0,22)
C45M33Y0K22 
(45%,33%,0%,22%)
(0.45/0.33/0.00/0.22)	

CMYK percentages

%44.95
%32.83
%0
%22.35

Codes

Color #6D85C6 in popluar color models

6D85C6
RGB109133198
HSL224°43.84%60.20%
HSB/HSV224°44.95%77.65%
CMYK44.95%32.83%0.00%
22.35%

Color #6D85C6 in popluar number systems.

HEX6D85C6
Decimal109133198
Binary11011011000010111000110
Octal155205306

Shades and tints

Shades of #6D85C6

#6D85C6
(109,133,198)
#6479B4
(100,121,180)
#5B6DA2
(91,109,162)
#526190
(82,97,144)
#49557E
(73,85,126)
#40496C
(64,73,108)
#373D5A
(55,61,90)
#2E3148
(46,49,72)
#252536
(37,37,54)
#1C1924
(28,25,36)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #6D85C6

#6D85C6
(109,133,198)
#7A90CB
(122,144,203)
#879BD0
(135,155,208)
#94A6D5
(148,166,213)
#A1B1DA
(161,177,218)
#AEBCDF
(174,188,223)
#BBC7E4
(187,199,228)
#C8D2E9
(200,210,233)
#D5DDEE
(213,221,238)
#E2E8F3
(226,232,243)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D85C6; }

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

This text font color is #6D85C6.


Background Color

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

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

This div background color is #6D85C6.


Border color

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

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

This div border color is #6D85C6.


Opacity

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

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

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

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

This text has shadow with #6D85C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D85C6 on black background.


Color preview on white background

This text has color #6D85C6 on white background.



Black color preview on #6D85C6 background

This text has black color on #6D85C6 background.


White color preview on #6D85C6 background

This text has white color on #6D85C6 background.