COLOR #62678A

HEX: #62678A
RGB: (98,103,138)

Color info

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

RGB color model

#62678A color RGB value is (98,103,138).

  • red value is 98;
  • green value is 103;
  • blue value is 138.
RGB:
(98,103,138)
(38%,40%,54%)

RGB channels and saturation

R 98 of 255 = 38%
G 103 of 255 = 40%
B 138 of 255 = 54%

98
103
138

R + G + B ~ 44%. #62678A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 103 + 138 = 339 (100%)
R 98 of 339 ~ 28.91%
G 103 of 339 ~ 30.38%
B 138 of 339 ~ 40.71%

%28.91
%30.38
%40.71

CMYK color model

#62678A color CMYK value is (29,25,0,46).

  • cyan value is 28.99%
  • magenta value is 25.36%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(29,25,0,46)
C29M25Y0K46 
(29%,25%,0%,46%)
(0.29/0.25/0.00/0.46)	

CMYK percentages

%28.99
%25.36
%0
%45.88

Codes

Color #62678A in popluar color models

62678A
RGB98103138
HSL233°16.95%46.27%
HSB/HSV233°28.99%54.12%
CMYK28.99%25.36%0.00%
45.88%

Color #62678A in popluar number systems.

HEX62678A
Decimal98103138
Binary1100010110011110001010
Octal142147212

Shades and tints

Shades of #62678A

#62678A
(98,103,138)
#5A5E7E
(90,94,126)
#525572
(82,85,114)
#4A4C66
(74,76,102)
#42435A
(66,67,90)
#3A3A4E
(58,58,78)
#323142
(50,49,66)
#2A2836
(42,40,54)
#221F2A
(34,31,42)
#1A161E
(26,22,30)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #62678A

#62678A
(98,103,138)
#707494
(112,116,148)
#7E819E
(126,129,158)
#8C8EA8
(140,142,168)
#9A9BB2
(154,155,178)
#A8A8BC
(168,168,188)
#B6B5C6
(182,181,198)
#C4C2D0
(196,194,208)
#D2CFDA
(210,207,218)
#E0DCE4
(224,220,228)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62678A color. Also use rgb(98,103,138) instead hex code.

Text Font Color

.myTextColor { color: #62678A; }

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

This text font color is #62678A.


Background Color

.myBgColor { background-color: #62678A; }

<div style="background-color:#62678A">Inner text</div>

This div background color is #62678A.


Border color

.myBorderColor { border: 1px solid #62678A; }

<div style="border:3px solid #62678A">Div</div>

This div border color is #62678A.


Opacity

.myOpacity80 { color: #62678A; opacity: 0.8; }

<p style="color:#62678A;opacity:0.8;">80%</p>

Text with #62678A 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 #62678A;}

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

This text has shadow with #62678A color.

.textShadow {text-shadow: 3px 3px 1px #62678A, 3px 3px 1px red;}

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

This text has shadow with #62678A primary color and red secondary color.


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

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

This text has shadow with #62678A and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #62678A;
-webkit-box-shadow: 1px 1px 3px 2px #62678A;
box-shadow:1px 1px 3px 2px #62678A;">
Div content here</div>
This div box has shadow with color #62678A.

Preview

Color preview on black background

This text has color #62678A on black background.


Color preview on white background

This text has color #62678A on white background.



Black color preview on #62678A background

This text has black color on #62678A background.


White color preview on #62678A background

This text has white color on #62678A background.