COLOR #63456C

HEX: #63456C
RGB: (99,69,108)

Color info

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

RGB color model

#63456C color RGB value is (99,69,108).

  • red value is 99;
  • green value is 69;
  • blue value is 108.
RGB:
(99,69,108)
(39%,27%,42%)

RGB channels and saturation

R 99 of 255 = 39%
G 69 of 255 = 27%
B 108 of 255 = 42%

99
69
108

R + G + B ~ 36%. #63456C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 69 + 108 = 276 (100%)
R 99 of 276 ~ 35.87%
G 69 of 276 ~ 25%
B 108 of 276 ~ 39.13%

%35.87
%25
%39.13

CMYK color model

#63456C color CMYK value is (8,36,0,58).

  • cyan value is 8.33%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(8,36,0,58)
C8M36Y0K58 
(8%,36%,0%,58%)
(0.08/0.36/0.00/0.58)	

CMYK percentages

%8.33
%36.11
%0
%57.65

Codes

Color #63456C in popluar color models

63456C
RGB9969108
HSL286°22.03%34.71%
HSB/HSV286°36.11%42.35%
CMYK8.33%36.11%0.00%
57.65%

Color #63456C in popluar number systems.

HEX63456C
Decimal9969108
Binary110001110001011101100
Octal143105154

Shades and tints

Shades of #63456C

#63456C
(99,69,108)
#5A3F63
(90,63,99)
#51395A
(81,57,90)
#483351
(72,51,81)
#3F2D48
(63,45,72)
#36273F
(54,39,63)
#2D2136
(45,33,54)
#241B2D
(36,27,45)
#1B1524
(27,21,36)
#120F1B
(18,15,27)
#090912
(9,9,18)
#000000
(0,0,0)

Tints of #63456C

#63456C
(99,69,108)
#715579
(113,85,121)
#7F6586
(127,101,134)
#8D7593
(141,117,147)
#9B85A0
(155,133,160)
#A995AD
(169,149,173)
#B7A5BA
(183,165,186)
#C5B5C7
(197,181,199)
#D3C5D4
(211,197,212)
#E1D5E1
(225,213,225)
#EFE5EE
(239,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63456C color. Also use rgb(99,69,108) instead hex code.

Text Font Color

.myTextColor { color: #63456C; }

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

This text font color is #63456C.


Background Color

.myBgColor { background-color: #63456C; }

<div style="background-color:#63456C">Inner text</div>

This div background color is #63456C.


Border color

.myBorderColor { border: 1px solid #63456C; }

<div style="border:3px solid #63456C">Div</div>

This div border color is #63456C.


Opacity

.myOpacity80 { color: #63456C; opacity: 0.8; }

<p style="color:#63456C;opacity:0.8;">80%</p>

Text with #63456C 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 #63456C;}

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

This text has shadow with #63456C color.

.textShadow {text-shadow: 3px 3px 1px #63456C, 3px 3px 1px red;}

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

This text has shadow with #63456C primary color and red secondary color.


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

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

This text has shadow with #63456C and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63456C;
-webkit-box-shadow: 1px 1px 3px 2px #63456C;
box-shadow:1px 1px 3px 2px #63456C;">
Div content here</div>
This div box has shadow with color #63456C.

Preview

Color preview on black background

This text has color #63456C on black background.


Color preview on white background

This text has color #63456C on white background.



Black color preview on #63456C background

This text has black color on #63456C background.


White color preview on #63456C background

This text has white color on #63456C background.