COLOR #6885BE

HEX: #6885BE
RGB: (104,133,190)

Color info

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

RGB color model

#6885BE color RGB value is (104,133,190).

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

RGB channels and saturation

R 104 of 255 = 41%
G 133 of 255 = 52%
B 190 of 255 = 75%

104
133
190

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

Portions of RGB colors in percentages

R + G + B =
104 + 133 + 190 = 427 (100%)
R 104 of 427 ~ 24.36%
G 133 of 427 ~ 31.15%
B 190 of 427 ~ 44.5%

%24.36
%31.15
%44.5

CMYK color model

#6885BE color CMYK value is (45,30,0,25).

  • cyan value is 45.26%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(45,30,0,25)
C45M30Y0K25 
(45%,30%,0%,25%)
(0.45/0.30/0.00/0.25)	

CMYK percentages

%45.26
%30
%0
%25.49

Codes

Color #6885BE in popluar color models

6885BE
RGB104133190
HSL220°39.81%57.65%
HSB/HSV220°45.26%74.51%
CMYK45.26%30.00%0.00%
25.49%

Color #6885BE in popluar number systems.

HEX6885BE
Decimal104133190
Binary11010001000010110111110
Octal150205276

Shades and tints

Shades of #6885BE

#6885BE
(104,133,190)
#5F79AD
(95,121,173)
#566D9C
(86,109,156)
#4D618B
(77,97,139)
#44557A
(68,85,122)
#3B4969
(59,73,105)
#323D58
(50,61,88)
#293147
(41,49,71)
#202536
(32,37,54)
#171925
(23,25,37)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #6885BE

#6885BE
(104,133,190)
#7590C3
(117,144,195)
#829BC8
(130,155,200)
#8FA6CD
(143,166,205)
#9CB1D2
(156,177,210)
#A9BCD7
(169,188,215)
#B6C7DC
(182,199,220)
#C3D2E1
(195,210,225)
#D0DDE6
(208,221,230)
#DDE8EB
(221,232,235)
#EAF3F0
(234,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6885BE; }

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

This text font color is #6885BE.


Background Color

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

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

This div background color is #6885BE.


Border color

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

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

This div border color is #6885BE.


Opacity

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

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

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

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

This text has shadow with #6885BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6885BE on black background.


Color preview on white background

This text has color #6885BE on white background.



Black color preview on #6885BE background

This text has black color on #6885BE background.


White color preview on #6885BE background

This text has white color on #6885BE background.