COLOR #635299

HEX: #635299
RGB: (99,82,153)

Color info

#635299 contains mainly red and blue colors. Web safe color of #635299 is #666699 (or #669).

RGB color model

#635299 color RGB value is (99,82,153).

  • red value is 99;
  • green value is 82;
  • blue value is 153.
RGB:
(99,82,153)
(39%,32%,60%)

RGB channels and saturation

R 99 of 255 = 39%
G 82 of 255 = 32%
B 153 of 255 = 60%

99
82
153

R + G + B ~ 44%. #635299 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 82 + 153 = 334 (100%)
R 99 of 334 ~ 29.64%
G 82 of 334 ~ 24.55%
B 153 of 334 ~ 45.81%

%29.64
%24.55
%45.81

CMYK color model

#635299 color CMYK value is (35,46,0,40).

  • cyan value is 35.29%
  • magenta value is 46.41%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(35,46,0,40)
C35M46Y0K40 
(35%,46%,0%,40%)
(0.35/0.46/0.00/0.40)	

CMYK percentages

%35.29
%46.41
%0
%40

Codes

Color #635299 in popluar color models

635299
RGB9982153
HSL254°30.21%46.08%
HSB/HSV254°46.41%60.00%
CMYK35.29%46.41%0.00%
40.00%

Color #635299 in popluar number systems.

HEX635299
Decimal9982153
Binary1100011101001010011001
Octal143122231

Shades and tints

Shades of #635299

#635299
(99,82,153)
#5A4B8C
(90,75,140)
#51447F
(81,68,127)
#483D72
(72,61,114)
#3F3665
(63,54,101)
#362F58
(54,47,88)
#2D284B
(45,40,75)
#24213E
(36,33,62)
#1B1A31
(27,26,49)
#121324
(18,19,36)
#090C17
(9,12,23)
#000000
(0,0,0)

Tints of #635299

#635299
(99,82,153)
#7161A2
(113,97,162)
#7F70AB
(127,112,171)
#8D7FB4
(141,127,180)
#9B8EBD
(155,142,189)
#A99DC6
(169,157,198)
#B7ACCF
(183,172,207)
#C5BBD8
(197,187,216)
#D3CAE1
(211,202,225)
#E1D9EA
(225,217,234)
#EFE8F3
(239,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635299 color. Also use rgb(99,82,153) instead hex code.

Text Font Color

.myTextColor { color: #635299; }

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

This text font color is #635299.


Background Color

.myBgColor { background-color: #635299; }

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

This div background color is #635299.


Border color

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

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

This div border color is #635299.


Opacity

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

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

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

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

This text has shadow with #635299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635299 on black background.


Color preview on white background

This text has color #635299 on white background.



Black color preview on #635299 background

This text has black color on #635299 background.


White color preview on #635299 background

This text has white color on #635299 background.