COLOR #6784AB

HEX: #6784AB RGB: (103,132,171)

Color info

#6784AB contains mainly green and blue colors. Web safe color of #6784AB is #669999 (or #699).

RGB color model

#6784AB color RGB value is (103,132,171).

RGB: (103,132,171) (40%, 52%, 67%)

RGB channels and saturation

R 103 of 255 = 40%
G 132 of 255 = 52%
B 171 of 255 = 67%

103
132
171

R + G + B ~ 53%. #6784AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 132 + 171 = 406 (100%)
R 103 of 406 ~ 25.37%
G 132 of 406 ~ 32.51%
B 171 of 406 ~ 42.12'%

%25.37
%32.51
%42.12

CMYK color model

#6784AB color CMYK value is (40,23,0,33).

  • cyan value is 39.77%
  • magenta value is 22.81%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (40,23,0,33)
C40M23Y0K33 (40%, 23%, 0%, 33%)
(0.40 / 0.23 / 0.00 / 0.33)

CMYK percentages

%39.77
%22.81
%0
%32.94

Codes

Color #6784AB in popluar color models

67 84 AB
RGB 103 132 171
HSL 214° 28.81% 53.73%
HSB/HSV 214° 39.77% 67.06%
CMYK 39.77% 22.81% 0.00%
32.94%

Color #6784AB in popluar number systems.

HEX 67 84 AB
Decimal 103 132 171
Binary 1100111 10000100 10101011
Octal 147 204 253

Shades and tints

Shades of #6784AB

#6784AB
(103,132,171)
#5E789C
(94,120,156)
#556C8D
(85,108,141)
#4C607E
(76,96,126)
#43546F
(67,84,111)
#3A4860
(58,72,96)
#313C51
(49,60,81)
#283042
(40,48,66)
#1F2433
(31,36,51)
#161824
(22,24,36)
#0D0C15
(13,12,21)
#000000
(0,0,0)

Tints of #6784AB

#6784AB
(103,132,171)
#748FB2
(116,143,178)
#819AB9
(129,154,185)
#8EA5C0
(142,165,192)
#9BB0C7
(155,176,199)
#A8BBCE
(168,187,206)
#B5C6D5
(181,198,213)
#C2D1DC
(194,209,220)
#CFDCE3
(207,220,227)
#DCE7EA
(220,231,234)
#E9F2F1
(233,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6784AB color. Also use rgb(103,132,171) instead hex code.

Text Font Color

.myTextColor { color: #6784AB; }

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

This text font color is #6784AB.

Background Color

.myBgColor { background-color: #6784AB; }

<div style="background-color:#6784AB">Inner text</div>

This div background color is #6784AB.

Border color

.myBorderColor { border: 1px solid #6784AB; }

<div style="border:3px solid #6784AB">Div</div>

This div border color is #6784AB.

Opacity

.myOpacity80 { color: #6784AB; opacity: 0.8; }

<p style="color:#6784AB;opacity:0.8;">80%</p>

Text with #6784AB 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 #6784AB;}

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

This text has shadow with #6784AB color.


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

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

This text has shadow with #6784AB primary color and red secondary color.


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

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

This text has shadow with #6784AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6784AB.

Preview

Color preview on black background

This text has color #6784AB on black background.


Color preview on white background

This text has color #6784AB on white background.


Black color preview on #6784AB background

This text has black color on #6784AB background.


White color preview on #6784AB background

This text has white color on #6784AB background.


Related colors

Complementary color

Complementary color for #hex is #987B54.


I love getcolorcode.com

Triadic colors

1 #AB6784 and #84AB67 with #6784AB are triadic colors.

2 #AB8467 and #8467AB with #6784AB are triadic colors.