COLOR #6885DA

HEX: #6885DA
RGB: (104,133,218)

Color info

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

RGB color model

#6885DA color RGB value is (104,133,218).

  • red value is 104;
  • green value is 133;
  • blue value is 218.
RGB:
(104,133,218)
(41%,52%,85%)

RGB channels and saturation

R 104 of 255 = 41%
G 133 of 255 = 52%
B 218 of 255 = 85%

104
133
218

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

Portions of RGB colors in percentages

R + G + B =
104 + 133 + 218 = 455 (100%)
R 104 of 455 ~ 22.86%
G 133 of 455 ~ 29.23%
B 218 of 455 ~ 47.91%

%22.86
%29.23
%47.91

CMYK color model

#6885DA color CMYK value is (52,39,0,15).

  • cyan value is 52.29%
  • magenta value is 38.99%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(52,39,0,15)
C52M39Y0K15 
(52%,39%,0%,15%)
(0.52/0.39/0.00/0.15)	

CMYK percentages

%52.29
%38.99
%0
%14.51

Codes

Color #6885DA in popluar color models

6885DA
RGB104133218
HSL225°60.64%63.14%
HSB/HSV225°52.29%85.49%
CMYK52.29%38.99%0.00%
14.51%

Color #6885DA in popluar number systems.

HEX6885DA
Decimal104133218
Binary11010001000010111011010
Octal150205332

Shades and tints

Shades of #6885DA

#6885DA
(104,133,218)
#5F79C7
(95,121,199)
#566DB4
(86,109,180)
#4D61A1
(77,97,161)
#44558E
(68,85,142)
#3B497B
(59,73,123)
#323D68
(50,61,104)
#293155
(41,49,85)
#202542
(32,37,66)
#17192F
(23,25,47)
#0E0D1C
(14,13,28)
#000000
(0,0,0)

Tints of #6885DA

#6885DA
(104,133,218)
#7590DD
(117,144,221)
#829BE0
(130,155,224)
#8FA6E3
(143,166,227)
#9CB1E6
(156,177,230)
#A9BCE9
(169,188,233)
#B6C7EC
(182,199,236)
#C3D2EF
(195,210,239)
#D0DDF2
(208,221,242)
#DDE8F5
(221,232,245)
#EAF3F8
(234,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6885DA; }

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

This text font color is #6885DA.


Background Color

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

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

This div background color is #6885DA.


Border color

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

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

This div border color is #6885DA.


Opacity

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

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

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

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

This text has shadow with #6885DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6885DA on black background.


Color preview on white background

This text has color #6885DA on white background.



Black color preview on #6885DA background

This text has black color on #6885DA background.


White color preview on #6885DA background

This text has white color on #6885DA background.