COLOR #6289AE

HEX: #6289AE RGB: (98,137,174)

Color info

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

RGB color model

#6289AE color RGB value is (98,137,174).

RGB: (98,137,174) (38%, 54%, 68%)

RGB channels and saturation

R 98 of 255 = 38%
G 137 of 255 = 54%
B 174 of 255 = 68%

98
137
174

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

Portions of RGB colors in percentages

R + G + B = 98 + 137 + 174 = 409 (100%)
R 98 of 409 ~ 23.96%
G 137 of 409 ~ 33.5%
B 174 of 409 ~ 42.54'%

%23.96
%33.5
%42.54

CMYK color model

#6289AE color CMYK value is (44,21,0,32).

  • cyan value is 43.68%
  • magenta value is 21.26%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (44,21,0,32)
C44M21Y0K32 (44%, 21%, 0%, 32%)
(0.44 / 0.21 / 0.00 / 0.32)

CMYK percentages

%43.68
%21.26
%0
%31.76

Codes

Color #6289AE in popluar color models

62 89 AE
RGB 98 137 174
HSL 209° 31.93% 53.33%
HSB/HSV 209° 43.68% 68.24%
CMYK 43.68% 21.26% 0.00%
31.76%

Color #6289AE in popluar number systems.

HEX 62 89 AE
Decimal 98 137 174
Binary 1100010 10001001 10101110
Octal 142 211 256

Shades and tints

Shades of #6289AE

#6289AE
(98,137,174)
#5A7D9F
(90,125,159)
#527190
(82,113,144)
#4A6581
(74,101,129)
#425972
(66,89,114)
#3A4D63
(58,77,99)
#324154
(50,65,84)
#2A3545
(42,53,69)
#222936
(34,41,54)
#1A1D27
(26,29,39)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #6289AE

#6289AE
(98,137,174)
#7093B5
(112,147,181)
#7E9DBC
(126,157,188)
#8CA7C3
(140,167,195)
#9AB1CA
(154,177,202)
#A8BBD1
(168,187,209)
#B6C5D8
(182,197,216)
#C4CFDF
(196,207,223)
#D2D9E6
(210,217,230)
#E0E3ED
(224,227,237)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6289AE color. Also use rgb(98,137,174) instead hex code.

Text Font Color

.myTextColor { color: #6289AE; }

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

This text font color is #6289AE.

Background Color

.myBgColor { background-color: #6289AE; }

<div style="background-color:#6289AE">Inner text</div>

This div background color is #6289AE.

Border color

.myBorderColor { border: 1px solid #6289AE; }

<div style="border:3px solid #6289AE">Div</div>

This div border color is #6289AE.

Opacity

.myOpacity80 { color: #6289AE; opacity: 0.8; }

<p style="color:#6289AE;opacity:0.8;">80%</p>

Text with #6289AE 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 #6289AE;}

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

This text has shadow with #6289AE color.


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

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

This text has shadow with #6289AE primary color and red secondary color.


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

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

This text has shadow with #6289AE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6289AE.

Preview

Color preview on black background

This text has color #6289AE on black background.


Color preview on white background

This text has color #6289AE on white background.


Black color preview on #6289AE background

This text has black color on #6289AE background.


White color preview on #6289AE background

This text has white color on #6289AE background.


Related colors

Complementary color

Complementary color for #hex is #9D7651.


I love getcolorcode.com

Triadic colors

1 #AE6289 and #89AE62 with #6289AE are triadic colors.

2 #AE8962 and #8962AE with #6289AE are triadic colors.