COLOR #6959B4

HEX: #6959B4 RGB: (105,89,180)

Color info

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

RGB color model

#6959B4 color RGB value is (105,89,180).

RGB: (105,89,180) (41%, 35%, 71%)

RGB channels and saturation

R 105 of 255 = 41%
G 89 of 255 = 35%
B 180 of 255 = 71%

105
89
180

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

Portions of RGB colors in percentages

R + G + B = 105 + 89 + 180 = 374 (100%)
R 105 of 374 ~ 28.07%
G 89 of 374 ~ 23.8%
B 180 of 374 ~ 48.13'%

%28.07
%23.8
%48.13

CMYK color model

#6959B4 color CMYK value is (42,51,0,29).

  • cyan value is 41.67%
  • magenta value is 50.56%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (42,51,0,29)
C42M51Y0K29 (42%, 51%, 0%, 29%)
(0.42 / 0.51 / 0.00 / 0.29)

CMYK percentages

%41.67
%50.56
%0
%29.41

Codes

Color #6959B4 in popluar color models

69 59 B4
RGB 105 89 180
HSL 251° 37.76% 52.75%
HSB/HSV 251° 50.56% 70.59%
CMYK 41.67% 50.56% 0.00%
29.41%

Color #6959B4 in popluar number systems.

HEX 69 59 B4
Decimal 105 89 180
Binary 1101001 1011001 10110100
Octal 151 131 264

Shades and tints

Shades of #6959B4

#6959B4
(105,89,180)
#6051A4
(96,81,164)
#574994
(87,73,148)
#4E4184
(78,65,132)
#453974
(69,57,116)
#3C3164
(60,49,100)
#332954
(51,41,84)
#2A2144
(42,33,68)
#211934
(33,25,52)
#181124
(24,17,36)
#0F0914
(15,9,20)
#000000
(0,0,0)

Tints of #6959B4

#6959B4
(105,89,180)
#7668BA
(118,104,186)
#8377C0
(131,119,192)
#9086C6
(144,134,198)
#9D95CC
(157,149,204)
#AAA4D2
(170,164,210)
#B7B3D8
(183,179,216)
#C4C2DE
(196,194,222)
#D1D1E4
(209,209,228)
#DEE0EA
(222,224,234)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6959B4 color. Also use rgb(105,89,180) instead hex code.

Text Font Color

.myTextColor { color: #6959B4; }

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

This text font color is #6959B4.

Background Color

.myBgColor { background-color: #6959B4; }

<div style="background-color:#6959B4">Inner text</div>

This div background color is #6959B4.

Border color

.myBorderColor { border: 1px solid #6959B4; }

<div style="border:3px solid #6959B4">Div</div>

This div border color is #6959B4.

Opacity

.myOpacity80 { color: #6959B4; opacity: 0.8; }

<p style="color:#6959B4;opacity:0.8;">80%</p>

Text with #6959B4 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 #6959B4;}

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

This text has shadow with #6959B4 color.


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

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

This text has shadow with #6959B4 primary color and red secondary color.


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

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

This text has shadow with #6959B4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6959B4.

Preview

Color preview on black background

This text has color #6959B4 on black background.


Color preview on white background

This text has color #6959B4 on white background.


Black color preview on #6959B4 background

This text has black color on #6959B4 background.


White color preview on #6959B4 background

This text has white color on #6959B4 background.


Related colors

Complementary color

Complementary color for #hex is #96A64B.


I love getcolorcode.com

Triadic colors

1 #B46959 and #59B469 with #6959B4 are triadic colors.

2 #B45969 and #5969B4 with #6959B4 are triadic colors.