COLOR #6A5A8C

HEX: #6A5A8C RGB: (106,90,140)

Color info

#6A5A8C contains red, green and blue colors in about the same proportion. Web safe color of #6A5A8C is #666699 (or #669).

RGB color model

#6A5A8C color RGB value is (106,90,140).

RGB: (106,90,140) (42%, 35%, 55%)

RGB channels and saturation

R 106 of 255 = 42%
G 90 of 255 = 35%
B 140 of 255 = 55%

106
90
140

R + G + B ~ 44%. #6A5A8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 106 + 90 + 140 = 336 (100%)
R 106 of 336 ~ 31.55%
G 90 of 336 ~ 26.79%
B 140 of 336 ~ 41.67'%

%31.55
%26.79
%41.67

CMYK color model

#6A5A8C color CMYK value is (24,36,0,45).

  • cyan value is 24.29%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (24,36,0,45)
C24M36Y0K45 (24%, 36%, 0%, 45%)
(0.24 / 0.36 / 0.00 / 0.45)

CMYK percentages

%24.29
%35.71
%0
%45.1

Codes

Color #6A5A8C in popluar color models

6A 5A 8C
RGB 106 90 140
HSL 259° 21.74% 45.10%
HSB/HSV 259° 35.71% 54.90%
CMYK 24.29% 35.71% 0.00%
45.10%

Color #6A5A8C in popluar number systems.

HEX 6A 5A 8C
Decimal 106 90 140
Binary 1101010 1011010 10001100
Octal 152 132 214

Shades and tints

Shades of #6A5A8C

#6A5A8C
(106,90,140)
#615280
(97,82,128)
#584A74
(88,74,116)
#4F4268
(79,66,104)
#463A5C
(70,58,92)
#3D3250
(61,50,80)
#342A44
(52,42,68)
#2B2238
(43,34,56)
#221A2C
(34,26,44)
#191220
(25,18,32)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #6A5A8C

#6A5A8C
(106,90,140)
#776996
(119,105,150)
#8478A0
(132,120,160)
#9187AA
(145,135,170)
#9E96B4
(158,150,180)
#ABA5BE
(171,165,190)
#B8B4C8
(184,180,200)
#C5C3D2
(197,195,210)
#D2D2DC
(210,210,220)
#DFE1E6
(223,225,230)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5A8C color. Also use rgb(106,90,140) instead hex code.

Text Font Color

.myTextColor { color: #6A5A8C; }

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

This text font color is #6A5A8C.

Background Color

.myBgColor { background-color: #6A5A8C; }

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

This div background color is #6A5A8C.

Border color

.myBorderColor { border: 1px solid #6A5A8C; }

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

This div border color is #6A5A8C.

Opacity

.myOpacity80 { color: #6A5A8C; opacity: 0.8; }

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

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

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

This text has shadow with #6A5A8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A5A8C.

Preview

Color preview on black background

This text has color #6A5A8C on black background.


Color preview on white background

This text has color #6A5A8C on white background.


Black color preview on #6A5A8C background

This text has black color on #6A5A8C background.


White color preview on #6A5A8C background

This text has white color on #6A5A8C background.


Related colors

Complementary color

Complementary color for #hex is #95A573.


I love getcolorcode.com

Triadic colors

1 #8C6A5A and #5A8C6A with #6A5A8C are triadic colors.

2 #8C5A6A and #5A6A8C with #6A5A8C are triadic colors.