COLOR #6891BE

HEX: #6891BE
RGB: (104,145,190)

Color info

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

RGB color model

#6891BE color RGB value is (104,145,190).

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

RGB channels and saturation

R 104 of 255 = 41%
G 145 of 255 = 57%
B 190 of 255 = 75%

104
145
190

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

Portions of RGB colors in percentages

R + G + B =
104 + 145 + 190 = 439 (100%)
R 104 of 439 ~ 23.69%
G 145 of 439 ~ 33.03%
B 190 of 439 ~ 43.28%

%23.69
%33.03
%43.28

CMYK color model

#6891BE color CMYK value is (45,24,0,25).

  • cyan value is 45.26%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(45,24,0,25)
C45M24Y0K25 
(45%,24%,0%,25%)
(0.45/0.24/0.00/0.25)	

CMYK percentages

%45.26
%23.68
%0
%25.49

Codes

Color #6891BE in popluar color models

6891BE
RGB104145190
HSL211°39.81%57.65%
HSB/HSV211°45.26%74.51%
CMYK45.26%23.68%0.00%
25.49%

Color #6891BE in popluar number systems.

HEX6891BE
Decimal104145190
Binary11010001001000110111110
Octal150221276

Shades and tints

Shades of #6891BE

#6891BE
(104,145,190)
#5F84AD
(95,132,173)
#56779C
(86,119,156)
#4D6A8B
(77,106,139)
#445D7A
(68,93,122)
#3B5069
(59,80,105)
#324358
(50,67,88)
#293647
(41,54,71)
#202936
(32,41,54)
#171C25
(23,28,37)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #6891BE

#6891BE
(104,145,190)
#759BC3
(117,155,195)
#82A5C8
(130,165,200)
#8FAFCD
(143,175,205)
#9CB9D2
(156,185,210)
#A9C3D7
(169,195,215)
#B6CDDC
(182,205,220)
#C3D7E1
(195,215,225)
#D0E1E6
(208,225,230)
#DDEBEB
(221,235,235)
#EAF5F0
(234,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6891BE; }

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

This text font color is #6891BE.


Background Color

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

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

This div background color is #6891BE.


Border color

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

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

This div border color is #6891BE.


Opacity

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

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

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

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

This text has shadow with #6891BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6891BE on black background.


Color preview on white background

This text has color #6891BE on white background.



Black color preview on #6891BE background

This text has black color on #6891BE background.


White color preview on #6891BE background

This text has white color on #6891BE background.