COLOR #623C6B

HEX: #623C6B RGB: (98,60,107)

Color info

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

RGB color model

#623C6B color RGB value is (98,60,107).

RGB: (98,60,107) (38%, 24%, 42%)

RGB channels and saturation

R 98 of 255 = 38%
G 60 of 255 = 24%
B 107 of 255 = 42%

98
60
107

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

Portions of RGB colors in percentages

R + G + B = 98 + 60 + 107 = 265 (100%)
R 98 of 265 ~ 36.98%
G 60 of 265 ~ 22.64%
B 107 of 265 ~ 40.38'%

%36.98
%22.64
%40.38

CMYK color model

#623C6B color CMYK value is (8,44,0,58).

  • cyan value is 8.41%
  • magenta value is 43.93%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (8,44,0,58)
C8M44Y0K58 (8%, 44%, 0%, 58%)
(0.08 / 0.44 / 0.00 / 0.58)

CMYK percentages

%8.41
%43.93
%0
%58.04

Codes

Color #623C6B in popluar color models

62 3C 6B
RGB 98 60 107
HSL 289° 28.14% 32.75%
HSB/HSV 289° 43.93% 41.96%
CMYK 8.41% 43.93% 0.00%
58.04%

Color #623C6B in popluar number systems.

HEX 62 3C 6B
Decimal 98 60 107
Binary 1100010 111100 1101011
Octal 142 74 153

Shades and tints

Shades of #623C6B

#623C6B
(98,60,107)
#5A3762
(90,55,98)
#523259
(82,50,89)
#4A2D50
(74,45,80)
#422847
(66,40,71)
#3A233E
(58,35,62)
#321E35
(50,30,53)
#2A192C
(42,25,44)
#221423
(34,20,35)
#1A0F1A
(26,15,26)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #623C6B

#623C6B
(98,60,107)
#704D78
(112,77,120)
#7E5E85
(126,94,133)
#8C6F92
(140,111,146)
#9A809F
(154,128,159)
#A891AC
(168,145,172)
#B6A2B9
(182,162,185)
#C4B3C6
(196,179,198)
#D2C4D3
(210,196,211)
#E0D5E0
(224,213,224)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #623C6B color. Also use rgb(98,60,107) instead hex code.

Text Font Color

.myTextColor { color: #623C6B; }

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

This text font color is #623C6B.

Background Color

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

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

This div background color is #623C6B.

Border color

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

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

This div border color is #623C6B.

Opacity

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

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

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

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

This text has shadow with #623C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #623C6B.

Preview

Color preview on black background

This text has color #623C6B on black background.


Color preview on white background

This text has color #623C6B on white background.


Black color preview on #623C6B background

This text has black color on #623C6B background.


White color preview on #623C6B background

This text has white color on #623C6B background.


Related colors

Complementary color

Complementary color for #hex is #9DC394.


I love getcolorcode.com

Triadic colors

1 #6B623C and #3C6B62 with #623C6B are triadic colors.

2 #6B3C62 and #3C626B with #623C6B are triadic colors.