COLOR #6968B3

HEX: #6968B3 RGB: (105,104,179)

Color info

#6968B3 contains mainly blue color. Web safe color of #6968B3 is #666699 (or #669).

RGB color model

#6968B3 color RGB value is (105,104,179).

RGB: (105,104,179) (41%, 41%, 70%)

RGB channels and saturation

R 105 of 255 = 41%
G 104 of 255 = 41%
B 179 of 255 = 70%

105
104
179

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

Portions of RGB colors in percentages

R + G + B = 105 + 104 + 179 = 388 (100%)
R 105 of 388 ~ 27.06%
G 104 of 388 ~ 26.8%
B 179 of 388 ~ 46.13'%

%27.06
%26.8
%46.13

CMYK color model

#6968B3 color CMYK value is (41,42,0,30).

  • cyan value is 41.34%
  • magenta value is 41.90%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK: (41,42,0,30) C41M42Y0K30 (41%,42%,0%,30%) (0.41/0.42/0.00/0.30) 

CMYK percentages

%41.34
%41.9
%0
%29.8

Codes

Color #6968B3 in popluar color models

69 68 B3
RGB 105 104 179
HSL 241° 33.04% 55.49%
HSB/HSV 241° 41.90% 70.20%
CMYK 41.34% 41.90% 0.00%
29.80%

Color #6968B3 in popluar number systems.

HEX 69 68 B3
Decimal 105 104 179
Binary 1101001 1101000 10110011
Octal 151 150 263

Shades and tints

Shades of #6968B3

#6968B3
(105,104,179)
#605FA3
(96,95,163)
#575693
(87,86,147)
#4E4D83
(78,77,131)
#454473
(69,68,115)
#3C3B63
(60,59,99)
#333253
(51,50,83)
#2A2943
(42,41,67)
#212033
(33,32,51)
#181723
(24,23,35)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #6968B3

#6968B3
(105,104,179)
#7675B9
(118,117,185)
#8382BF
(131,130,191)
#908FC5
(144,143,197)
#9D9CCB
(157,156,203)
#AAA9D1
(170,169,209)
#B7B6D7
(183,182,215)
#C4C3DD
(196,195,221)
#D1D0E3
(209,208,227)
#DEDDE9
(222,221,233)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6968B3 color. Also use rgb(105,104,179) instead hex code.

Text Font Color

.myTextColor { color: #6968B3; }

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

This text font color is #6968B3.

Background Color

.myBgColor { background-color: #6968B3; }

<div style="background-color:#6968B3">Inner text</div>

This div background color is #6968B3.

Border color

.myBorderColor { border: 1px solid #6968B3; }

<div style="border:3px solid #6968B3">Div</div>

This div border color is #6968B3.

Opacity

.myOpacity80 { color: #6968B3; opacity: 0.8; }

<p style="color:#6968B3;opacity:0.8;">80%</p>

Text with #6968B3 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 #6968B3;}

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

This text has shadow with #6968B3 color.


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

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

This text has shadow with #6968B3 primary color and red secondary color.


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

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

This text has shadow with #6968B3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6968B3.

Preview

Color preview on black background

This text has color #6968B3 on black background.


Color preview on white background

This text has color #6968B3 on white background.


Black color preview on #6968B3 background

This text has black color on #6968B3 background.


White color preview on #6968B3 background

This text has white color on #6968B3 background.


Related colors

Complementary color

Complementary color for #hex is #96974C.


I love getcolorcode.com

Triadic colors

1 #B36968 and #68B369 with #6968B3 are triadic colors.

2 #B36869 and #6869B3 with #6968B3 are triadic colors.