COLOR #6891A2

HEX: #6891A2
RGB: (104,145,162)

Color info

#6891A2 contains red, green and blue colors in about the same proportion. Web safe color of #6891A2 is #669999 (or #699).

RGB color model

#6891A2 color RGB value is (104,145,162).

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

RGB channels and saturation

R 104 of 255 = 41%
G 145 of 255 = 57%
B 162 of 255 = 64%

104
145
162

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

Portions of RGB colors in percentages

R + G + B =
104 + 145 + 162 = 411 (100%)
R 104 of 411 ~ 25.3%
G 145 of 411 ~ 35.28%
B 162 of 411 ~ 39.42%

%25.3
%35.28
%39.42

CMYK color model

#6891A2 color CMYK value is (36,10,0,36).

  • cyan value is 35.80%
  • magenta value is 10.49%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK: (36,10,0,36) C36M10Y0K36 (36%,10%,0%,36%) (0.36/0.10/0.00/0.36)

CMYK percentages

%35.8
%10.49
%0
%36.47

Codes

Color #6891A2 in popluar color models

6891A2
RGB104145162
HSL198°23.77%52.16%
HSB/HSV198°35.80%63.53%
CMYK35.80%10.49%0.00%
36.47%

Color #6891A2 in popluar number systems.

HEX6891A2
Decimal104145162
Binary11010001001000110100010
Octal150221242

Shades and tints

Shades of #6891A2

#6891A2
(104,145,162)
#5F8494
(95,132,148)
#567786
(86,119,134)
#4D6A78
(77,106,120)
#445D6A
(68,93,106)
#3B505C
(59,80,92)
#32434E
(50,67,78)
#293640
(41,54,64)
#202932
(32,41,50)
#171C24
(23,28,36)
#0E0F16
(14,15,22)
#000000
(0,0,0)

Tints of #6891A2

#6891A2
(104,145,162)
#759BAA
(117,155,170)
#82A5B2
(130,165,178)
#8FAFBA
(143,175,186)
#9CB9C2
(156,185,194)
#A9C3CA
(169,195,202)
#B6CDD2
(182,205,210)
#C3D7DA
(195,215,218)
#D0E1E2
(208,225,226)
#DDEBEA
(221,235,234)
#EAF5F2
(234,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6891A2; }

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

This text font color is #6891A2.


Background Color

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

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

This div background color is #6891A2.


Border color

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

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

This div border color is #6891A2.


Opacity

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

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

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

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

This text has shadow with #6891A2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6891A2 on black background.


Color preview on white background

This text has color #6891A2 on white background.



Black color preview on #6891A2 background

This text has black color on #6891A2 background.


White color preview on #6891A2 background

This text has white color on #6891A2 background.