COLOR #6A2788

HEX: #6A2788
RGB: (106,39,136)

Color info

#6A2788 contains mainly red and blue colors. Web safe color of #6A2788 is #663399 (or #639).

RGB color model

#6A2788 color RGB value is (106,39,136).

  • red value is 106;
  • green value is 39;
  • blue value is 136.
RGB:
(106,39,136)
(42%,15%,53%)

RGB channels and saturation

R 106 of 255 = 42%
G 39 of 255 = 15%
B 136 of 255 = 53%

106
39
136

R + G + B ~ 37%. #6A2788 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 39 + 136 = 281 (100%)
R 106 of 281 ~ 37.72%
G 39 of 281 ~ 13.88%
B 136 of 281 ~ 48.4%

%37.72
%13.88
%48.4

CMYK color model

#6A2788 color CMYK value is (22,71,0,47).

  • cyan value is 22.06%
  • magenta value is 71.32%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(22,71,0,47)
C22M71Y0K47 
(22%,71%,0%,47%)
(0.22/0.71/0.00/0.47)	

CMYK percentages

%22.06
%71.32
%0
%46.67

Codes

Color #6A2788 in popluar color models

6A2788
RGB10639136
HSL281°55.43%34.31%
HSB/HSV281°71.32%53.33%
CMYK22.06%71.32%0.00%
46.67%

Color #6A2788 in popluar number systems.

HEX6A2788
Decimal10639136
Binary110101010011110001000
Octal15247210

Shades and tints

Shades of #6A2788

#6A2788
(106,39,136)
#61247C
(97,36,124)
#582170
(88,33,112)
#4F1E64
(79,30,100)
#461B58
(70,27,88)
#3D184C
(61,24,76)
#341540
(52,21,64)
#2B1234
(43,18,52)
#220F28
(34,15,40)
#190C1C
(25,12,28)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #6A2788

#6A2788
(106,39,136)
#773A92
(119,58,146)
#844D9C
(132,77,156)
#9160A6
(145,96,166)
#9E73B0
(158,115,176)
#AB86BA
(171,134,186)
#B899C4
(184,153,196)
#C5ACCE
(197,172,206)
#D2BFD8
(210,191,216)
#DFD2E2
(223,210,226)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2788 color. Also use rgb(106,39,136) instead hex code.

Text Font Color

.myTextColor { color: #6A2788; }

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

This text font color is #6A2788.


Background Color

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

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

This div background color is #6A2788.


Border color

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

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

This div border color is #6A2788.


Opacity

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

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

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

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

This text has shadow with #6A2788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2788 on black background.


Color preview on white background

This text has color #6A2788 on white background.



Black color preview on #6A2788 background

This text has black color on #6A2788 background.


White color preview on #6A2788 background

This text has white color on #6A2788 background.