COLOR #623A60

HEX: #623A60 RGB: (98,58,96)

Color info

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

RGB color model

#623A60 color RGB value is (98,58,96).

RGB: (98,58,96) (38%, 23%, 38%)

RGB channels and saturation

R 98 of 255 = 38%
G 58 of 255 = 23%
B 96 of 255 = 38%

98
58
96

R + G + B ~ 33%. #623A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 98 + 58 + 96 = 252 (100%)
R 98 of 252 ~ 38.89%
G 58 of 252 ~ 23.02%
B 96 of 252 ~ 38.1'%

%38.89
%23.02
%38.1

CMYK color model

#623A60 color CMYK value is (0,41,2,62).

  • cyan value is 0.00%
  • magenta value is 40.82%
  • yellow value is 2.04%
  • key color value is 61.57%

CMYK: (0,41,2,62)
C0M41Y2K62 (0%, 41%, 2%, 62%)
(0.00 / 0.41 / 0.02 / 0.62)

CMYK percentages

%0
%40.82
%2.04
%61.57

Codes

Color #623A60 in popluar color models

62 3A 60
RGB 98 58 96
HSL 303° 25.64% 30.59%
HSB/HSV 303° 40.82% 38.43%
CMYK 0.00% 40.82% 2.04%
61.57%

Color #623A60 in popluar number systems.

HEX 62 3A 60
Decimal 98 58 96
Binary 1100010 111010 1100000
Octal 142 72 140

Shades and tints

Shades of #623A60

#623A60
(98,58,96)
#5A3558
(90,53,88)
#523050
(82,48,80)
#4A2B48
(74,43,72)
#422640
(66,38,64)
#3A2138
(58,33,56)
#321C30
(50,28,48)
#2A1728
(42,23,40)
#221220
(34,18,32)
#1A0D18
(26,13,24)
#120810
(18,8,16)
#000000
(0,0,0)

Tints of #623A60

#623A60
(98,58,96)
#704B6E
(112,75,110)
#7E5C7C
(126,92,124)
#8C6D8A
(140,109,138)
#9A7E98
(154,126,152)
#A88FA6
(168,143,166)
#B6A0B4
(182,160,180)
#C4B1C2
(196,177,194)
#D2C2D0
(210,194,208)
#E0D3DE
(224,211,222)
#EEE4EC
(238,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #623A60 color. Also use rgb(98,58,96) instead hex code.

Text Font Color

.myTextColor { color: #623A60; }

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

This text font color is #623A60.

Background Color

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

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

This div background color is #623A60.

Border color

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

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

This div border color is #623A60.

Opacity

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

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

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

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

This text has shadow with #623A60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #623A60.

Preview

Color preview on black background

This text has color #623A60 on black background.


Color preview on white background

This text has color #623A60 on white background.


Black color preview on #623A60 background

This text has black color on #623A60 background.


White color preview on #623A60 background

This text has white color on #623A60 background.


Related colors

Complementary color

Complementary color for #hex is #9DC59F.


I love getcolorcode.com

Triadic colors

1 #60623A and #3A6062 with #623A60 are triadic colors.

2 #603A62 and #3A6260 with #623A60 are triadic colors.