COLOR #6A0182

HEX: #6A0182
RGB: (106,1,130)

Color info

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

RGB color model

#6A0182 color RGB value is (106,1,130).

  • red value is 106;
  • green value is 1;
  • blue value is 130.
RGB:
(106,1,130)
(42%,0%,51%)

RGB channels and saturation

R 106 of 255 = 42%
G 1 of 255 = 0%
B 130 of 255 = 51%

106
1
130

R + G + B ~ 31%. #6A0182 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 1 + 130 = 237 (100%)
R 106 of 237 ~ 44.73%
G 1 of 237 ~ 0.42%
B 130 of 237 ~ 54.85%

%44.73
%54.85

CMYK color model

#6A0182 color CMYK value is (18,99,0,49).

  • cyan value is 18.46%
  • magenta value is 99.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(18,99,0,49)
C18M99Y0K49 
(18%,99%,0%,49%)
(0.18/0.99/0.00/0.49)	

CMYK percentages

%18.46
%99.23
%0
%49.02

Codes

Color #6A0182 in popluar color models

6A0182
RGB1061130
HSL289°98.47%25.69%
HSB/HSV289°99.23%50.98%
CMYK18.46%99.23%0.00%
49.02%

Color #6A0182 in popluar number systems.

HEX6A0182
Decimal1061130
Binary1101010110000010
Octal1521202

Shades and tints

Shades of #6A0182

#6A0182
(106,1,130)
#610177
(97,1,119)
#58016C
(88,1,108)
#4F0161
(79,1,97)
#460156
(70,1,86)
#3D014B
(61,1,75)
#340140
(52,1,64)
#2B0135
(43,1,53)
#22012A
(34,1,42)
#19011F
(25,1,31)
#100114
(16,1,20)
#000000
(0,0,0)

Tints of #6A0182

#6A0182
(106,1,130)
#77188D
(119,24,141)
#842F98
(132,47,152)
#9146A3
(145,70,163)
#9E5DAE
(158,93,174)
#AB74B9
(171,116,185)
#B88BC4
(184,139,196)
#C5A2CF
(197,162,207)
#D2B9DA
(210,185,218)
#DFD0E5
(223,208,229)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A0182 color. Also use rgb(106,1,130) instead hex code.

Text Font Color

.myTextColor { color: #6A0182; }

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

This text font color is #6A0182.


Background Color

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

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

This div background color is #6A0182.


Border color

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

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

This div border color is #6A0182.


Opacity

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

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

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

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

This text has shadow with #6A0182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A0182 on black background.


Color preview on white background

This text has color #6A0182 on white background.



Black color preview on #6A0182 background

This text has black color on #6A0182 background.


White color preview on #6A0182 background

This text has white color on #6A0182 background.