COLOR #6A1285

HEX: #6A1285 RGB: (106,18,133)

Color info

#6A1285 contains mainly red and blue colors. Web safe color of #6A1285 is #660099 (or #609).

RGB color model

#6A1285 color RGB value is (106,18,133).

RGB: (106,18,133) (42%, 7%, 52%)

RGB channels and saturation

R 106 of 255 = 42%
G 18 of 255 = 7%
B 133 of 255 = 52%

106
18
133

R + G + B ~ 34%. #6A1285 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 18 + 133 = 257 (100%)
R 106 of 257 ~ 41.25%
G 18 of 257 ~ 7%
B 133 of 257 ~ 51.75'%

%41.25
%51.75

CMYK color model

#6A1285 color CMYK value is (20,86,0,48).

  • cyan value is 20.30%
  • magenta value is 86.47%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (20,86,0,48)
C20M86Y0K48 (20%, 86%, 0%, 48%)
(0.20 / 0.86 / 0.00 / 0.48)

CMYK percentages

%20.3
%86.47
%0
%47.84

Codes

Color #6A1285 in popluar color models

6A 12 85
RGB 106 18 133
HSL 286° 76.16% 29.61%
HSB/HSV 286° 86.47% 52.16%
CMYK 20.30% 86.47% 0.00%
47.84%

Color #6A1285 in popluar number systems.

HEX 6A 12 85
Decimal 106 18 133
Binary 1101010 10010 10000101
Octal 152 22 205

Shades and tints

Shades of #6A1285

#6A1285
(106,18,133)
#611179
(97,17,121)
#58106D
(88,16,109)
#4F0F61
(79,15,97)
#460E55
(70,14,85)
#3D0D49
(61,13,73)
#340C3D
(52,12,61)
#2B0B31
(43,11,49)
#220A25
(34,10,37)
#190919
(25,9,25)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #6A1285

#6A1285
(106,18,133)
#772790
(119,39,144)
#843C9B
(132,60,155)
#9151A6
(145,81,166)
#9E66B1
(158,102,177)
#AB7BBC
(171,123,188)
#B890C7
(184,144,199)
#C5A5D2
(197,165,210)
#D2BADD
(210,186,221)
#DFCFE8
(223,207,232)
#ECE4F3
(236,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A1285 color. Also use rgb(106,18,133) instead hex code.

Text Font Color

.myTextColor { color: #6A1285; }

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

This text font color is #6A1285.

Background Color

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

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

This div background color is #6A1285.

Border color

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

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

This div border color is #6A1285.

Opacity

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

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

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

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

This text has shadow with #6A1285 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A1285.

Preview

Color preview on black background

This text has color #6A1285 on black background.


Color preview on white background

This text has color #6A1285 on white background.


Black color preview on #6A1285 background

This text has black color on #6A1285 background.


White color preview on #6A1285 background

This text has white color on #6A1285 background.


Related colors

Complementary color

Complementary color for #hex is #95ED7A.


I love getcolorcode.com

Triadic colors

1 #856A12 and #12856A with #6A1285 are triadic colors.

2 #85126A and #126A85 with #6A1285 are triadic colors.