COLOR #6789B0

HEX: #6789B0 RGB: (103,137,176)

Color info

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

RGB color model

#6789B0 color RGB value is (103,137,176).

RGB: (103,137,176) (40%, 54%, 69%)

RGB channels and saturation

R 103 of 255 = 40%
G 137 of 255 = 54%
B 176 of 255 = 69%

103
137
176

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

Portions of RGB colors in percentages

R + G + B = 103 + 137 + 176 = 416 (100%)
R 103 of 416 ~ 24.76%
G 137 of 416 ~ 32.93%
B 176 of 416 ~ 42.31'%

%24.76
%32.93
%42.31

CMYK color model

#6789B0 color CMYK value is (41,22,0,31).

  • cyan value is 41.48%
  • magenta value is 22.16%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (41,22,0,31) C41M22Y0K31 (41%,22%,0%,31%) (0.41/0.22/0.00/0.31) 

CMYK percentages

%41.48
%22.16
%0
%30.98

Codes

Color #6789B0 in popluar color models

67 89 B0
RGB 103 137 176
HSL 212° 31.60% 54.71%
HSB/HSV 212° 41.48% 69.02%
CMYK 41.48% 22.16% 0.00%
30.98%

Color #6789B0 in popluar number systems.

HEX 67 89 B0
Decimal 103 137 176
Binary 1100111 10001001 10110000
Octal 147 211 260

Shades and tints

Shades of #6789B0

#6789B0
(103,137,176)
#5E7DA0
(94,125,160)
#557190
(85,113,144)
#4C6580
(76,101,128)
#435970
(67,89,112)
#3A4D60
(58,77,96)
#314150
(49,65,80)
#283540
(40,53,64)
#1F2930
(31,41,48)
#161D20
(22,29,32)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #6789B0

#6789B0
(103,137,176)
#7493B7
(116,147,183)
#819DBE
(129,157,190)
#8EA7C5
(142,167,197)
#9BB1CC
(155,177,204)
#A8BBD3
(168,187,211)
#B5C5DA
(181,197,218)
#C2CFE1
(194,207,225)
#CFD9E8
(207,217,232)
#DCE3EF
(220,227,239)
#E9EDF6
(233,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6789B0 color. Also use rgb(103,137,176) instead hex code.

Text Font Color

.myTextColor { color: #6789B0; }

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

This text font color is #6789B0.

Background Color

.myBgColor { background-color: #6789B0; }

<div style="background-color:#6789B0">Inner text</div>

This div background color is #6789B0.

Border color

.myBorderColor { border: 1px solid #6789B0; }

<div style="border:3px solid #6789B0">Div</div>

This div border color is #6789B0.

Opacity

.myOpacity80 { color: #6789B0; opacity: 0.8; }

<p style="color:#6789B0;opacity:0.8;">80%</p>

Text with #6789B0 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 #6789B0;}

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

This text has shadow with #6789B0 color.


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

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

This text has shadow with #6789B0 primary color and red secondary color.


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

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

This text has shadow with #6789B0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6789B0.

Preview

Color preview on black background

This text has color #6789B0 on black background.


Color preview on white background

This text has color #6789B0 on white background.


Black color preview on #6789B0 background

This text has black color on #6789B0 background.


White color preview on #6789B0 background

This text has white color on #6789B0 background.


Related colors

Complementary color

Complementary color for #hex is #98764F.


I love getcolorcode.com

Triadic colors

1 #B06789 and #89B067 with #6789B0 are triadic colors.

2 #B08967 and #8967B0 with #6789B0 are triadic colors.