COLOR #6A0248

HEX: #6A0248
RGB: (106,2,72)

Color info

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

RGB color model

#6A0248 color RGB value is (106,2,72).

  • red value is 106;
  • green value is 2;
  • blue value is 72.
RGB:
(106,2,72)
(42%,1%,28%)

RGB channels and saturation

R 106 of 255 = 42%
G 2 of 255 = 1%
B 72 of 255 = 28%

106
2
72

R + G + B ~ 24%. #6A0248 is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 2 + 72 = 180 (100%)
R 106 of 180 ~ 58.89%
G 2 of 180 ~ 1.11%
B 72 of 180 ~ 40%

%58.89
%40

CMYK color model

#6A0248 color CMYK value is (0,98,32,58).

  • cyan value is 0.00%
  • magenta value is 98.11%
  • yellow value is 32.08%
  • key color value is 58.43%
CMYK:
(0,98,32,58)
C0M98Y32K58 
(0%,98%,32%,58%)
(0.00/0.98/0.32/0.58)	

CMYK percentages

%0
%98.11
%32.08
%58.43

Codes

Color #6A0248 in popluar color models

6A0248
RGB106272
HSL320°96.30%21.18%
HSB/HSV320°98.11%41.57%
CMYK0.00%98.11%32.08%
58.43%

Color #6A0248 in popluar number systems.

HEX6A0248
Decimal106272
Binary1101010101001000
Octal1522110

Shades and tints

Shades of #6A0248

#6A0248
(106,2,72)
#610242
(97,2,66)
#58023C
(88,2,60)
#4F0236
(79,2,54)
#460230
(70,2,48)
#3D022A
(61,2,42)
#340224
(52,2,36)
#2B021E
(43,2,30)
#220218
(34,2,24)
#190212
(25,2,18)
#10020C
(16,2,12)
#000000
(0,0,0)

Tints of #6A0248

#6A0248
(106,2,72)
#771958
(119,25,88)
#843068
(132,48,104)
#914778
(145,71,120)
#9E5E88
(158,94,136)
#AB7598
(171,117,152)
#B88CA8
(184,140,168)
#C5A3B8
(197,163,184)
#D2BAC8
(210,186,200)
#DFD1D8
(223,209,216)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A0248; }

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

This text font color is #6A0248.


Background Color

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

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

This div background color is #6A0248.


Border color

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

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

This div border color is #6A0248.


Opacity

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

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

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

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

This text has shadow with #6A0248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A0248 on black background.


Color preview on white background

This text has color #6A0248 on white background.



Black color preview on #6A0248 background

This text has black color on #6A0248 background.


White color preview on #6A0248 background

This text has white color on #6A0248 background.