COLOR #6885B8

HEX: #6885B8 RGB: (104,133,184)

Color info

#6885B8 contains mainly green and blue colors. Web safe color of #6885B8 is #6699CC (or #69C).

RGB color model

#6885B8 color RGB value is (104,133,184).

RGB: (104,133,184) (41%, 52%, 72%)

RGB channels and saturation

R 104 of 255 = 41%
G 133 of 255 = 52%
B 184 of 255 = 72%

104
133
184

R + G + B ~ 55%. #6885B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 133 + 184 = 421 (100%)
R 104 of 421 ~ 24.7%
G 133 of 421 ~ 31.59%
B 184 of 421 ~ 43.71'%

%24.7
%31.59
%43.71

CMYK color model

#6885B8 color CMYK value is (43,28,0,28).

  • cyan value is 43.48%
  • magenta value is 27.72%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (43,28,0,28)
C43M28Y0K28 (43%, 28%, 0%, 28%)
(0.43 / 0.28 / 0.00 / 0.28)

CMYK percentages

%43.48
%27.72
%0
%27.84

Codes

Color #6885B8 in popluar color models

68 85 B8
RGB 104 133 184
HSL 218° 36.04% 56.47%
HSB/HSV 218° 43.48% 72.16%
CMYK 43.48% 27.72% 0.00%
27.84%

Color #6885B8 in popluar number systems.

HEX 68 85 B8
Decimal 104 133 184
Binary 1101000 10000101 10111000
Octal 150 205 270

Shades and tints

Shades of #6885B8

#6885B8
(104,133,184)
#5F79A8
(95,121,168)
#566D98
(86,109,152)
#4D6188
(77,97,136)
#445578
(68,85,120)
#3B4968
(59,73,104)
#323D58
(50,61,88)
#293148
(41,49,72)
#202538
(32,37,56)
#171928
(23,25,40)
#0E0D18
(14,13,24)
#000000
(0,0,0)

Tints of #6885B8

#6885B8
(104,133,184)
#7590BE
(117,144,190)
#829BC4
(130,155,196)
#8FA6CA
(143,166,202)
#9CB1D0
(156,177,208)
#A9BCD6
(169,188,214)
#B6C7DC
(182,199,220)
#C3D2E2
(195,210,226)
#D0DDE8
(208,221,232)
#DDE8EE
(221,232,238)
#EAF3F4
(234,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6885B8 color. Also use rgb(104,133,184) instead hex code.

Text Font Color

.myTextColor { color: #6885B8; }

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

This text font color is #6885B8.

Background Color

.myBgColor { background-color: #6885B8; }

<div style="background-color:#6885B8">Inner text</div>

This div background color is #6885B8.

Border color

.myBorderColor { border: 1px solid #6885B8; }

<div style="border:3px solid #6885B8">Div</div>

This div border color is #6885B8.

Opacity

.myOpacity80 { color: #6885B8; opacity: 0.8; }

<p style="color:#6885B8;opacity:0.8;">80%</p>

Text with #6885B8 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 #6885B8;}

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

This text has shadow with #6885B8 color.


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

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

This text has shadow with #6885B8 primary color and red secondary color.


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

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

This text has shadow with #6885B8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6885B8.

Preview

Color preview on black background

This text has color #6885B8 on black background.


Color preview on white background

This text has color #6885B8 on white background.


Black color preview on #6885B8 background

This text has black color on #6885B8 background.


White color preview on #6885B8 background

This text has white color on #6885B8 background.


Related colors

Complementary color

Complementary color for #hex is #977A47.


I love getcolorcode.com

Triadic colors

1 #B86885 and #85B868 with #6885B8 are triadic colors.

2 #B88568 and #8568B8 with #6885B8 are triadic colors.