COLOR #624F7B

HEX: #624F7B
RGB: (98,79,123)

Color info

#624F7B contains red, green and blue colors in about the same proportion. Web safe color of #624F7B is #666666 (or #666).

RGB color model

#624F7B color RGB value is (98,79,123).

  • red value is 98;
  • green value is 79;
  • blue value is 123.
RGB:
(98,79,123)
(38%,31%,48%)

RGB channels and saturation

R 98 of 255 = 38%
G 79 of 255 = 31%
B 123 of 255 = 48%

98
79
123

R + G + B ~ 39%. #624F7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 79 + 123 = 300 (100%)
R 98 of 300 ~ 32.67%
G 79 of 300 ~ 26.33%
B 123 of 300 ~ 41%

%32.67
%26.33
%41

CMYK color model

#624F7B color CMYK value is (20,36,0,52).

  • cyan value is 20.33%
  • magenta value is 35.77%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(20,36,0,52)
C20M36Y0K52 
(20%,36%,0%,52%)
(0.20/0.36/0.00/0.52)	

CMYK percentages

%20.33
%35.77
%0
%51.76

Codes

Color #624F7B in popluar color models

624F7B
RGB9879123
HSL266°21.78%39.61%
HSB/HSV266°35.77%48.24%
CMYK20.33%35.77%0.00%
51.76%

Color #624F7B in popluar number systems.

HEX624F7B
Decimal9879123
Binary110001010011111111011
Octal142117173

Shades and tints

Shades of #624F7B

#624F7B
(98,79,123)
#5A4870
(90,72,112)
#524165
(82,65,101)
#4A3A5A
(74,58,90)
#42334F
(66,51,79)
#3A2C44
(58,44,68)
#322539
(50,37,57)
#2A1E2E
(42,30,46)
#221723
(34,23,35)
#1A1018
(26,16,24)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #624F7B

#624F7B
(98,79,123)
#705F87
(112,95,135)
#7E6F93
(126,111,147)
#8C7F9F
(140,127,159)
#9A8FAB
(154,143,171)
#A89FB7
(168,159,183)
#B6AFC3
(182,175,195)
#C4BFCF
(196,191,207)
#D2CFDB
(210,207,219)
#E0DFE7
(224,223,231)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624F7B color. Also use rgb(98,79,123) instead hex code.

Text Font Color

.myTextColor { color: #624F7B; }

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

This text font color is #624F7B.


Background Color

.myBgColor { background-color: #624F7B; }

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

This div background color is #624F7B.


Border color

.myBorderColor { border: 1px solid #624F7B; }

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

This div border color is #624F7B.


Opacity

.myOpacity80 { color: #624F7B; opacity: 0.8; }

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

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

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

This text has shadow with #624F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624F7B on black background.


Color preview on white background

This text has color #624F7B on white background.



Black color preview on #624F7B background

This text has black color on #624F7B background.


White color preview on #624F7B background

This text has white color on #624F7B background.