COLOR #62809B

HEX: #62809B RGB: (98,128,155)

Color info

#62809B contains red, green and blue colors in about the same proportion. Web safe color of #62809B is #666699 (or #669).

RGB color model

#62809B color RGB value is (98,128,155).

RGB: (98,128,155) (38%, 50%, 61%)

RGB channels and saturation

R 98 of 255 = 38%
G 128 of 255 = 50%
B 155 of 255 = 61%

98
128
155

R + G + B ~ 50%. #62809B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 98 + 128 + 155 = 381 (100%)
R 98 of 381 ~ 25.72%
G 128 of 381 ~ 33.6%
B 155 of 381 ~ 40.68'%

%25.72
%33.6
%40.68

CMYK color model

#62809B color CMYK value is (37,17,0,39).

  • cyan value is 36.77%
  • magenta value is 17.42%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (37,17,0,39)
C37M17Y0K39 (37%, 17%, 0%, 39%)
(0.37 / 0.17 / 0.00 / 0.39)

CMYK percentages

%36.77
%17.42
%0
%39.22

Codes

Color #62809B in popluar color models

62 80 9B
RGB 98 128 155
HSL 208° 22.53% 49.61%
HSB/HSV 208° 36.77% 60.78%
CMYK 36.77% 17.42% 0.00%
39.22%

Color #62809B in popluar number systems.

HEX 62 80 9B
Decimal 98 128 155
Binary 1100010 10000000 10011011
Octal 142 200 233

Shades and tints

Shades of #62809B

#62809B
(98,128,155)
#5A758D
(90,117,141)
#526A7F
(82,106,127)
#4A5F71
(74,95,113)
#425463
(66,84,99)
#3A4955
(58,73,85)
#323E47
(50,62,71)
#2A3339
(42,51,57)
#22282B
(34,40,43)
#1A1D1D
(26,29,29)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #62809B

#62809B
(98,128,155)
#708BA4
(112,139,164)
#7E96AD
(126,150,173)
#8CA1B6
(140,161,182)
#9AACBF
(154,172,191)
#A8B7C8
(168,183,200)
#B6C2D1
(182,194,209)
#C4CDDA
(196,205,218)
#D2D8E3
(210,216,227)
#E0E3EC
(224,227,236)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62809B color. Also use rgb(98,128,155) instead hex code.

Text Font Color

.myTextColor { color: #62809B; }

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

This text font color is #62809B.

Background Color

.myBgColor { background-color: #62809B; }

<div style="background-color:#62809B">Inner text</div>

This div background color is #62809B.

Border color

.myBorderColor { border: 1px solid #62809B; }

<div style="border:3px solid #62809B">Div</div>

This div border color is #62809B.

Opacity

.myOpacity80 { color: #62809B; opacity: 0.8; }

<p style="color:#62809B;opacity:0.8;">80%</p>

Text with #62809B 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 #62809B;}

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

This text has shadow with #62809B color.


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

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

This text has shadow with #62809B primary color and red secondary color.


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

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

This text has shadow with #62809B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #62809B.

Preview

Color preview on black background

This text has color #62809B on black background.


Color preview on white background

This text has color #62809B on white background.


Black color preview on #62809B background

This text has black color on #62809B background.


White color preview on #62809B background

This text has white color on #62809B background.


Related colors

Complementary color

Complementary color for #hex is #9D7F64.


I love getcolorcode.com

Triadic colors

1 #9B6280 and #809B62 with #62809B are triadic colors.

2 #9B8062 and #80629B with #62809B are triadic colors.