COLOR #626481

HEX: #626481
RGB: (98,100,129)

Color info

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

RGB color model

#626481 color RGB value is (98,100,129).

  • red value is 98;
  • green value is 100;
  • blue value is 129.
RGB:
(98,100,129)
(38%,39%,51%)

RGB channels and saturation

R 98 of 255 = 38%
G 100 of 255 = 39%
B 129 of 255 = 51%

98
100
129

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

Portions of RGB colors in percentages

R + G + B =
98 + 100 + 129 = 327 (100%)
R 98 of 327 ~ 29.97%
G 100 of 327 ~ 30.58%
B 129 of 327 ~ 39.45%

%29.97
%30.58
%39.45

CMYK color model

#626481 color CMYK value is (24,22,0,49).

  • cyan value is 24.03%
  • magenta value is 22.48%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(24,22,0,49)
C24M22Y0K49 
(24%,22%,0%,49%)
(0.24/0.22/0.00/0.49)	

CMYK percentages

%24.03
%22.48
%0
%49.41

Codes

Color #626481 in popluar color models

626481
RGB98100129
HSL236°13.66%44.51%
HSB/HSV236°24.03%50.59%
CMYK24.03%22.48%0.00%
49.41%

Color #626481 in popluar number systems.

HEX626481
Decimal98100129
Binary1100010110010010000001
Octal142144201

Shades and tints

Shades of #626481

#626481
(98,100,129)
#5A5B76
(90,91,118)
#52526B
(82,82,107)
#4A4960
(74,73,96)
#424055
(66,64,85)
#3A374A
(58,55,74)
#322E3F
(50,46,63)
#2A2534
(42,37,52)
#221C29
(34,28,41)
#1A131E
(26,19,30)
#120A13
(18,10,19)
#000000
(0,0,0)

Tints of #626481

#626481
(98,100,129)
#70728C
(112,114,140)
#7E8097
(126,128,151)
#8C8EA2
(140,142,162)
#9A9CAD
(154,156,173)
#A8AAB8
(168,170,184)
#B6B8C3
(182,184,195)
#C4C6CE
(196,198,206)
#D2D4D9
(210,212,217)
#E0E2E4
(224,226,228)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626481 color. Also use rgb(98,100,129) instead hex code.

Text Font Color

.myTextColor { color: #626481; }

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

This text font color is #626481.


Background Color

.myBgColor { background-color: #626481; }

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

This div background color is #626481.


Border color

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

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

This div border color is #626481.


Opacity

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

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

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

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

This text has shadow with #626481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626481 on black background.


Color preview on white background

This text has color #626481 on white background.



Black color preview on #626481 background

This text has black color on #626481 background.


White color preview on #626481 background

This text has white color on #626481 background.