COLOR #6189AC

HEX: #6189AC RGB: (97,137,172)

Color info

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

RGB color model

#6189AC color RGB value is (97,137,172).

RGB: (97,137,172) (38%, 54%, 67%)

RGB channels and saturation

R 97 of 255 = 38%
G 137 of 255 = 54%
B 172 of 255 = 67%

97
137
172

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

Portions of RGB colors in percentages

R + G + B = 97 + 137 + 172 = 406 (100%)
R 97 of 406 ~ 23.89%
G 137 of 406 ~ 33.74%
B 172 of 406 ~ 42.36'%

%23.89
%33.74
%42.36

CMYK color model

#6189AC color CMYK value is (44,20,0,33).

  • cyan value is 43.60%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (44,20,0,33)
C44M20Y0K33 (44%, 20%, 0%, 33%)
(0.44 / 0.20 / 0.00 / 0.33)

CMYK percentages

%43.6
%20.35
%0
%32.55

Codes

Color #6189AC in popluar color models

61 89 AC
RGB 97 137 172
HSL 208° 31.12% 52.75%
HSB/HSV 208° 43.60% 67.45%
CMYK 43.60% 20.35% 0.00%
32.55%

Color #6189AC in popluar number systems.

HEX 61 89 AC
Decimal 97 137 172
Binary 1100001 10001001 10101100
Octal 141 211 254

Shades and tints

Shades of #6189AC

#6189AC
(97,137,172)
#597D9D
(89,125,157)
#51718E
(81,113,142)
#49657F
(73,101,127)
#415970
(65,89,112)
#394D61
(57,77,97)
#314152
(49,65,82)
#293543
(41,53,67)
#212934
(33,41,52)
#191D25
(25,29,37)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #6189AC

#6189AC
(97,137,172)
#6F93B3
(111,147,179)
#7D9DBA
(125,157,186)
#8BA7C1
(139,167,193)
#99B1C8
(153,177,200)
#A7BBCF
(167,187,207)
#B5C5D6
(181,197,214)
#C3CFDD
(195,207,221)
#D1D9E4
(209,217,228)
#DFE3EB
(223,227,235)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6189AC color. Also use rgb(97,137,172) instead hex code.

Text Font Color

.myTextColor { color: #6189AC; }

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

This text font color is #6189AC.

Background Color

.myBgColor { background-color: #6189AC; }

<div style="background-color:#6189AC">Inner text</div>

This div background color is #6189AC.

Border color

.myBorderColor { border: 1px solid #6189AC; }

<div style="border:3px solid #6189AC">Div</div>

This div border color is #6189AC.

Opacity

.myOpacity80 { color: #6189AC; opacity: 0.8; }

<p style="color:#6189AC;opacity:0.8;">80%</p>

Text with #6189AC 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 #6189AC;}

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

This text has shadow with #6189AC color.


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

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

This text has shadow with #6189AC primary color and red secondary color.


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

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

This text has shadow with #6189AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6189AC.

Preview

Color preview on black background

This text has color #6189AC on black background.


Color preview on white background

This text has color #6189AC on white background.


Black color preview on #6189AC background

This text has black color on #6189AC background.


White color preview on #6189AC background

This text has white color on #6189AC background.


Related colors

Complementary color

Complementary color for #hex is #9E7653.


I love getcolorcode.com

Triadic colors

1 #AC6189 and #89AC61 with #6189AC are triadic colors.

2 #AC8961 and #8961AC with #6189AC are triadic colors.