COLOR #623B6B

HEX: #623B6B RGB: (98,59,107)

Color info

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

RGB color model

#623B6B color RGB value is (98,59,107).

RGB: (98,59,107) (38%, 23%, 42%)

RGB channels and saturation

R 98 of 255 = 38%
G 59 of 255 = 23%
B 107 of 255 = 42%

98
59
107

R + G + B ~ 34%. #623B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 98 + 59 + 107 = 264 (100%)
R 98 of 264 ~ 37.12%
G 59 of 264 ~ 22.35%
B 107 of 264 ~ 40.53'%

%37.12
%22.35
%40.53

CMYK color model

#623B6B color CMYK value is (8,45,0,58).

  • cyan value is 8.41%
  • magenta value is 44.86%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (8,45,0,58) C8M45Y0K58 (8%,45%,0%,58%) (0.08/0.45/0.00/0.58) 

CMYK percentages

%8.41
%44.86
%0
%58.04

Codes

Color #623B6B in popluar color models

62 3B 6B
RGB 98 59 107
HSL 289° 28.92% 32.55%
HSB/HSV 289° 44.86% 41.96%
CMYK 8.41% 44.86% 0.00%
58.04%

Color #623B6B in popluar number systems.

HEX 62 3B 6B
Decimal 98 59 107
Binary 1100010 111011 1101011
Octal 142 73 153

Shades and tints

Shades of #623B6B

#623B6B
(98,59,107)
#5A3662
(90,54,98)
#523159
(82,49,89)
#4A2C50
(74,44,80)
#422747
(66,39,71)
#3A223E
(58,34,62)
#321D35
(50,29,53)
#2A182C
(42,24,44)
#221323
(34,19,35)
#1A0E1A
(26,14,26)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #623B6B

#623B6B
(98,59,107)
#704C78
(112,76,120)
#7E5D85
(126,93,133)
#8C6E92
(140,110,146)
#9A7F9F
(154,127,159)
#A890AC
(168,144,172)
#B6A1B9
(182,161,185)
#C4B2C6
(196,178,198)
#D2C3D3
(210,195,211)
#E0D4E0
(224,212,224)
#EEE5ED
(238,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #623B6B; }

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

This text font color is #623B6B.

Background Color

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

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

This div background color is #623B6B.

Border color

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

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

This div border color is #623B6B.

Opacity

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

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

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

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

This text has shadow with #623B6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #623B6B.

Preview

Color preview on black background

This text has color #623B6B on black background.


Color preview on white background

This text has color #623B6B on white background.


Black color preview on #623B6B background

This text has black color on #623B6B background.


White color preview on #623B6B background

This text has white color on #623B6B background.


Related colors

Complementary color

Complementary color for #hex is #9DC494.


I love getcolorcode.com

Triadic colors

1 #6B623B and #3B6B62 with #623B6B are triadic colors.

2 #6B3B62 and #3B626B with #623B6B are triadic colors.