COLOR #6A4278

HEX: #6A4278
RGB: (106,66,120)

Color info

#6A4278 contains red, green and blue colors in about the same proportion. Web safe color of #6A4278 is #663366 (or #636).

RGB color model

#6A4278 color RGB value is (106,66,120).

  • red value is 106;
  • green value is 66;
  • blue value is 120.
RGB:
(106,66,120)
(42%,26%,47%)

RGB channels and saturation

R 106 of 255 = 42%
G 66 of 255 = 26%
B 120 of 255 = 47%

106
66
120

R + G + B ~ 38%. #6A4278 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 66 + 120 = 292 (100%)
R 106 of 292 ~ 36.3%
G 66 of 292 ~ 22.6%
B 120 of 292 ~ 41.1%

%36.3
%22.6
%41.1

CMYK color model

#6A4278 color CMYK value is (12,45,0,53).

  • cyan value is 11.67%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(12,45,0,53)
C12M45Y0K53 
(12%,45%,0%,53%)
(0.12/0.45/0.00/0.53)	

CMYK percentages

%11.67
%45
%0
%52.94

Codes

Color #6A4278 in popluar color models

6A4278
RGB10666120
HSL284°29.03%36.47%
HSB/HSV284°45.00%47.06%
CMYK11.67%45.00%0.00%
52.94%

Color #6A4278 in popluar number systems.

HEX6A4278
Decimal10666120
Binary110101010000101111000
Octal152102170

Shades and tints

Shades of #6A4278

#6A4278
(106,66,120)
#613C6E
(97,60,110)
#583664
(88,54,100)
#4F305A
(79,48,90)
#462A50
(70,42,80)
#3D2446
(61,36,70)
#341E3C
(52,30,60)
#2B1832
(43,24,50)
#221228
(34,18,40)
#190C1E
(25,12,30)
#100614
(16,6,20)
#000000
(0,0,0)

Tints of #6A4278

#6A4278
(106,66,120)
#775384
(119,83,132)
#846490
(132,100,144)
#91759C
(145,117,156)
#9E86A8
(158,134,168)
#AB97B4
(171,151,180)
#B8A8C0
(184,168,192)
#C5B9CC
(197,185,204)
#D2CAD8
(210,202,216)
#DFDBE4
(223,219,228)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4278 color. Also use rgb(106,66,120) instead hex code.

Text Font Color

.myTextColor { color: #6A4278; }

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

This text font color is #6A4278.


Background Color

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

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

This div background color is #6A4278.


Border color

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

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

This div border color is #6A4278.


Opacity

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

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

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

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

This text has shadow with #6A4278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4278 on black background.


Color preview on white background

This text has color #6A4278 on white background.



Black color preview on #6A4278 background

This text has black color on #6A4278 background.


White color preview on #6A4278 background

This text has white color on #6A4278 background.