COLOR #906CA3

HEX: #906CA3 RGB: (144,108,163)

Color info

#906CA3 contains red, green and blue colors in about the same proportion. Web safe color of #906CA3 is #996699 (or #969).

RGB color model

#906CA3 color RGB value is (144,108,163).

RGB: (144,108,163) (56%, 42%, 64%)

RGB channels and saturation

R 144 of 255 = 56%
G 108 of 255 = 42%
B 163 of 255 = 64%

144
108
163

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

Portions of RGB colors in percentages

R + G + B = 144 + 108 + 163 = 415 (100%)
R 144 of 415 ~ 34.7%
G 108 of 415 ~ 26.02%
B 163 of 415 ~ 39.28'%

%34.7
%26.02
%39.28

CMYK color model

#906CA3 color CMYK value is (12,34,0,36).

  • cyan value is 11.66%
  • magenta value is 33.74%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK: (12,34,0,36) C12M34Y0K36 (12%,34%,0%,36%) (0.12/0.34/0.00/0.36) 

CMYK percentages

%11.66
%33.74
%0
%36.08

Codes

Color #906CA3 in popluar color models

90 6C A3
RGB 144 108 163
HSL 279° 23.01% 53.14%
HSB/HSV 279° 33.74% 63.92%
CMYK 11.66% 33.74% 0.00%
36.08%

Color #906CA3 in popluar number systems.

HEX 90 6C A3
Decimal 144 108 163
Binary 10010000 1101100 10100011
Octal 220 154 243

Shades and tints

Shades of #906CA3

#906CA3
(144,108,163)
#836395
(131,99,149)
#765A87
(118,90,135)
#695179
(105,81,121)
#5C486B
(92,72,107)
#4F3F5D
(79,63,93)
#42364F
(66,54,79)
#352D41
(53,45,65)
#282433
(40,36,51)
#1B1B25
(27,27,37)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #906CA3

#906CA3
(144,108,163)
#9A79AB
(154,121,171)
#A486B3
(164,134,179)
#AE93BB
(174,147,187)
#B8A0C3
(184,160,195)
#C2ADCB
(194,173,203)
#CCBAD3
(204,186,211)
#D6C7DB
(214,199,219)
#E0D4E3
(224,212,227)
#EAE1EB
(234,225,235)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #906CA3 color. Also use rgb(144,108,163) instead hex code.

Text Font Color

.myTextColor { color: #906CA3; }

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

This text font color is #906CA3.

Background Color

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

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

This div background color is #906CA3.

Border color

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

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

This div border color is #906CA3.

Opacity

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

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

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

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

This text has shadow with #906CA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #906CA3.

Preview

Color preview on black background

This text has color #906CA3 on black background.


Color preview on white background

This text has color #906CA3 on white background.


Black color preview on #906CA3 background

This text has black color on #906CA3 background.


White color preview on #906CA3 background

This text has white color on #906CA3 background.


Related colors

Complementary color

Complementary color for #hex is #6F935C.


I love getcolorcode.com

Triadic colors

1 #A3906C and #6CA390 with #906CA3 are triadic colors.

2 #A36C90 and #6C90A3 with #906CA3 are triadic colors.