COLOR #6881DA

HEX: #6881DA
RGB: (104,129,218)

Color info

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

RGB color model

#6881DA color RGB value is (104,129,218).

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

RGB channels and saturation

R 104 of 255 = 41%
G 129 of 255 = 51%
B 218 of 255 = 85%

104
129
218

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

Portions of RGB colors in percentages

R + G + B =
104 + 129 + 218 = 451 (100%)
R 104 of 451 ~ 23.06%
G 129 of 451 ~ 28.6%
B 218 of 451 ~ 48.34%

%23.06
%28.6
%48.34

CMYK color model

#6881DA color CMYK value is (52,41,0,15).

  • cyan value is 52.29%
  • magenta value is 40.83%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(52,41,0,15)
C52M41Y0K15 
(52%,41%,0%,15%)
(0.52/0.41/0.00/0.15)	

CMYK percentages

%52.29
%40.83
%0
%14.51

Codes

Color #6881DA in popluar color models

6881DA
RGB104129218
HSL227°60.64%63.14%
HSB/HSV227°52.29%85.49%
CMYK52.29%40.83%0.00%
14.51%

Color #6881DA in popluar number systems.

HEX6881DA
Decimal104129218
Binary11010001000000111011010
Octal150201332

Shades and tints

Shades of #6881DA

#6881DA
(104,129,218)
#5F76C7
(95,118,199)
#566BB4
(86,107,180)
#4D60A1
(77,96,161)
#44558E
(68,85,142)
#3B4A7B
(59,74,123)
#323F68
(50,63,104)
#293455
(41,52,85)
#202942
(32,41,66)
#171E2F
(23,30,47)
#0E131C
(14,19,28)
#000000
(0,0,0)

Tints of #6881DA

#6881DA
(104,129,218)
#758CDD
(117,140,221)
#8297E0
(130,151,224)
#8FA2E3
(143,162,227)
#9CADE6
(156,173,230)
#A9B8E9
(169,184,233)
#B6C3EC
(182,195,236)
#C3CEEF
(195,206,239)
#D0D9F2
(208,217,242)
#DDE4F5
(221,228,245)
#EAEFF8
(234,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6881DA; }

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

This text font color is #6881DA.


Background Color

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

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

This div background color is #6881DA.


Border color

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

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

This div border color is #6881DA.


Opacity

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

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

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

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

This text has shadow with #6881DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6881DA on black background.


Color preview on white background

This text has color #6881DA on white background.



Black color preview on #6881DA background

This text has black color on #6881DA background.


White color preview on #6881DA background

This text has white color on #6881DA background.