COLOR #634466

HEX: #634466
RGB: (99,68,102)

Color info

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

RGB color model

#634466 color RGB value is (99,68,102).

  • red value is 99;
  • green value is 68;
  • blue value is 102.
RGB:
(99,68,102)
(39%,27%,40%)

RGB channels and saturation

R 99 of 255 = 39%
G 68 of 255 = 27%
B 102 of 255 = 40%

99
68
102

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

Portions of RGB colors in percentages

R + G + B =
99 + 68 + 102 = 269 (100%)
R 99 of 269 ~ 36.8%
G 68 of 269 ~ 25.28%
B 102 of 269 ~ 37.92%

%36.8
%25.28
%37.92

CMYK color model

#634466 color CMYK value is (3,33,0,60).

  • cyan value is 2.94%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(3,33,0,60)
C3M33Y0K60 
(3%,33%,0%,60%)
(0.03/0.33/0.00/0.60)	

CMYK percentages

%2.94
%33.33
%0
%60

Codes

Color #634466 in popluar color models

634466
RGB9968102
HSL295°20.00%33.33%
HSB/HSV295°33.33%40.00%
CMYK2.94%33.33%0.00%
60.00%

Color #634466 in popluar number systems.

HEX634466
Decimal9968102
Binary110001110001001100110
Octal143104146

Shades and tints

Shades of #634466

#634466
(99,68,102)
#5A3E5D
(90,62,93)
#513854
(81,56,84)
#48324B
(72,50,75)
#3F2C42
(63,44,66)
#362639
(54,38,57)
#2D2030
(45,32,48)
#241A27
(36,26,39)
#1B141E
(27,20,30)
#120E15
(18,14,21)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #634466

#634466
(99,68,102)
#715573
(113,85,115)
#7F6680
(127,102,128)
#8D778D
(141,119,141)
#9B889A
(155,136,154)
#A999A7
(169,153,167)
#B7AAB4
(183,170,180)
#C5BBC1
(197,187,193)
#D3CCCE
(211,204,206)
#E1DDDB
(225,221,219)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634466 color. Also use rgb(99,68,102) instead hex code.

Text Font Color

.myTextColor { color: #634466; }

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

This text font color is #634466.


Background Color

.myBgColor { background-color: #634466; }

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

This div background color is #634466.


Border color

.myBorderColor { border: 1px solid #634466; }

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

This div border color is #634466.


Opacity

.myOpacity80 { color: #634466; opacity: 0.8; }

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

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

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

This text has shadow with #634466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634466 on black background.


Color preview on white background

This text has color #634466 on white background.



Black color preview on #634466 background

This text has black color on #634466 background.


White color preview on #634466 background

This text has white color on #634466 background.