COLOR #623E6F

HEX: #623E6F
RGB: (98,62,111)

Color info

#623E6F contains red, green and blue colors in about the same proportion. Web safe color of #623E6F is #663366 (or #636).

RGB color model

#623E6F color RGB value is (98,62,111).

  • red value is 98;
  • green value is 62;
  • blue value is 111.
RGB:
(98,62,111)
(38%,24%,44%)

RGB channels and saturation

R 98 of 255 = 38%
G 62 of 255 = 24%
B 111 of 255 = 44%

98
62
111

R + G + B ~ 35%. #623E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 62 + 111 = 271 (100%)
R 98 of 271 ~ 36.16%
G 62 of 271 ~ 22.88%
B 111 of 271 ~ 40.96%

%36.16
%22.88
%40.96

CMYK color model

#623E6F color CMYK value is (12,44,0,56).

  • cyan value is 11.71%
  • magenta value is 44.14%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(12,44,0,56)
C12M44Y0K56 
(12%,44%,0%,56%)
(0.12/0.44/0.00/0.56)	

CMYK percentages

%11.71
%44.14
%0
%56.47

Codes

Color #623E6F in popluar color models

623E6F
RGB9862111
HSL284°28.32%33.92%
HSB/HSV284°44.14%43.53%
CMYK11.71%44.14%0.00%
56.47%

Color #623E6F in popluar number systems.

HEX623E6F
Decimal9862111
Binary11000101111101101111
Octal14276157

Shades and tints

Shades of #623E6F

#623E6F
(98,62,111)
#5A3965
(90,57,101)
#52345B
(82,52,91)
#4A2F51
(74,47,81)
#422A47
(66,42,71)
#3A253D
(58,37,61)
#322033
(50,32,51)
#2A1B29
(42,27,41)
#22161F
(34,22,31)
#1A1115
(26,17,21)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #623E6F

#623E6F
(98,62,111)
#704F7C
(112,79,124)
#7E6089
(126,96,137)
#8C7196
(140,113,150)
#9A82A3
(154,130,163)
#A893B0
(168,147,176)
#B6A4BD
(182,164,189)
#C4B5CA
(196,181,202)
#D2C6D7
(210,198,215)
#E0D7E4
(224,215,228)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #623E6F color. Also use rgb(98,62,111) instead hex code.

Text Font Color

.myTextColor { color: #623E6F; }

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

This text font color is #623E6F.


Background Color

.myBgColor { background-color: #623E6F; }

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

This div background color is #623E6F.


Border color

.myBorderColor { border: 1px solid #623E6F; }

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

This div border color is #623E6F.


Opacity

.myOpacity80 { color: #623E6F; opacity: 0.8; }

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

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

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

This text has shadow with #623E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623E6F on black background.


Color preview on white background

This text has color #623E6F on white background.



Black color preview on #623E6F background

This text has black color on #623E6F background.


White color preview on #623E6F background

This text has white color on #623E6F background.