COLOR #6489AF

HEX: #6489AF RGB: (100,137,175)

Color info

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

RGB color model

#6489AF color RGB value is (100,137,175).

RGB: (100,137,175) (39%, 54%, 69%)

RGB channels and saturation

R 100 of 255 = 39%
G 137 of 255 = 54%
B 175 of 255 = 69%

100
137
175

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

Portions of RGB colors in percentages

R + G + B = 100 + 137 + 175 = 412 (100%)
R 100 of 412 ~ 24.27%
G 137 of 412 ~ 33.25%
B 175 of 412 ~ 42.48'%

%24.27
%33.25
%42.48

CMYK color model

#6489AF color CMYK value is (43,22,0,31).

  • cyan value is 42.86%
  • magenta value is 21.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (43,22,0,31)
C43M22Y0K31 (43%, 22%, 0%, 31%)
(0.43 / 0.22 / 0.00 / 0.31)

CMYK percentages

%42.86
%21.71
%0
%31.37

Codes

Color #6489AF in popluar color models

64 89 AF
RGB 100 137 175
HSL 210° 31.91% 53.92%
HSB/HSV 210° 42.86% 68.63%
CMYK 42.86% 21.71% 0.00%
31.37%

Color #6489AF in popluar number systems.

HEX 64 89 AF
Decimal 100 137 175
Binary 1100100 10001001 10101111
Octal 144 211 257

Shades and tints

Shades of #6489AF

#6489AF
(100,137,175)
#5B7DA0
(91,125,160)
#527191
(82,113,145)
#496582
(73,101,130)
#405973
(64,89,115)
#374D64
(55,77,100)
#2E4155
(46,65,85)
#253546
(37,53,70)
#1C2937
(28,41,55)
#131D28
(19,29,40)
#0A1119
(10,17,25)
#000000
(0,0,0)

Tints of #6489AF

#6489AF
(100,137,175)
#7293B6
(114,147,182)
#809DBD
(128,157,189)
#8EA7C4
(142,167,196)
#9CB1CB
(156,177,203)
#AABBD2
(170,187,210)
#B8C5D9
(184,197,217)
#C6CFE0
(198,207,224)
#D4D9E7
(212,217,231)
#E2E3EE
(226,227,238)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6489AF color. Also use rgb(100,137,175) instead hex code.

Text Font Color

.myTextColor { color: #6489AF; }

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

This text font color is #6489AF.

Background Color

.myBgColor { background-color: #6489AF; }

<div style="background-color:#6489AF">Inner text</div>

This div background color is #6489AF.

Border color

.myBorderColor { border: 1px solid #6489AF; }

<div style="border:3px solid #6489AF">Div</div>

This div border color is #6489AF.

Opacity

.myOpacity80 { color: #6489AF; opacity: 0.8; }

<p style="color:#6489AF;opacity:0.8;">80%</p>

Text with #6489AF 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 #6489AF;}

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

This text has shadow with #6489AF color.


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

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

This text has shadow with #6489AF primary color and red secondary color.


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

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

This text has shadow with #6489AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6489AF.

Preview

Color preview on black background

This text has color #6489AF on black background.


Color preview on white background

This text has color #6489AF on white background.


Black color preview on #6489AF background

This text has black color on #6489AF background.


White color preview on #6489AF background

This text has white color on #6489AF background.


Related colors

Complementary color

Complementary color for #hex is #9B7650.


I love getcolorcode.com

Triadic colors

1 #AF6489 and #89AF64 with #6489AF are triadic colors.

2 #AF8964 and #8964AF with #6489AF are triadic colors.