COLOR #631B6F

HEX: #631B6F RGB: (99,27,111)

Color info

#631B6F contains mainly red and blue colors. Web safe color of #631B6F is #663366 (or #636).

RGB color model

#631B6F color RGB value is (99,27,111).

RGB: (99,27,111) (39%, 11%, 44%)

RGB channels and saturation

R 99 of 255 = 39%
G 27 of 255 = 11%
B 111 of 255 = 44%

99
27
111

R + G + B ~ 31%. #631B6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 27 + 111 = 237 (100%)
R 99 of 237 ~ 41.77%
G 27 of 237 ~ 11.39%
B 111 of 237 ~ 46.84'%

%41.77
%11.39
%46.84

CMYK color model

#631B6F color CMYK value is (11,76,0,56).

  • cyan value is 10.81%
  • magenta value is 75.68%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (11,76,0,56)
C11M76Y0K56 (11%, 76%, 0%, 56%)
(0.11 / 0.76 / 0.00 / 0.56)

CMYK percentages

%10.81
%75.68
%0
%56.47

Codes

Color #631B6F in popluar color models

63 1B 6F
RGB 99 27 111
HSL 291° 60.87% 27.06%
HSB/HSV 291° 75.68% 43.53%
CMYK 10.81% 75.68% 0.00%
56.47%

Color #631B6F in popluar number systems.

HEX 63 1B 6F
Decimal 99 27 111
Binary 1100011 11011 1101111
Octal 143 33 157

Shades and tints

Shades of #631B6F

#631B6F
(99,27,111)
#5A1965
(90,25,101)
#51175B
(81,23,91)
#481551
(72,21,81)
#3F1347
(63,19,71)
#36113D
(54,17,61)
#2D0F33
(45,15,51)
#240D29
(36,13,41)
#1B0B1F
(27,11,31)
#120915
(18,9,21)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #631B6F

#631B6F
(99,27,111)
#712F7C
(113,47,124)
#7F4389
(127,67,137)
#8D5796
(141,87,150)
#9B6BA3
(155,107,163)
#A97FB0
(169,127,176)
#B793BD
(183,147,189)
#C5A7CA
(197,167,202)
#D3BBD7
(211,187,215)
#E1CFE4
(225,207,228)
#EFE3F1
(239,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #631B6F color. Also use rgb(99,27,111) instead hex code.

Text Font Color

.myTextColor { color: #631B6F; }

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

This text font color is #631B6F.

Background Color

.myBgColor { background-color: #631B6F; }

<div style="background-color:#631B6F">Inner text</div>

This div background color is #631B6F.

Border color

.myBorderColor { border: 1px solid #631B6F; }

<div style="border:3px solid #631B6F">Div</div>

This div border color is #631B6F.

Opacity

.myOpacity80 { color: #631B6F; opacity: 0.8; }

<p style="color:#631B6F;opacity:0.8;">80%</p>

Text with #631B6F 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 #631B6F;}

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

This text has shadow with #631B6F color.


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

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

This text has shadow with #631B6F primary color and red secondary color.


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

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

This text has shadow with #631B6F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #631B6F.

Preview

Color preview on black background

This text has color #631B6F on black background.


Color preview on white background

This text has color #631B6F on white background.


Black color preview on #631B6F background

This text has black color on #631B6F background.


White color preview on #631B6F background

This text has white color on #631B6F background.


Related colors

Complementary color

Complementary color for #hex is #9CE490.


I love getcolorcode.com

Triadic colors

1 #6F631B and #1B6F63 with #631B6F are triadic colors.

2 #6F1B63 and #1B636F with #631B6F are triadic colors.