COLOR #633C69

HEX: #633C69 RGB: (99,60,105)

Color info

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

RGB color model

#633C69 color RGB value is (99,60,105).

RGB: (99,60,105) (39%, 24%, 41%)

RGB channels and saturation

R 99 of 255 = 39%
G 60 of 255 = 24%
B 105 of 255 = 41%

99
60
105

R + G + B ~ 35%. #633C69 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 60 + 105 = 264 (100%)
R 99 of 264 ~ 37.5%
G 60 of 264 ~ 22.73%
B 105 of 264 ~ 39.77'%

%37.5
%22.73
%39.77

CMYK color model

#633C69 color CMYK value is (6,43,0,59).

  • cyan value is 5.71%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (6,43,0,59)
C6M43Y0K59 (6%, 43%, 0%, 59%)
(0.06 / 0.43 / 0.00 / 0.59)

CMYK percentages

%5.71
%42.86
%0
%58.82

Codes

Color #633C69 in popluar color models

63 3C 69
RGB 99 60 105
HSL 292° 27.27% 32.35%
HSB/HSV 292° 42.86% 41.18%
CMYK 5.71% 42.86% 0.00%
58.82%

Color #633C69 in popluar number systems.

HEX 63 3C 69
Decimal 99 60 105
Binary 1100011 111100 1101001
Octal 143 74 151

Shades and tints

Shades of #633C69

#633C69
(99,60,105)
#5A3760
(90,55,96)
#513257
(81,50,87)
#482D4E
(72,45,78)
#3F2845
(63,40,69)
#36233C
(54,35,60)
#2D1E33
(45,30,51)
#24192A
(36,25,42)
#1B1421
(27,20,33)
#120F18
(18,15,24)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #633C69

#633C69
(99,60,105)
#714D76
(113,77,118)
#7F5E83
(127,94,131)
#8D6F90
(141,111,144)
#9B809D
(155,128,157)
#A991AA
(169,145,170)
#B7A2B7
(183,162,183)
#C5B3C4
(197,179,196)
#D3C4D1
(211,196,209)
#E1D5DE
(225,213,222)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633C69 color. Also use rgb(99,60,105) instead hex code.

Text Font Color

.myTextColor { color: #633C69; }

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

This text font color is #633C69.

Background Color

.myBgColor { background-color: #633C69; }

<div style="background-color:#633C69">Inner text</div>

This div background color is #633C69.

Border color

.myBorderColor { border: 1px solid #633C69; }

<div style="border:3px solid #633C69">Div</div>

This div border color is #633C69.

Opacity

.myOpacity80 { color: #633C69; opacity: 0.8; }

<p style="color:#633C69;opacity:0.8;">80%</p>

Text with #633C69 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 #633C69;}

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

This text has shadow with #633C69 color.


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

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

This text has shadow with #633C69 primary color and red secondary color.


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

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

This text has shadow with #633C69 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #633C69.

Preview

Color preview on black background

This text has color #633C69 on black background.


Color preview on white background

This text has color #633C69 on white background.


Black color preview on #633C69 background

This text has black color on #633C69 background.


White color preview on #633C69 background

This text has white color on #633C69 background.


Related colors

Complementary color

Complementary color for #hex is #9CC396.


I love getcolorcode.com

Triadic colors

1 #69633C and #3C6963 with #633C69 are triadic colors.

2 #693C63 and #3C6369 with #633C69 are triadic colors.