COLOR #635E6F

HEX: #635E6F RGB: (99,94,111)

Color info

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

RGB color model

#635E6F color RGB value is (99,94,111).

RGB: (99,94,111) (39%, 37%, 44%)

RGB channels and saturation

R 99 of 255 = 39%
G 94 of 255 = 37%
B 111 of 255 = 44%

99
94
111

R + G + B ~ 40%. #635E6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 94 + 111 = 304 (100%)
R 99 of 304 ~ 32.57%
G 94 of 304 ~ 30.92%
B 111 of 304 ~ 36.51'%

%32.57
%30.92
%36.51

CMYK color model

#635E6F color CMYK value is (11,15,0,56).

  • cyan value is 10.81%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (11,15,0,56)
C11M15Y0K56 (11%, 15%, 0%, 56%)
(0.11 / 0.15 / 0.00 / 0.56)

CMYK percentages

%10.81
%15.32
%0
%56.47

Codes

Color #635E6F in popluar color models

63 5E 6F
RGB 99 94 111
HSL 258° 8.29% 40.20%
HSB/HSV 258° 15.32% 43.53%
CMYK 10.81% 15.32% 0.00%
56.47%

Color #635E6F in popluar number systems.

HEX 63 5E 6F
Decimal 99 94 111
Binary 1100011 1011110 1101111
Octal 143 136 157

Shades and tints

Shades of #635E6F

#635E6F
(99,94,111)
#5A5665
(90,86,101)
#514E5B
(81,78,91)
#484651
(72,70,81)
#3F3E47
(63,62,71)
#36363D
(54,54,61)
#2D2E33
(45,46,51)
#242629
(36,38,41)
#1B1E1F
(27,30,31)
#121615
(18,22,21)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #635E6F

#635E6F
(99,94,111)
#716C7C
(113,108,124)
#7F7A89
(127,122,137)
#8D8896
(141,136,150)
#9B96A3
(155,150,163)
#A9A4B0
(169,164,176)
#B7B2BD
(183,178,189)
#C5C0CA
(197,192,202)
#D3CED7
(211,206,215)
#E1DCE4
(225,220,228)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635E6F color. Also use rgb(99,94,111) instead hex code.

Text Font Color

.myTextColor { color: #635E6F; }

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

This text font color is #635E6F.

Background Color

.myBgColor { background-color: #635E6F; }

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

This div background color is #635E6F.

Border color

.myBorderColor { border: 1px solid #635E6F; }

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

This div border color is #635E6F.

Opacity

.myOpacity80 { color: #635E6F; opacity: 0.8; }

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

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

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

This text has shadow with #635E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #635E6F.

Preview

Color preview on black background

This text has color #635E6F on black background.


Color preview on white background

This text has color #635E6F on white background.


Black color preview on #635E6F background

This text has black color on #635E6F background.


White color preview on #635E6F background

This text has white color on #635E6F background.


Related colors

Complementary color

Complementary color for #hex is #9CA190.


I love getcolorcode.com

Triadic colors

1 #6F635E and #5E6F63 with #635E6F are triadic colors.

2 #6F5E63 and #5E636F with #635E6F are triadic colors.