COLOR #635670

HEX: #635670
RGB: (99,86,112)

Color info

#635670 contains red, green and blue colors in about the same proportion. Web safe color of #635670 is #666666 (or #666).

RGB color model

#635670 color RGB value is (99,86,112).

  • red value is 99;
  • green value is 86;
  • blue value is 112.
RGB:
(99,86,112)
(39%,34%,44%)

RGB channels and saturation

R 99 of 255 = 39%
G 86 of 255 = 34%
B 112 of 255 = 44%

99
86
112

R + G + B ~ 39%. #635670 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 86 + 112 = 297 (100%)
R 99 of 297 ~ 33.33%
G 86 of 297 ~ 28.96%
B 112 of 297 ~ 37.71%

%33.33
%28.96
%37.71

CMYK color model

#635670 color CMYK value is (12,23,0,56).

  • cyan value is 11.61%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(12,23,0,56)
C12M23Y0K56 
(12%,23%,0%,56%)
(0.12/0.23/0.00/0.56)	

CMYK percentages

%11.61
%23.21
%0
%56.08

Codes

Color #635670 in popluar color models

635670
RGB9986112
HSL270°13.13%38.82%
HSB/HSV270°23.21%43.92%
CMYK11.61%23.21%0.00%
56.08%

Color #635670 in popluar number systems.

HEX635670
Decimal9986112
Binary110001110101101110000
Octal143126160

Shades and tints

Shades of #635670

#635670
(99,86,112)
#5A4F66
(90,79,102)
#51485C
(81,72,92)
#484152
(72,65,82)
#3F3A48
(63,58,72)
#36333E
(54,51,62)
#2D2C34
(45,44,52)
#24252A
(36,37,42)
#1B1E20
(27,30,32)
#121716
(18,23,22)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #635670

#635670
(99,86,112)
#71657D
(113,101,125)
#7F748A
(127,116,138)
#8D8397
(141,131,151)
#9B92A4
(155,146,164)
#A9A1B1
(169,161,177)
#B7B0BE
(183,176,190)
#C5BFCB
(197,191,203)
#D3CED8
(211,206,216)
#E1DDE5
(225,221,229)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635670 color. Also use rgb(99,86,112) instead hex code.

Text Font Color

.myTextColor { color: #635670; }

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

This text font color is #635670.


Background Color

.myBgColor { background-color: #635670; }

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

This div background color is #635670.


Border color

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

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

This div border color is #635670.


Opacity

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

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

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

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

This text has shadow with #635670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635670 on black background.


Color preview on white background

This text has color #635670 on white background.



Black color preview on #635670 background

This text has black color on #635670 background.


White color preview on #635670 background

This text has white color on #635670 background.