COLOR #623C74

HEX: #623C74 RGB: (98,60,116)

Color info

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

RGB color model

#623C74 color RGB value is (98,60,116).

RGB: (98,60,116) (38%, 24%, 45%)

RGB channels and saturation

R 98 of 255 = 38%
G 60 of 255 = 24%
B 116 of 255 = 45%

98
60
116

R + G + B ~ 36%. #623C74 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 98 + 60 + 116 = 274 (100%)
R 98 of 274 ~ 35.77%
G 60 of 274 ~ 21.9%
B 116 of 274 ~ 42.34'%

%35.77
%21.9
%42.34

CMYK color model

#623C74 color CMYK value is (16,48,0,55).

  • cyan value is 15.52%
  • magenta value is 48.28%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (16,48,0,55)
C16M48Y0K55 (16%, 48%, 0%, 55%)
(0.16 / 0.48 / 0.00 / 0.55)

CMYK percentages

%15.52
%48.28
%0
%54.51

Codes

Color #623C74 in popluar color models

62 3C 74
RGB 98 60 116
HSL 281° 31.82% 34.51%
HSB/HSV 281° 48.28% 45.49%
CMYK 15.52% 48.28% 0.00%
54.51%

Color #623C74 in popluar number systems.

HEX 62 3C 74
Decimal 98 60 116
Binary 1100010 111100 1110100
Octal 142 74 164

Shades and tints

Shades of #623C74

#623C74
(98,60,116)
#5A376A
(90,55,106)
#523260
(82,50,96)
#4A2D56
(74,45,86)
#42284C
(66,40,76)
#3A2342
(58,35,66)
#321E38
(50,30,56)
#2A192E
(42,25,46)
#221424
(34,20,36)
#1A0F1A
(26,15,26)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #623C74

#623C74
(98,60,116)
#704D80
(112,77,128)
#7E5E8C
(126,94,140)
#8C6F98
(140,111,152)
#9A80A4
(154,128,164)
#A891B0
(168,145,176)
#B6A2BC
(182,162,188)
#C4B3C8
(196,179,200)
#D2C4D4
(210,196,212)
#E0D5E0
(224,213,224)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #623C74; }

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

This text font color is #623C74.

Background Color

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

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

This div background color is #623C74.

Border color

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

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

This div border color is #623C74.

Opacity

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

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

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

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

This text has shadow with #623C74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #623C74.

Preview

Color preview on black background

This text has color #623C74 on black background.


Color preview on white background

This text has color #623C74 on white background.


Black color preview on #623C74 background

This text has black color on #623C74 background.


White color preview on #623C74 background

This text has white color on #623C74 background.


Related colors

Complementary color

Complementary color for #hex is #9DC38B.


I love getcolorcode.com

Triadic colors

1 #74623C and #3C7462 with #623C74 are triadic colors.

2 #743C62 and #3C6274 with #623C74 are triadic colors.