COLOR #6946A9

HEX: #6946A9
RGB: (105,70,169)

Color info

#6946A9 contains mainly blue color. Web safe color of #6946A9 is #663399 (or #639).

RGB color model

#6946A9 color RGB value is (105,70,169).

  • red value is 105;
  • green value is 70;
  • blue value is 169.
RGB:
(105,70,169)
(41%,27%,66%)

RGB channels and saturation

R 105 of 255 = 41%
G 70 of 255 = 27%
B 169 of 255 = 66%

105
70
169

R + G + B ~ 45%. #6946A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 70 + 169 = 344 (100%)
R 105 of 344 ~ 30.52%
G 70 of 344 ~ 20.35%
B 169 of 344 ~ 49.13%

%30.52
%20.35
%49.13

CMYK color model

#6946A9 color CMYK value is (38,59,0,34).

  • cyan value is 37.87%
  • magenta value is 58.58%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(38,59,0,34)
C38M59Y0K34 
(38%,59%,0%,34%)
(0.38/0.59/0.00/0.34)	

CMYK percentages

%37.87
%58.58
%0
%33.73

Codes

Color #6946A9 in popluar color models

6946A9
RGB10570169
HSL261°41.42%46.86%
HSB/HSV261°58.58%66.27%
CMYK37.87%58.58%0.00%
33.73%

Color #6946A9 in popluar number systems.

HEX6946A9
Decimal10570169
Binary1101001100011010101001
Octal151106251

Shades and tints

Shades of #6946A9

#6946A9
(105,70,169)
#60409A
(96,64,154)
#573A8B
(87,58,139)
#4E347C
(78,52,124)
#452E6D
(69,46,109)
#3C285E
(60,40,94)
#33224F
(51,34,79)
#2A1C40
(42,28,64)
#211631
(33,22,49)
#181022
(24,16,34)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #6946A9

#6946A9
(105,70,169)
#7656B0
(118,86,176)
#8366B7
(131,102,183)
#9076BE
(144,118,190)
#9D86C5
(157,134,197)
#AA96CC
(170,150,204)
#B7A6D3
(183,166,211)
#C4B6DA
(196,182,218)
#D1C6E1
(209,198,225)
#DED6E8
(222,214,232)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6946A9 color. Also use rgb(105,70,169) instead hex code.

Text Font Color

.myTextColor { color: #6946A9; }

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

This text font color is #6946A9.


Background Color

.myBgColor { background-color: #6946A9; }

<div style="background-color:#6946A9">Inner text</div>

This div background color is #6946A9.


Border color

.myBorderColor { border: 1px solid #6946A9; }

<div style="border:3px solid #6946A9">Div</div>

This div border color is #6946A9.


Opacity

.myOpacity80 { color: #6946A9; opacity: 0.8; }

<p style="color:#6946A9;opacity:0.8;">80%</p>

Text with #6946A9 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 #6946A9;}

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

This text has shadow with #6946A9 color.

.textShadow {text-shadow: 3px 3px 1px #6946A9, 3px 3px 1px red;}

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

This text has shadow with #6946A9 primary color and red secondary color.


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

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

This text has shadow with #6946A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6946A9 on black background.


Color preview on white background

This text has color #6946A9 on white background.



Black color preview on #6946A9 background

This text has black color on #6946A9 background.


White color preview on #6946A9 background

This text has white color on #6946A9 background.