COLOR #906DAB

HEX: #906DAB RGB: (144,109,171)

Color info

#906DAB contains mainly red and blue colors. Web safe color of #906DAB is #996699 (or #969).

RGB color model

#906DAB color RGB value is (144,109,171).

RGB: (144,109,171) (56%, 43%, 67%)

RGB channels and saturation

R 144 of 255 = 56%
G 109 of 255 = 43%
B 171 of 255 = 67%

144
109
171

R + G + B ~ 55%. #906DAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 109 + 171 = 424 (100%)
R 144 of 424 ~ 33.96%
G 109 of 424 ~ 25.71%
B 171 of 424 ~ 40.33'%

%33.96
%25.71
%40.33

CMYK color model

#906DAB color CMYK value is (16,36,0,33).

  • cyan value is 15.79%
  • magenta value is 36.26%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (16,36,0,33)
C16M36Y0K33 (16%, 36%, 0%, 33%)
(0.16 / 0.36 / 0.00 / 0.33)

CMYK percentages

%15.79
%36.26
%0
%32.94

Codes

Color #906DAB in popluar color models

90 6D AB
RGB 144 109 171
HSL 274° 26.96% 54.90%
HSB/HSV 274° 36.26% 67.06%
CMYK 15.79% 36.26% 0.00%
32.94%

Color #906DAB in popluar number systems.

HEX 90 6D AB
Decimal 144 109 171
Binary 10010000 1101101 10101011
Octal 220 155 253

Shades and tints

Shades of #906DAB

#906DAB
(144,109,171)
#83649C
(131,100,156)
#765B8D
(118,91,141)
#69527E
(105,82,126)
#5C496F
(92,73,111)
#4F4060
(79,64,96)
#423751
(66,55,81)
#352E42
(53,46,66)
#282533
(40,37,51)
#1B1C24
(27,28,36)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #906DAB

#906DAB
(144,109,171)
#9A7AB2
(154,122,178)
#A487B9
(164,135,185)
#AE94C0
(174,148,192)
#B8A1C7
(184,161,199)
#C2AECE
(194,174,206)
#CCBBD5
(204,187,213)
#D6C8DC
(214,200,220)
#E0D5E3
(224,213,227)
#EAE2EA
(234,226,234)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #906DAB color. Also use rgb(144,109,171) instead hex code.

Text Font Color

.myTextColor { color: #906DAB; }

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

This text font color is #906DAB.

Background Color

.myBgColor { background-color: #906DAB; }

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

This div background color is #906DAB.

Border color

.myBorderColor { border: 1px solid #906DAB; }

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

This div border color is #906DAB.

Opacity

.myOpacity80 { color: #906DAB; opacity: 0.8; }

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

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

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

This text has shadow with #906DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #906DAB.

Preview

Color preview on black background

This text has color #906DAB on black background.


Color preview on white background

This text has color #906DAB on white background.


Black color preview on #906DAB background

This text has black color on #906DAB background.


White color preview on #906DAB background

This text has white color on #906DAB background.


Related colors

Complementary color

Complementary color for #hex is #6F9254.


I love getcolorcode.com

Triadic colors

1 #AB906D and #6DAB90 with #906DAB are triadic colors.

2 #AB6D90 and #6D90AB with #906DAB are triadic colors.