COLOR #6A6378

HEX: #6A6378
RGB: (106,99,120)

Color info

#6A6378 contains red, green and blue colors in about the same proportion. Web safe color of #6A6378 is #666666 (or #666).

RGB color model

#6A6378 color RGB value is (106,99,120).

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

RGB channels and saturation

R 106 of 255 = 42%
G 99 of 255 = 39%
B 120 of 255 = 47%

106
99
120

R + G + B ~ 43%. #6A6378 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 99 + 120 = 325 (100%)
R 106 of 325 ~ 32.62%
G 99 of 325 ~ 30.46%
B 120 of 325 ~ 36.92%

%32.62
%30.46
%36.92

CMYK color model

#6A6378 color CMYK value is (12,18,0,53).

  • cyan value is 11.67%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(12,18,0,53)
C12M18Y0K53 
(12%,18%,0%,53%)
(0.12/0.18/0.00/0.53)	

CMYK percentages

%11.67
%17.5
%0
%52.94

Codes

Color #6A6378 in popluar color models

6A6378
RGB10699120
HSL260°9.59%42.94%
HSB/HSV260°17.50%47.06%
CMYK11.67%17.50%0.00%
52.94%

Color #6A6378 in popluar number systems.

HEX6A6378
Decimal10699120
Binary110101011000111111000
Octal152143170

Shades and tints

Shades of #6A6378

#6A6378
(106,99,120)
#615A6E
(97,90,110)
#585164
(88,81,100)
#4F485A
(79,72,90)
#463F50
(70,63,80)
#3D3646
(61,54,70)
#342D3C
(52,45,60)
#2B2432
(43,36,50)
#221B28
(34,27,40)
#19121E
(25,18,30)
#100914
(16,9,20)
#000000
(0,0,0)

Tints of #6A6378

#6A6378
(106,99,120)
#777184
(119,113,132)
#847F90
(132,127,144)
#918D9C
(145,141,156)
#9E9BA8
(158,155,168)
#ABA9B4
(171,169,180)
#B8B7C0
(184,183,192)
#C5C5CC
(197,197,204)
#D2D3D8
(210,211,216)
#DFE1E4
(223,225,228)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6378; }

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

This text font color is #6A6378.


Background Color

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

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

This div background color is #6A6378.


Border color

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

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

This div border color is #6A6378.


Opacity

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

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

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

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

This text has shadow with #6A6378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6378 on black background.


Color preview on white background

This text has color #6A6378 on white background.



Black color preview on #6A6378 background

This text has black color on #6A6378 background.


White color preview on #6A6378 background

This text has white color on #6A6378 background.