COLOR #6961AA

HEX: #6961AA RGB: (105,97,170)

Color info

#6961AA contains mainly blue color. Web safe color of #6961AA is #666699 (or #669).

RGB color model

#6961AA color RGB value is (105,97,170).

RGB: (105,97,170) (41%, 38%, 67%)

RGB channels and saturation

R 105 of 255 = 41%
G 97 of 255 = 38%
B 170 of 255 = 67%

105
97
170

R + G + B ~ 49%. #6961AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 97 + 170 = 372 (100%)
R 105 of 372 ~ 28.23%
G 97 of 372 ~ 26.08%
B 170 of 372 ~ 45.7'%

%28.23
%26.08
%45.7

CMYK color model

#6961AA color CMYK value is (38,43,0,33).

  • cyan value is 38.24%
  • magenta value is 42.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (38,43,0,33) C38M43Y0K33 (38%,43%,0%,33%) (0.38/0.43/0.00/0.33) 

CMYK percentages

%38.24
%42.94
%0
%33.33

Codes

Color #6961AA in popluar color models

69 61 AA
RGB 105 97 170
HSL 247° 30.04% 52.35%
HSB/HSV 247° 42.94% 66.67%
CMYK 38.24% 42.94% 0.00%
33.33%

Color #6961AA in popluar number systems.

HEX 69 61 AA
Decimal 105 97 170
Binary 1101001 1100001 10101010
Octal 151 141 252

Shades and tints

Shades of #6961AA

#6961AA
(105,97,170)
#60599B
(96,89,155)
#57518C
(87,81,140)
#4E497D
(78,73,125)
#45416E
(69,65,110)
#3C395F
(60,57,95)
#333150
(51,49,80)
#2A2941
(42,41,65)
#212132
(33,33,50)
#181923
(24,25,35)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #6961AA

#6961AA
(105,97,170)
#766FB1
(118,111,177)
#837DB8
(131,125,184)
#908BBF
(144,139,191)
#9D99C6
(157,153,198)
#AAA7CD
(170,167,205)
#B7B5D4
(183,181,212)
#C4C3DB
(196,195,219)
#D1D1E2
(209,209,226)
#DEDFE9
(222,223,233)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6961AA color. Also use rgb(105,97,170) instead hex code.

Text Font Color

.myTextColor { color: #6961AA; }

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

This text font color is #6961AA.

Background Color

.myBgColor { background-color: #6961AA; }

<div style="background-color:#6961AA">Inner text</div>

This div background color is #6961AA.

Border color

.myBorderColor { border: 1px solid #6961AA; }

<div style="border:3px solid #6961AA">Div</div>

This div border color is #6961AA.

Opacity

.myOpacity80 { color: #6961AA; opacity: 0.8; }

<p style="color:#6961AA;opacity:0.8;">80%</p>

Text with #6961AA 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 #6961AA;}

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

This text has shadow with #6961AA color.


.textShadow {text-shadow: 3px 3px 1px #6961AA', 3px 3px 1px red;}

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

This text has shadow with #6961AA primary color and red secondary color.


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

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

This text has shadow with #6961AA and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6961AA; -webkit-box-shadow: 1px 1px 3px 2px #6961AA; box-shadow:1px 1px 3px 2px #6961AA;">
Div content here
</div>

This div box has shadow with color #6961AA.

Preview

Color preview on black background

This text has color #6961AA on black background.


Color preview on white background

This text has color #6961AA on white background.


Black color preview on #6961AA background

This text has black color on #6961AA background.


White color preview on #6961AA background

This text has white color on #6961AA background.


Related colors

Complementary color

Complementary color for #hex is #969E55.


I love getcolorcode.com

Triadic colors

1 #AA6961 and #61AA69 with #6961AA are triadic colors.

2 #AA6169 and #6169AA with #6961AA are triadic colors.