COLOR #6894A1

HEX: #6894A1 RGB: (104,148,161)

Color info

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

RGB color model

#6894A1 color RGB value is (104,148,161).

RGB: (104,148,161) (41%, 58%, 63%)

RGB channels and saturation

R 104 of 255 = 41%
G 148 of 255 = 58%
B 161 of 255 = 63%

104
148
161

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

Portions of RGB colors in percentages

R + G + B = 104 + 148 + 161 = 413 (100%)
R 104 of 413 ~ 25.18%
G 148 of 413 ~ 35.84%
B 161 of 413 ~ 38.98'%

%25.18
%35.84
%38.98

CMYK color model

#6894A1 color CMYK value is (35,8,0,37).

  • cyan value is 35.40%
  • magenta value is 8.07%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK: (35,8,0,37) C35M8Y0K37 (35%,8%,0%,37%) (0.35/0.08/0.00/0.37) 

CMYK percentages

%35.4
%8.07
%0
%36.86

Codes

Color #6894A1 in popluar color models

68 94 A1
RGB 104 148 161
HSL 194° 23.27% 51.96%
HSB/HSV 194° 35.40% 63.14%
CMYK 35.40% 8.07% 0.00%
36.86%

Color #6894A1 in popluar number systems.

HEX 68 94 A1
Decimal 104 148 161
Binary 1101000 10010100 10100001
Octal 150 224 241

Shades and tints

Shades of #6894A1

#6894A1
(104,148,161)
#5F8793
(95,135,147)
#567A85
(86,122,133)
#4D6D77
(77,109,119)
#446069
(68,96,105)
#3B535B
(59,83,91)
#32464D
(50,70,77)
#29393F
(41,57,63)
#202C31
(32,44,49)
#171F23
(23,31,35)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #6894A1

#6894A1
(104,148,161)
#759DA9
(117,157,169)
#82A6B1
(130,166,177)
#8FAFB9
(143,175,185)
#9CB8C1
(156,184,193)
#A9C1C9
(169,193,201)
#B6CAD1
(182,202,209)
#C3D3D9
(195,211,217)
#D0DCE1
(208,220,225)
#DDE5E9
(221,229,233)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6894A1 color. Also use rgb(104,148,161) instead hex code.

Text Font Color

.myTextColor { color: #6894A1; }

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

This text font color is #6894A1.

Background Color

.myBgColor { background-color: #6894A1; }

<div style="background-color:#6894A1">Inner text</div>

This div background color is #6894A1.

Border color

.myBorderColor { border: 1px solid #6894A1; }

<div style="border:3px solid #6894A1">Div</div>

This div border color is #6894A1.

Opacity

.myOpacity80 { color: #6894A1; opacity: 0.8; }

<p style="color:#6894A1;opacity:0.8;">80%</p>

Text with #6894A1 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 #6894A1;}

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

This text has shadow with #6894A1 color.


.textShadow {text-shadow: 3px 3px 1px #6894A1', 3px 3px 1px red;}

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

This text has shadow with #6894A1 primary color and red secondary color.


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

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

This text has shadow with #6894A1 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6894A1; -webkit-box-shadow: 1px 1px 3px 2px #6894A1; box-shadow:1px 1px 3px 2px #6894A1;">
Div content here
</div>

This div box has shadow with color #6894A1.

Preview

Color preview on black background

This text has color #6894A1 on black background.


Color preview on white background

This text has color #6894A1 on white background.


Black color preview on #6894A1 background

This text has black color on #6894A1 background.


White color preview on #6894A1 background

This text has white color on #6894A1 background.


Related colors

Complementary color

Complementary color for #hex is #976B5E.


I love getcolorcode.com

Triadic colors

1 #A16894 and #94A168 with #6894A1 are triadic colors.

2 #A19468 and #9468A1 with #6894A1 are triadic colors.