COLOR #635066

HEX: #635066
RGB: (99,80,102)

Color info

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

RGB color model

#635066 color RGB value is (99,80,102).

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

RGB channels and saturation

R 99 of 255 = 39%
G 80 of 255 = 31%
B 102 of 255 = 40%

99
80
102

R + G + B ~ 37%. #635066 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 80 + 102 = 281 (100%)
R 99 of 281 ~ 35.23%
G 80 of 281 ~ 28.47%
B 102 of 281 ~ 36.3%

%35.23
%28.47
%36.3

CMYK color model

#635066 color CMYK value is (3,22,0,60).

  • cyan value is 2.94%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(3,22,0,60)
C3M22Y0K60 
(3%,22%,0%,60%)
(0.03/0.22/0.00/0.60)	

CMYK percentages

%2.94
%21.57
%0
%60

Codes

Color #635066 in popluar color models

635066
RGB9980102
HSL292°12.09%35.69%
HSB/HSV292°21.57%40.00%
CMYK2.94%21.57%0.00%
60.00%

Color #635066 in popluar number systems.

HEX635066
Decimal9980102
Binary110001110100001100110
Octal143120146

Shades and tints

Shades of #635066

#635066
(99,80,102)
#5A495D
(90,73,93)
#514254
(81,66,84)
#483B4B
(72,59,75)
#3F3442
(63,52,66)
#362D39
(54,45,57)
#2D2630
(45,38,48)
#241F27
(36,31,39)
#1B181E
(27,24,30)
#121115
(18,17,21)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #635066

#635066
(99,80,102)
#715F73
(113,95,115)
#7F6E80
(127,110,128)
#8D7D8D
(141,125,141)
#9B8C9A
(155,140,154)
#A99BA7
(169,155,167)
#B7AAB4
(183,170,180)
#C5B9C1
(197,185,193)
#D3C8CE
(211,200,206)
#E1D7DB
(225,215,219)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635066; }

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

This text font color is #635066.


Background Color

.myBgColor { background-color: #635066; }

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

This div background color is #635066.


Border color

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

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

This div border color is #635066.


Opacity

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

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

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

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

This text has shadow with #635066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635066 on black background.


Color preview on white background

This text has color #635066 on white background.



Black color preview on #635066 background

This text has black color on #635066 background.


White color preview on #635066 background

This text has white color on #635066 background.