COLOR #654462

HEX: #654462
RGB: (101,68,98)

Color info

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

RGB color model

#654462 color RGB value is (101,68,98).

  • red value is 101;
  • green value is 68;
  • blue value is 98.
RGB:
(101,68,98)
(40%,27%,38%)

RGB channels and saturation

R 101 of 255 = 40%
G 68 of 255 = 27%
B 98 of 255 = 38%

101
68
98

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

Portions of RGB colors in percentages

R + G + B =
101 + 68 + 98 = 267 (100%)
R 101 of 267 ~ 37.83%
G 68 of 267 ~ 25.47%
B 98 of 267 ~ 36.7%

%37.83
%25.47
%36.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.67%
  • yellow value is 2.97%
  • key color value is 60.39%
CMYK:
(0,33,3,60)
C0M33Y3K60 
(0%,33%,3%,60%)
(0.00/0.33/0.03/0.60)	

CMYK percentages

%0
%32.67
%2.97
%60.39

Codes

Color #654462 in popluar color models

654462
RGB1016898
HSL305°19.53%33.14%
HSB/HSV305°32.67%39.61%
CMYK0.00%32.67%2.97%
60.39%

Color #654462 in popluar number systems.

HEX654462
Decimal1016898
Binary110010110001001100010
Octal145104142

Shades and tints

Shades of #654462

#654462
(101,68,98)
#5C3E5A
(92,62,90)
#533852
(83,56,82)
#4A324A
(74,50,74)
#412C42
(65,44,66)
#38263A
(56,38,58)
#2F2032
(47,32,50)
#261A2A
(38,26,42)
#1D1422
(29,20,34)
#140E1A
(20,14,26)
#0B0812
(11,8,18)
#000000
(0,0,0)

Tints of #654462

#654462
(101,68,98)
#735570
(115,85,112)
#81667E
(129,102,126)
#8F778C
(143,119,140)
#9D889A
(157,136,154)
#AB99A8
(171,153,168)
#B9AAB6
(185,170,182)
#C7BBC4
(199,187,196)
#D5CCD2
(213,204,210)
#E3DDE0
(227,221,224)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #654462 color. Also use rgb(101,68,98) instead hex code.

Text Font Color

.myTextColor { color: #654462; }

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

This text font color is #654462.


Background Color

.myBgColor { background-color: #654462; }

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

This div background color is #654462.


Border color

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

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

This div border color is #654462.


Opacity

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

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

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

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

This text has shadow with #654462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #654462 on black background.


Color preview on white background

This text has color #654462 on white background.



Black color preview on #654462 background

This text has black color on #654462 background.


White color preview on #654462 background

This text has white color on #654462 background.