COLOR #6966B7

HEX: #6966B7 RGB: (105,102,183)

Color info

#6966B7 contains mainly blue color. Web safe color of #6966B7 is #6666CC (or #66C).

RGB color model

#6966B7 color RGB value is (105,102,183).

RGB: (105,102,183) (41%, 40%, 72%)

RGB channels and saturation

R 105 of 255 = 41%
G 102 of 255 = 40%
B 183 of 255 = 72%

105
102
183

R + G + B ~ 51%. #6966B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 102 + 183 = 390 (100%)
R 105 of 390 ~ 26.92%
G 102 of 390 ~ 26.15%
B 183 of 390 ~ 46.92'%

%26.92
%26.15
%46.92

CMYK color model

#6966B7 color CMYK value is (43,44,0,28).

  • cyan value is 42.62%
  • magenta value is 44.26%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (43,44,0,28)
C43M44Y0K28 (43%, 44%, 0%, 28%)
(0.43 / 0.44 / 0.00 / 0.28)

CMYK percentages

%42.62
%44.26
%0
%28.24

Codes

Color #6966B7 in popluar color models

69 66 B7
RGB 105 102 183
HSL 242° 36.00% 55.88%
HSB/HSV 242° 44.26% 71.76%
CMYK 42.62% 44.26% 0.00%
28.24%

Color #6966B7 in popluar number systems.

HEX 69 66 B7
Decimal 105 102 183
Binary 1101001 1100110 10110111
Octal 151 146 267

Shades and tints

Shades of #6966B7

#6966B7
(105,102,183)
#605DA7
(96,93,167)
#575497
(87,84,151)
#4E4B87
(78,75,135)
#454277
(69,66,119)
#3C3967
(60,57,103)
#333057
(51,48,87)
#2A2747
(42,39,71)
#211E37
(33,30,55)
#181527
(24,21,39)
#0F0C17
(15,12,23)
#000000
(0,0,0)

Tints of #6966B7

#6966B7
(105,102,183)
#7673BD
(118,115,189)
#8380C3
(131,128,195)
#908DC9
(144,141,201)
#9D9ACF
(157,154,207)
#AAA7D5
(170,167,213)
#B7B4DB
(183,180,219)
#C4C1E1
(196,193,225)
#D1CEE7
(209,206,231)
#DEDBED
(222,219,237)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6966B7 color. Also use rgb(105,102,183) instead hex code.

Text Font Color

.myTextColor { color: #6966B7; }

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

This text font color is #6966B7.

Background Color

.myBgColor { background-color: #6966B7; }

<div style="background-color:#6966B7">Inner text</div>

This div background color is #6966B7.

Border color

.myBorderColor { border: 1px solid #6966B7; }

<div style="border:3px solid #6966B7">Div</div>

This div border color is #6966B7.

Opacity

.myOpacity80 { color: #6966B7; opacity: 0.8; }

<p style="color:#6966B7;opacity:0.8;">80%</p>

Text with #6966B7 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 #6966B7;}

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

This text has shadow with #6966B7 color.


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

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

This text has shadow with #6966B7 primary color and red secondary color.


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

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

This text has shadow with #6966B7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6966B7.

Preview

Color preview on black background

This text has color #6966B7 on black background.


Color preview on white background

This text has color #6966B7 on white background.


Black color preview on #6966B7 background

This text has black color on #6966B7 background.


White color preview on #6966B7 background

This text has white color on #6966B7 background.


Related colors

Complementary color

Complementary color for #hex is #969948.


I love getcolorcode.com

Triadic colors

1 #B76966 and #66B769 with #6966B7 are triadic colors.

2 #B76669 and #6669B7 with #6966B7 are triadic colors.