COLOR #6A0240

HEX: #6A0240 RGB: (106,2,64)

Color info

#6A0240 contains mainly red and blue colors. Web safe color of #6A0240 is #660033 (or #603).

RGB color model

#6A0240 color RGB value is (106,2,64).

RGB: (106,2,64) (42%, 1%, 25%)

RGB channels and saturation

R 106 of 255 = 42%
G 2 of 255 = 1%
B 64 of 255 = 25%

106
2
64

R + G + B ~ 23%. #6A0240 is dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 2 + 64 = 172 (100%)
R 106 of 172 ~ 61.63%
G 2 of 172 ~ 1.16%
B 64 of 172 ~ 37.21'%

%61.63
%37.21

CMYK color model

#6A0240 color CMYK value is (0,98,40,58).

  • cyan value is 0.00%
  • magenta value is 98.11%
  • yellow value is 39.62%
  • key color value is 58.43%

CMYK: (0,98,40,58)
C0M98Y40K58 (0%, 98%, 40%, 58%)
(0.00 / 0.98 / 0.40 / 0.58)

CMYK percentages

%0
%98.11
%39.62
%58.43

Codes

Color #6A0240 in popluar color models

6A 02 40
RGB 106 2 64
HSL 324° 96.30% 21.18%
HSB/HSV 324° 98.11% 41.57%
CMYK 0.00% 98.11% 39.62%
58.43%

Color #6A0240 in popluar number systems.

HEX 6A 02 40
Decimal 106 2 64
Binary 1101010 10 1000000
Octal 152 2 100

Shades and tints

Shades of #6A0240

#6A0240
(106,2,64)
#61023B
(97,2,59)
#580236
(88,2,54)
#4F0231
(79,2,49)
#46022C
(70,2,44)
#3D0227
(61,2,39)
#340222
(52,2,34)
#2B021D
(43,2,29)
#220218
(34,2,24)
#190213
(25,2,19)
#10020E
(16,2,14)
#000000
(0,0,0)

Tints of #6A0240

#6A0240
(106,2,64)
#771951
(119,25,81)
#843062
(132,48,98)
#914773
(145,71,115)
#9E5E84
(158,94,132)
#AB7595
(171,117,149)
#B88CA6
(184,140,166)
#C5A3B7
(197,163,183)
#D2BAC8
(210,186,200)
#DFD1D9
(223,209,217)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A0240 color. Also use rgb(106,2,64) instead hex code.

Text Font Color

.myTextColor { color: #6A0240; }

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

This text font color is #6A0240.

Background Color

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

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

This div background color is #6A0240.

Border color

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

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

This div border color is #6A0240.

Opacity

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

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

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

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

This text has shadow with #6A0240 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A0240.

Preview

Color preview on black background

This text has color #6A0240 on black background.


Color preview on white background

This text has color #6A0240 on white background.


Black color preview on #6A0240 background

This text has black color on #6A0240 background.


White color preview on #6A0240 background

This text has white color on #6A0240 background.


Related colors

Complementary color

Complementary color for #hex is #95FDBF.


I love getcolorcode.com

Triadic colors

1 #406A02 and #02406A with #6A0240 are triadic colors.

2 #40026A and #026A40 with #6A0240 are triadic colors.