COLOR #690B8D

HEX: #690B8D
RGB: (105,11,141)

Color info

#690B8D contains mainly red and blue colors. Web safe color of #690B8D is #660099 (or #609).

RGB color model

#690B8D color RGB value is (105,11,141).

  • red value is 105;
  • green value is 11;
  • blue value is 141.
RGB:
(105,11,141)
(41%,4%,55%)

RGB channels and saturation

R 105 of 255 = 41%
G 11 of 255 = 4%
B 141 of 255 = 55%

105
11
141

R + G + B ~ 33%. #690B8D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 11 + 141 = 257 (100%)
R 105 of 257 ~ 40.86%
G 11 of 257 ~ 4.28%
B 141 of 257 ~ 54.86%

%40.86
%54.86

CMYK color model

#690B8D color CMYK value is (26,92,0,45).

  • cyan value is 25.53%
  • magenta value is 92.20%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(26,92,0,45)
C26M92Y0K45 
(26%,92%,0%,45%)
(0.26/0.92/0.00/0.45)	

CMYK percentages

%25.53
%92.2
%0
%44.71

Codes

Color #690B8D in popluar color models

690B8D
RGB10511141
HSL283°85.53%29.80%
HSB/HSV283°92.20%55.29%
CMYK25.53%92.20%0.00%
44.71%

Color #690B8D in popluar number systems.

HEX690B8D
Decimal10511141
Binary1101001101110001101
Octal15113215

Shades and tints

Shades of #690B8D

#690B8D
(105,11,141)
#600A81
(96,10,129)
#570975
(87,9,117)
#4E0869
(78,8,105)
#45075D
(69,7,93)
#3C0651
(60,6,81)
#330545
(51,5,69)
#2A0439
(42,4,57)
#21032D
(33,3,45)
#180221
(24,2,33)
#0F0115
(15,1,21)
#000000
(0,0,0)

Tints of #690B8D

#690B8D
(105,11,141)
#762197
(118,33,151)
#8337A1
(131,55,161)
#904DAB
(144,77,171)
#9D63B5
(157,99,181)
#AA79BF
(170,121,191)
#B78FC9
(183,143,201)
#C4A5D3
(196,165,211)
#D1BBDD
(209,187,221)
#DED1E7
(222,209,231)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #690B8D color. Also use rgb(105,11,141) instead hex code.

Text Font Color

.myTextColor { color: #690B8D; }

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

This text font color is #690B8D.


Background Color

.myBgColor { background-color: #690B8D; }

<div style="background-color:#690B8D">Inner text</div>

This div background color is #690B8D.


Border color

.myBorderColor { border: 1px solid #690B8D; }

<div style="border:3px solid #690B8D">Div</div>

This div border color is #690B8D.


Opacity

.myOpacity80 { color: #690B8D; opacity: 0.8; }

<p style="color:#690B8D;opacity:0.8;">80%</p>

Text with #690B8D 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 #690B8D;}

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

This text has shadow with #690B8D color.

.textShadow {text-shadow: 3px 3px 1px #690B8D, 3px 3px 1px red;}

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

This text has shadow with #690B8D primary color and red secondary color.


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

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

This text has shadow with #690B8D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #690B8D on black background.


Color preview on white background

This text has color #690B8D on white background.



Black color preview on #690B8D background

This text has black color on #690B8D background.


White color preview on #690B8D background

This text has white color on #690B8D background.