COLOR #626683

HEX: #626683
RGB: (98,102,131)

Color info

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

RGB color model

#626683 color RGB value is (98,102,131).

  • red value is 98;
  • green value is 102;
  • blue value is 131.
RGB:
(98,102,131)
(38%,40%,51%)

RGB channels and saturation

R 98 of 255 = 38%
G 102 of 255 = 40%
B 131 of 255 = 51%

98
102
131

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

Portions of RGB colors in percentages

R + G + B =
98 + 102 + 131 = 331 (100%)
R 98 of 331 ~ 29.61%
G 102 of 331 ~ 30.82%
B 131 of 331 ~ 39.58%

%29.61
%30.82
%39.58

CMYK color model

#626683 color CMYK value is (25,22,0,49).

  • cyan value is 25.19%
  • magenta value is 22.14%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(25,22,0,49)
C25M22Y0K49 
(25%,22%,0%,49%)
(0.25/0.22/0.00/0.49)	

CMYK percentages

%25.19
%22.14
%0
%48.63

Codes

Color #626683 in popluar color models

626683
RGB98102131
HSL233°14.41%44.90%
HSB/HSV233°25.19%51.37%
CMYK25.19%22.14%0.00%
48.63%

Color #626683 in popluar number systems.

HEX626683
Decimal98102131
Binary1100010110011010000011
Octal142146203

Shades and tints

Shades of #626683

#626683
(98,102,131)
#5A5D78
(90,93,120)
#52546D
(82,84,109)
#4A4B62
(74,75,98)
#424257
(66,66,87)
#3A394C
(58,57,76)
#323041
(50,48,65)
#2A2736
(42,39,54)
#221E2B
(34,30,43)
#1A1520
(26,21,32)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #626683

#626683
(98,102,131)
#70738E
(112,115,142)
#7E8099
(126,128,153)
#8C8DA4
(140,141,164)
#9A9AAF
(154,154,175)
#A8A7BA
(168,167,186)
#B6B4C5
(182,180,197)
#C4C1D0
(196,193,208)
#D2CEDB
(210,206,219)
#E0DBE6
(224,219,230)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626683 color. Also use rgb(98,102,131) instead hex code.

Text Font Color

.myTextColor { color: #626683; }

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

This text font color is #626683.


Background Color

.myBgColor { background-color: #626683; }

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

This div background color is #626683.


Border color

.myBorderColor { border: 1px solid #626683; }

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

This div border color is #626683.


Opacity

.myOpacity80 { color: #626683; opacity: 0.8; }

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

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

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

This text has shadow with #626683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626683 on black background.


Color preview on white background

This text has color #626683 on white background.



Black color preview on #626683 background

This text has black color on #626683 background.


White color preview on #626683 background

This text has white color on #626683 background.