COLOR #623C6F

HEX: #623C6F RGB: (98,60,111)

Color info

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

RGB color model

#623C6F color RGB value is (98,60,111).

RGB: (98,60,111) (38%, 24%, 44%)

RGB channels and saturation

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

98
60
111

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

Portions of RGB colors in percentages

R + G + B = 98 + 60 + 111 = 269 (100%)
R 98 of 269 ~ 36.43%
G 60 of 269 ~ 22.3%
B 111 of 269 ~ 41.26'%

%36.43
%22.3
%41.26

CMYK color model

#623C6F color CMYK value is (12,46,0,56).

  • cyan value is 11.71%
  • magenta value is 45.95%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (12,46,0,56)
C12M46Y0K56 (12%, 46%, 0%, 56%)
(0.12 / 0.46 / 0.00 / 0.56)

CMYK percentages

%11.71
%45.95
%0
%56.47

Codes

Color #623C6F in popluar color models

62 3C 6F
RGB 98 60 111
HSL 285° 29.82% 33.53%
HSB/HSV 285° 45.95% 43.53%
CMYK 11.71% 45.95% 0.00%
56.47%

Color #623C6F in popluar number systems.

HEX 62 3C 6F
Decimal 98 60 111
Binary 1100010 111100 1101111
Octal 142 74 157

Shades and tints

Shades of #623C6F

#623C6F
(98,60,111)
#5A3765
(90,55,101)
#52325B
(82,50,91)
#4A2D51
(74,45,81)
#422847
(66,40,71)
#3A233D
(58,35,61)
#321E33
(50,30,51)
#2A1929
(42,25,41)
#22141F
(34,20,31)
#1A0F15
(26,15,21)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #623C6F

#623C6F
(98,60,111)
#704D7C
(112,77,124)
#7E5E89
(126,94,137)
#8C6F96
(140,111,150)
#9A80A3
(154,128,163)
#A891B0
(168,145,176)
#B6A2BD
(182,162,189)
#C4B3CA
(196,179,202)
#D2C4D7
(210,196,215)
#E0D5E4
(224,213,228)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #623C6F; }

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

This text font color is #623C6F.

Background Color

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

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

This div background color is #623C6F.

Border color

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

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

This div border color is #623C6F.

Opacity

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

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

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

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

This text has shadow with #623C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #623C6F.

Preview

Color preview on black background

This text has color #623C6F on black background.


Color preview on white background

This text has color #623C6F on white background.


Black color preview on #623C6F background

This text has black color on #623C6F background.


White color preview on #623C6F background

This text has white color on #623C6F background.


Related colors

Complementary color

Complementary color for #hex is #9DC390.


I love getcolorcode.com

Triadic colors

1 #6F623C and #3C6F62 with #623C6F are triadic colors.

2 #6F3C62 and #3C626F with #623C6F are triadic colors.