COLOR #6A085A

HEX: #6A085A RGB: (106,8,90)

Color info

#6A085A contains mainly red and blue colors. Web safe color of #6A085A is #660066 (or #606).

RGB color model

#6A085A color RGB value is (106,8,90).

RGB: (106,8,90) (42%, 3%, 35%)

RGB channels and saturation

R 106 of 255 = 42%
G 8 of 255 = 3%
B 90 of 255 = 35%

106
8
90

R + G + B ~ 27%. #6A085A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 8 + 90 = 204 (100%)
R 106 of 204 ~ 51.96%
G 8 of 204 ~ 3.92%
B 90 of 204 ~ 44.12'%

%51.96
%44.12

CMYK color model

#6A085A color CMYK value is (0,92,15,58).

  • cyan value is 0.00%
  • magenta value is 92.45%
  • yellow value is 15.09%
  • key color value is 58.43%

CMYK: (0,92,15,58)
C0M92Y15K58 (0%, 92%, 15%, 58%)
(0.00 / 0.92 / 0.15 / 0.58)

CMYK percentages

%0
%92.45
%15.09
%58.43

Codes

Color #6A085A in popluar color models

6A 08 5A
RGB 106 8 90
HSL 310° 85.96% 22.35%
HSB/HSV 310° 92.45% 41.57%
CMYK 0.00% 92.45% 15.09%
58.43%

Color #6A085A in popluar number systems.

HEX 6A 08 5A
Decimal 106 8 90
Binary 1101010 1000 1011010
Octal 152 10 132

Shades and tints

Shades of #6A085A

#6A085A
(106,8,90)
#610852
(97,8,82)
#58084A
(88,8,74)
#4F0842
(79,8,66)
#46083A
(70,8,58)
#3D0832
(61,8,50)
#34082A
(52,8,42)
#2B0822
(43,8,34)
#22081A
(34,8,26)
#190812
(25,8,18)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #6A085A

#6A085A
(106,8,90)
#771E69
(119,30,105)
#843478
(132,52,120)
#914A87
(145,74,135)
#9E6096
(158,96,150)
#AB76A5
(171,118,165)
#B88CB4
(184,140,180)
#C5A2C3
(197,162,195)
#D2B8D2
(210,184,210)
#DFCEE1
(223,206,225)
#ECE4F0
(236,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A085A; }

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

This text font color is #6A085A.

Background Color

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

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

This div background color is #6A085A.

Border color

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

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

This div border color is #6A085A.

Opacity

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

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

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

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

This text has shadow with #6A085A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A085A.

Preview

Color preview on black background

This text has color #6A085A on black background.


Color preview on white background

This text has color #6A085A on white background.


Black color preview on #6A085A background

This text has black color on #6A085A background.


White color preview on #6A085A background

This text has white color on #6A085A background.


Related colors

Complementary color

Complementary color for #hex is #95F7A5.


I love getcolorcode.com

Triadic colors

1 #5A6A08 and #085A6A with #6A085A are triadic colors.

2 #5A086A and #086A5A with #6A085A are triadic colors.